/*

	Thumb Reel - Fluid Thumbnail Bar
	Version : 1.0
	
	Author	: Sam Dunn
	Source	: Build Internet (www.buildinternet.com)
	Company : One Mighty Roar (www.onemightyroar.com)
	License : MIT License / GPL License
	
*/


	
	/* Thumbnail Tray
	----------------------------*/		
	
	#thumb-tray{ width:100%; height:220px; position:fixed; z-index:3; bottom:-170px; left:0; overflow:hidden; text-align:center; background:transparent; 

}
	#thumb-head{
		position:relative; 
		height:1px;
		z-index:10; top:0px;
		background-color:#cccccc;
		/*background-color:transparent;
		background: url(../images/menuhead3.png) repeat-x;background-size: 100% 100%;*/
/*background: url(../images/tile2.gif);*/

		width:100%;
		/*cursor:s-resize;*/
		
		
		background-position:left; 

/*
	-moz-box-shadow: 1px 2px 5px #000;
	-webkit-box-shadow: 0px 2px 5px #000;
	box-shadow: 0px 2px 5px #000;*/
	/* For IE 8 
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#000000')";
	For IE 5.5 - 7 
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#000000');*/


		}
		#thumb-head-text{text-align:right;position:absolute; top:18px;right:25px;color:#8b8b8b;font:size:11;}
		#btnupthumbs{	}
		#thumb-prev, #thumb-next{ width:40px; height:178px; position:absolute; z-index:5; }
			#thumb-prev{ left:0; background: url('../img/thumb-back.png') no-repeat center center; height:120px;top:0px;}
			#thumb-next{ right:0; background:url('../img/thumb-forward.png') no-repeat center center;height:120px;top:0px;}
				#thumb-prev:hover, #thumb-next:hover{ cursor:pointer; background-color:rgba(256,256,256, 0.1); }
					#thumb-prev:hover{ border-right:1px solid rgba(256,256,256, 0.2); }
					#thumb-next:hover{ border-left:1px solid rgba(256,256,256, 0.2); }
		#thumb-back{ position:absolute; top:40px;left:0; width:100%; height:180px; background:#444444; display:none; }
		ul#thumb-list{ display:inline-block; position:relative; top:1px; left:0; padding:0; list-style:none; background:#444444; }
			ul#thumb-list li{ display:inline; width:190px; height:120px; float:left; overflow:hidden; margin:0; list-style:none;  background:#2F2F2F; }
				ul#thumb-list li:hover{ cursor:pointer; }
					/*ul#thumb-list li img { opacity:0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter:alpha(opacity=60); }
						ul#thumb-list li.current-thumb img, ul#thumb-list li:hover img{ opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); }*/
		ul#thumb-list li {background: url('../img/loadingimg.gif') no-repeat center center;}
		ul#thumb-list li a {color:#2f2f2f;}
	.thumbtext {width:180px; text-align:center; margin: 0px auto 0px auto; padding:0px;top:-50px; position:relative; color:#2f2f2f; font-weight:600; background-color:rgb(250,250,250); background-color:rgba(250,250,250,0.6); }
	.thumbtext a {color:#2f2f2f !important;position:relative;font-size:9;}
	.thumbtextbck {}