/*
	Featured Content Slider
	by: Chris Coyier
*/

					  				  
/*
	UTILITY STYLES
*/				  				  
					  				  
.floatLeft 									{ float: left; }
.floatRight									{ float: right; }
.clear 										{ clear: both; }


/*
	PAGE STRUCTURE
*/

#page-wrap									{ width: 740px; position: relative; min-height: 400px; 
											  background: url(images/bg1.png) top center; }
/*
	TYPOGRAPHY
*/
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: 740px; position: absolute; top: 10px; left: 0px; }			
#semit										{ width: 740px; position: absolute; top: 293px; left: 0px; 
      										  background-color:Black; 
      										  opacity: 0.4;
												-moz-opacity: 0.4;
												-khtml-opacity: 0.44;
												filter: alpha(opacity=40);
												height:110px;
												z-index: 9998;
      										  }	
.stripViewer .panelContainer 
.panel										{ cursor:pointer }
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }


.stripViewer								{ position: relative; overflow: hidden; width: 740px; height: 400px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 740px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb									{  }

#movers-row									{ margin: -23px 0 0 15px; }
#movers-row div								{ width: 10%; float: left; }
#movers-row div a.cross-link 				{ float: right; }
.photo-meta-data							{  padding: 10px; height: 100px; width:50%; 
											  margin-top: -123px; position: relative; z-index: 9999; color: white; }
.photo-price								{  padding: 10px; height: 70px; width:20%; 
											  margin-top: -100px; position: relative; z-index: 9999; color: white;  
											  float:left; margin-left:500px;
											}
											
.cross-link									{  }
.active-thumb 								{  }






