/*
	Featured Content Slider
	by: Chris Coyier
*/


					  				  
/*
	UTILITY STYLES
*/				  				  
					  				  
.floatLeft 									{ float: left; margin-right: 10px;}
.floatRight									{ float: right; }
.clear 										{ clear: both; }
a											{ outline: none; }


/*
	PAGE STRUCTURE
*/

/*Can be  chaneged*  width:600px; */

/*#panelContainer */
                           




#page-wrap 									{ width:600px; margin: 10px auto; position: relative;  min-height: 800px; }

.slider-wrap								{ width:490px; position:absolute; top: 10px; left: 10px;  height:510px;/*border: 4px solid Green   */}
#main-photo-slider                           {/*border: 5px solid Red;*/}

/*
	TYPOGRAPHY
*/
ul											{ list-style: square inside; }
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;}
									  		
.thumb_hint, .wrapper span
{
    font-weight:normal;
    padding-top:20px;
    color: #7e553a; 

    }



/*
	SLIDER
*/
/*Can be Changed max-height:500px;*/
/*.panel                                      { width:100%; height:100%;}                    */



/*.slider-wrap                                { width:500px;  position:absolute; }*/
			
.stripViewer .panelContainer                
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow:hidden; width: 500px; height:650px; } /* Where the picture content is*/
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 500px; }
.stripNavL, .stripNavR, .stripNav			{ display:none; }
/* Css class for Not Active Thumb*/

.nav-thumb 									{  border: 1px solid black; margin-right: 5px; }
#movers-row									 
{   
    /*float:right;*/
	top:-560px;
	left:650px;
	 
	margin:  -40px -10px 60px 62px;
	
	 
	/*margin-right:-50px;*/
	
	
	
	position:relative;
	
	/*border: 1px solid  red;*/
	
}



/*Custom Css Class for the Curtain and Accssories*/
.cus_MovesRow
{   
     
    
	/*top:-550px;*/
	top:200px;
	left:650px;
	padding-left:10px;
	margin:   -80px -40px 70px 62px;
	/*position:relative;*/
	position:absolute;
	width:200px;
	
	/*border:1px solid green;*/
	
	
	
}



/*Custom css class for the shutters*/
#movers-row-shutter								 
{   
   /* float:right;*/
   
	top:-560px;
	/*left:-30px;*/
	left:650px;
	margin: -40px 55px 60px 62px; 
	position:relative;
	/*border: 1px solid  red;*/
	
}



#movers-shutter
{
	float:right;
	top:-350px;
	margin:-40px   50px  60px  62px; 
	position:relative;	
	
}

#movers-shutter div
{
	float:left;width: 20%;
	
}

#movers-shutter div a.cross-link 
{
	float: right;
}


/* Commented float: left;*/
#movers-row div								{ float:left; width: 20%;  }
#movers-row div a.cross-link 				{ float: right; }
.photo-meta-data							{ background: url(images/transpBlack.png); padding: 10px; height: 30px; 
											  margin-top: 10px; position: relative; z-index: 9999; color: white; }
.photo-meta-data span 						{ font-size: 13px; }

/*For the Thumb Images*/
.cross-link									{  display: block; width: 62px; margin-top: -14px; 
											  position: relative; padding-top: 15px; z-index: 9999; }
/*Css class for the active Thumb*/
										
.active-thumb 								{ background: transparent url(images/icon-uparrowsmallwhite.png)  center no-repeat; }

/* Css class for the Image Description*/
.description                                { padding:5px; color:Black;    }
/*Css class for the CategoryTitle*/

.CategoryTitle                              {   margin-left:5px; padding-top:10px;  font-weight:bold; color:Black; }

#button_pnl
{ 
    display:none;
}

#button_pnl input
{ 
  border:sold 1px black;
  background-color: #7e553a;
  color: #ffffff; 
  width:100px;
}
#button_pnl input:hover
{ 
  border:sold 1px black;
  background-color: #7e553a;
  color:#E09672;

}


