/**********************
	-	RESET	-
************************/



/* component wrapper, currently centered in the page */
#componentWrapper{
	position:absolute;
	top:200px;
	left:35.8%;
	/* width and height of the slides */
	width:980px;
	height:436px;
	margin-left:-350px;
	margin-top:-200px;
	padding:0;
	/*background:#ddd;*/
}

/* playlist wrapper */
#componentWrapper .componentPlaylist{}

/* slide, the size of the images, must be display none */
#componentWrapper .slide{
	position:absolute;
	top:0px;
	left:0px;
	width:980px;
	height:436px;
	display:none;
}

/* slide content (caption content), the size of the images */
#componentWrapper .slide_content{
	position:absolute;
	width:980px;
	height:436px;
	display:none;
}





/* slide preloader, located on top of component */
#componentWrapper .slide_preloader{
	position:absolute;
	top:0px;
	left:0px;
	width:0px;
	height:4px;
	background:#fff;
}






/* slide controls */
#componentWrapper .slide_controls{
	position:absolute;
	display:none;
}

/* slide previous */
#componentWrapper .slide_previous{
	position:absolute;
	width:36px;
	height:36px;
	top:182px;
	left:20px;
	border-radius: 25px;
}

/* slide next */
#componentWrapper .slide_next{
	position:absolute;
	width:36px;
	height:36px;
	top:182px;
	left:910px;
	border-radius: 25px;
}







/* navigation holder */
#componentWrapper .nav_holder{
	position:absolute;
	left:0px;
	top:370px;
	width:700px;
	display:none;
}

/* wrapper for navigation container */
#componentWrapper .nav_wrapper{
	position:absolute;
	left:50%;
	overflow:hidden;
	/* background color behind thumbs, remove for transparent thumbs if 'thumbOffOpacity' is less than 1 */
	/*background:#fff;*/
}

/* container for navigation */
#componentWrapper .nav_container{
	position:relative;
	top:0px;
	left:0px;
}

/* navigation controls */
#componentWrapper .nav_controls{
	position:absolute;
}

/* navigation previous */
#componentWrapper .nav_previous{
	position:absolute;
	width:36px;
	height:36px;
	top:10px;
	left:185px;
}

/* navigation next */
#componentWrapper .nav_next{
	position:absolute;
	width:36px;
	height:36px;
	top:10px;
	left:480px;
}






/*************************
	-	CAPTIONS	-
**************************/
#componentWrapper .caption_envato_logo	{
						position: absolute; 
						width:180px;
						height:50px;	
						
						moz-box-shadow: 2px 2px 5px #222;
						-webkit-box-shadow: 2px 2px 5px #222;
						box-shadow: 0px 3px 4px #333;
						-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
						filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');									
					}
					
#componentWrapper .caption_big_white	{
						position: absolute; 
						color: #fff; 
						text-shadow: none; 
						font-weight: 700; 
						font-size: 26px; 
						line-height: 36px; 
						font-family: Arial; 
						padding: 5px; 
						margin: 0px; 
						border-width: 0px; 
						border-style: none; 
						background-color:#000;	
						letter-spacing: -1.5px;										
					}

#componentWrapper .caption_big_orange	{
						position: absolute; 
						color: #ff7302; 
						text-shadow: none; 
						font-weight: 700; 
						font-size: 30px; 
						line-height: 36px; 
						font-family: Arial; 
						padding: 0px 8px 0px 8px; 
						margin: 0px; 
						border-width: 0px; 
						border-style: none; 
						background-color:#fff;	
						letter-spacing: -1.5px;															
					}	
					
#componentWrapper .caption_big_black	{
						position: absolute; 
						color: #000; 
						text-shadow: none; 
						font-weight: 700; 
						font-size: 36px; 
						line-height: 36px; 
						font-family: Arial; 
						padding: 0px 4px; 
						margin: 0px; 
						border-width: 0px; 
						border-style: none; 
						background-color:#fff;	
						letter-spacing: -1.5px;															
					}		

#componentWrapper .caption_medium_grey	{
						position: absolute; 
						color: #fff; 
						text-shadow: none; 
						font-weight: 700; 
						font-size: 20px; 
						line-height: 20px; 
						font-family: Arial; 
						padding: 2px 4px; 
						margin: 0px; 
						border-width: 0px; 
						border-style: none; 
						background-color:#888;		
						white-space:nowrap;	
						text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);	
						text-decoration:none;	
					}	
					
#componentWrapper .caption_small_text	{
						position: absolute; 
						color: #fff; 
						text-shadow: none; 
						font-weight: 700; 
						font-size: 24px; 
						line-height: 20px; 
						font-family: Arial; 
						margin: 0px; 
						border-width: 0px; 
						border-style: none; 
						padding: 0px 8px 0px 8px;
						white-space:nowrap;	
						text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
						background-color:#C36;		
					}
					
#componentWrapper .caption_medium_text	{
						position: absolute; 
						color: #fff; 
						text-shadow: none; 
						font-weight: 700; 
						font-size: 20px; 
						line-height: 20px; 
						font-family: Arial; 
						margin: 0px; 
						border-width: 0px; 
						border-style: none; 
						white-space:nowrap;	
						background-color:#39C;	
						text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);		
					}
					
#componentWrapper .caption_large_green	{
						position: absolute; 
						color: #fff; 
						text-shadow: none; 
						font-weight: 700; 
						font-size: 28px; 
						line-height: 40px; 
						font-family: Arial; 
						margin: 0px; 
						border-width: 0px; 
						border-style: none; 
						white-space:nowrap;	
						text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
						background-color:#6C3;			
					}	
					
#componentWrapper .caption_big_blue	{
						position: absolute; 
						color: #fff; 
						text-shadow: none; 
						font-weight: 700; 
						font-size: 60px; 
						line-height: 60px; 
						font-family: Arial; 
						margin: 0px; 
						border-width: 0px; 
						border-style: none; 
						white-space:nowrap;	
						text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
						letter-spacing: -2px;	
						background-color:#F66;		
					}	
					
					
#componentWrapper .caption_very_big_white	{
						position: absolute; 
						color: #fff; 
						text-shadow: none; 
						font-weight: 700; 
						font-size: 60px; 
						line-height: 60px; 
						font-family: Arial; 
						margin: 0px; 
						border-width: 0px; 
						border-style: none; 
						white-space:nowrap;	
						padding: 0px 4px; 
						padding-top: 1px;
						background-color:#000;		
					}	
					
#componentWrapper .caption_very_big_black	{
						position: absolute; 
						color: #000; 
						text-shadow: none; 
						font-weight: 700; 
						font-size: 60px; 
						line-height: 60px; 
						font-family: Arial; 
						margin: 0px; 
						border-width: 0px; 
						border-style: none; 
						white-space:nowrap;	
						padding: 0px 4px; 
						padding-top: 1px;
						background-color:#fff;		
					}







/* google map example */
#componentWrapper #google_map1{
	position:absolute; 
	top:0px;
	left:0px;
	width:500px;
	height:200px;
}





/* public functions */	
#publicFunctions{
	position: absolute;
	padding: 10px 25px 20px 20px;
	background:#444;
	left:200px;
	top:100px;
	font-family: Arial, sans-serif;
	font-size: 16px;
	color:#fff;
	list-style:circle;
	
	-moz-box-shadow: 2px 2px 5px #222;
	-webkit-box-shadow: 2px 2px 5px #222;
	box-shadow: 2px 2px 5px #222;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#222222')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#222222');
	
	display:none;
}

#publicFunctions li a{
	font-family: Arial, sans-serif;
	font-size: 16px;
	color:#fff;
}

#publicFunctions li a:hover, #publicFunctions li .current{
	text-decoration: underline;
}







