/*
	Featured Content Slider
	by: Chris Coyier
*/
body 										{ font-family: Arial, Helvetica, sans-serif; font-size: 10px; }

					  				  
/*
	UTILITY STYLES
*/				  				  
					  				  
.floatLeft 									{ float: left; }
.floatRight									{ float: right; }
.clear 										{ clear: both; }
a											{ outline: none; }


/*
	PAGE STRUCTURE
*/
#page-wrap 									{ width: 500px; min-height: 245px;
											  }


/*
	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;}

/*
	SLIDER
*/
.slider-wrap								{ width: 500px; height: 245px; position: absolute; overflow: hidden; border: 0px solid red; }	/*bepaalt positie van de gehele feature*/		
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 500px; height: 245px; } /*bepaalt overflow van de gehele feature*/	
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 500px; }  /*bepaalt breedte van image*/	
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ border: 0px solid black; margin-right: 5px; }
#movers-row									{ margin: 0px 0 0 0px; }
#movers-row div								{ width: 20%; float: left; }
#movers-row div a.cross-link 				{ float: right; }
.photo-meta-data							{ background: url(images/transpBlack.png); padding: 5px; height: 30px; 
											  margin-top: -35px; position: relative; z-index: 9999; color: white; font-size: 10px;  }
.photo-meta-data span 						{ font-size: 13px; }
.cross-link									{ display: block; width: 33px; margin-top: -10px; 
											  position: relative; padding-left: 5px; padding-top: 5px; z-index: 9999; } /*bepaalt positie van nummerblokjes, width is breedte blokje, margin-top is afstand vanaf bodem voor 1ste blokje*/
.active-thumb 								{ background: transparent url() top center no-repeat; }/*images/icon-uparrowsmallwhite.png*/

/*
	CORNERTOP
*/
#corners									{ background: url(images/c_top.gif); background-repeat: no-repeat; height:7px; border: 0px solid red; 
											  margin-top: -245px; position: relative; }
#corner									{ background: url(images/c_bot.gif); background-repeat: no-repeat; height:7px;  border: 0px solid red; 
											  margin-top: 231px; _margin-top: 220px; position: relative;  z-index: 10000;}
/*
	Banner spaces
*/
#wrap {
position: absolute;
width: 1120px;
left: -495px;
margin-left: 50%;
}
table.surfreport {
border: 0px solid red;
float: left;
}
#banners {
border: 0px solid red;
width: 120px;
float: right;
margin: 175px 0 0 0;
}
#banner_one {
margin: 0 0 10px 0;
}
#banner_two {
margin: 0 0 10px 0;
}
#banner_three {
margin: 0 0 10px 0;
}
#banner_four {
margin: 0 0 10px 0;
}
}
#banner_five {
margin: 0 10px 10px 0;
}