/*
	Featured Content Slider
	by: Chris Coyier
*/
				  				  
/*
	UTILITY STYLES
*/				  				  
					  				  
.floatLeft 									{ float: left; margin: 7px 10px 0px 0px; width:250px; height:170px; }
.floatRight									{ float: right; }
.clear 										{ clear: both; }



/*
	PAGE STRUCTURE
*/

/*
	TYPOGRAPHY
*/
ul										{ list-style: square inside; }
a, a:visited							{ color: #09F; text-decoration: none; }
a:hover, a:active						{ color: #03F; }
blockquote								{ padding: 0 20px; margin-left: 20px; border-left: 20px solid #ccc; font-size: 14px; 
									  		  font-family: Georgia, serif; font-style: italic; margin-top: 10px;}

/*
	SLIDER
*/
.slider-wrap							{ width: 668px; position: absolute; top: 0px; left: 0px;}			
.stripViewer .panelContainer 
.panel ul								{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer							{ position: relative; overflow: hidden; width: 660px; height: 285px; }
.stripViewer .panelContainer			{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel		{ float: left; height: 100%; position: relative; width: 660px;}
.stripNavL, .stripNavR, .stripNav		{ display: none; }
.nav-thumb 								{ border: 0px solid black; margin-right: 5px; }
#movers-row								{ margin: -70px 0 0 0px; border:0px solid #F00;}
#movers-row div							{ width: 75px; float: left; margin-right:3px; margin-left:5px; opacity:1.0; filter:alpha(opacity=100%);}
#movers-row div:hover					{ opacity:0.6; filter:alpha(opacity=40%);}
#movers-row div a.cross-link 			{ float: left;}
.photo-meta-data						{ background: url(images/transpBlack.png); padding: 10px; height: 30px; 
										  margin-top: -50px; position: relative; z-index: 9999; color: white; }
.photo-meta-data span 					{ font-size: 13px; }
.cross-link								{ display: block; width: 75px; height:auto; margin-top: -4px; border:0px solid #F00; padding-top:10px;
										  position: relative; opacity:1.0; border:0px solid #F00;}
.active-thumb 							{ background: url(../image/iconselect.png) top center no-repeat; border-bottom: 2px solid #F00;}

h1.judul 								{ font: small Tahoma, Geneva, sans-serif; font-size:14px; color: #00F; margin: 5px 10px 0px 0px;}

.jl										{font: small Tahoma, Geneva, sans-serif; font-weight:bold; color: #000; text-align:left; padding:8px 0px 3px 0px;}
.dl										{font:"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size:11px; color:#03F; text-align:left; margin-bottom:15px;}




