/*
	Featured Content Slider
	by: Chris Coyier
*/
*											{ margin: 0; padding: 0; }
body 										{ font-family: Arial, Helvetica, sans-serif; font-size: 10px; }

					  				  
/*
	UTILITY STYLES
*/				  				  
					  				  
.floatLeft 									{ float: left; margin-right: 10px;}
.floatRight									{ float: right; }
.clear 										{ clear: both; }
a											{ outline: none; }


/*
	PAGE STRUCTURE
*/
#page-wrap {
background-color:#222222;
margin:0;
min-height:250px;
position:relative;
width:610px;
}


/*
	TYPOGRAPHY
*/
ul											{ list-style: square inside; }
a, a:visited								{ color: #cc0000; text-decoration: none; font-weight: bold; font-size: 16px; }
a:hover, a:active							{ color: white; }
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 {
background-color:#DDDDDD;
background-image:url(http://indyrap.com/wp-content/uploads/main-slidebk.jpg);
background-position:center bottom;
background-repeat:repeat-x;
height:250px;
left:0;
top:0;
width:610px;
}
		
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer {
height:205px;
overflow:hidden;
position:relative;
width:610px;
}
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 610px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb {
border:1px solid black;
margin-left:4px;
margin-right:5px;
}
#movers-row {
margin-left:-15px;
}

#movers-row div {
float:left;
width:80px;
}
#movers-row div a.cross-link 				{ float: right; }
.photo-meta-data {
background:transparent url(images/slidebotbk.png) repeat-x scroll 0 0;
color:white;
height:30px;
margin-top:-54px;
padding:4px 4px 15px;
position:relative;
z-index:9999;
}
.photo-meta-data span 						{ font-size: 13px; }
.cross-link									{ display: block; width: 62px; margin-top: -14px; 
											  position: relative; padding-top: 15px; z-index: 9999; }
.active-thumb 								{ height: 100px; width:70px; margin-right:-8px; background: transparent url(images/thumb-back.png) top center no-repeat; }






