/*
	Supersized - Fullscreen Slideshow jQuery Plugin
	Flickr Edition 1.1.2
	www.buildinternet.com/project/supersized
	
	By Sam Dunn / One Mighty Roar (www.onemightyroar.com)
	Released under MIT License / GPL License
*/

/* { margin:0; padding:0; } */
body { background:#111; }
	img{ border:none; }
	
	.stamp{ float: left; margin: -12px 10px 10px 8px;}
	.DivCellsText {
	text-align: center;
	font-weight: normal;
	text-shadow: #000 0 1px 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFF;
}
	a.DivCellsText {
	text-align: center;
	font-weight: normal;
	text-shadow: #000 0 1px 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFF;
	text-decoration:none
}

	a.DivCellsText:hover {
	text-align: center;
	font-weight: normal;
	text-shadow: #000 0 1px 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #8b7b74;
	text-decoration:none
}

	a.DivCellsText:visited {
	text-align: center;
	font-weight: normal;
	text-shadow: #000 0 1px 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #d6d1ce;
	text-decoration:none
}

	.DivCellsTextFeaturebody {
	text-align: center;
	font-weight: normal;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #d6d1ce;
	padding: 0px 100px 0px 100px;
	
}
	.DivCellsTextFeatureHeader {
	text-align: center;
	font-weight: normal;
	text-shadow: #333 0px 1px 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #FFF;
}	
	.DivCellsTextFeatureInfo {
	text-align: center;
	font-weight: normal;
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #F1E5C7;
	line-height:9px;
}


	
	/*
	#supersized-loader { position:absolute; top:50%; left:50%; z-index:10; width:132px; height:34px; margin:-75px 0 0 -75px; text-indent:-999em; background-color:#111; background:rgba(0,0,0,0.8) url(../img/progress.gif) no-repeat center center; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}
	
	#supersized { position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
		#supersized img{ position:relative; display:none; outline:none; border:none; }
			#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	*/ /*Speed*/
	/*		#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }		*/	/*Quality*/  
	/*	
		#supersized a { z-index:-30; position:absolute; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111;}
			#supersized a.prevslide { z-index:-20; }
			#supersized a.activeslide { z-index:-10; }
			#supersized a.prevslide img, #supersized a.activeslide img{ display:inline; }
	*/
	/*Controls Section*/
	#controls-wrapper { margin:18px 5px 0px 0; height:132px; width:100%; top:22; left:0; z-index:4; background:url(../img/nav-bg.png) repeat-x; position:fixed; }
		#controls {  height:100%; text-align:left; z-index:5; padding:0 2px; /* Increase padding to give thumbnails room */ }
			#slidecaption { overflow:hidden; float:left; color:#FFF; font:12px "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight:normal; text-shadow:#000 0 1px 0; margin:10px 5px 0px 0; }
			#slidecontent { overflow:hidden; float:left; color:#999; font:12px "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight:normal; text-shadow:#000 0 1px 0; margin:10px 5px 0px 0; }
			/* #navigation { float:right; margin:5px 10px 0 0; } */
			#social { float:right; margin:5px 8px 0 0;}
			
	/*Real Body*/
	#realbody { float: left; margin: 75px 10px 10px 20px; height:100%; width:90%;}
	#DivCells { float: left; padding: 0px 0px 40px 0px;}
	/*#DivCellsFeature { padding: 0px 0px 50px 0px;} */
	
	
			
	
