@charset "UTF-8";
/* CSS Document */
		:focus { outline: 0; }
		#showcase { }
		#showcase-loader img { margin: 199px 359px; }
		#showcase .bigimage, #showcase-loader { position: absolute; width: 750px; height: 430px; overflow: hidden; }
		#showcase .text { width: 750px; position: absolute; left: 0; bottom: 0px; overflow: hidden;  }
		#showcase .text h2 { color: #FFF; font-size: 10px; line-height: 18px; font-weight: 800; margin: 20px 20px 0 20px; }
		#showcase .text p { color: #FFF; font-size: 11px; line-height: 17px; margin: 5px 20px 10px 12px; }
		#showcase .text a { color: #FFF; }
		#showcase-nav { position:relative; overflow: hidden; float: right; background: #222; display:none; }
		#showcase-nav ul { list-style: none; padding: 0; margin: 0; }
		#showcase-nav li { float: left; clear: both; margin: 0; padding: 0; } 
		#showcase-nav a { display: block; width: 200px; padding: 10px 0; overflow: hidden; border-bottom: 1px solid #000; text-decoration: none; }
		#showcase-nav a:hover { background: #444; }
		#showcase-nav .thumbnail { display: block; width: 74px; overflow: hidden; float: left; }
		#showcase-nav .thumbnail img { border: 2px solid #EEE; margin: 0 10px;}
		#showcase-nav .text { display: block; font-size: 11px; font-weight: 800; color: #EEE; width: 750px; overflow: hidden; float: left; padding: 0 0 10px 0; }
		#showcase-nav .last a { border: 0; }
		#showcase-nav .active a { background: #666; }
		#showcase-nav .active a .text { color: #EEE; }