/*

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


	
	/* Thumbnail Tray 1, 2 & 3
	----------------------------*/			
	#thumb1-tray, #thumb2-tray, #thumb3-tray{ width:100%; height:150px; position:absolute; z-index:3; top:0px; left:0; overflow:hidden; text-align:center; background:#000; }

		
		ul#thumb1-list, ul#thumb2-list, ul#thumb3-list{ display:inline-block; position:relative; left:0; padding:0; list-style:none; }
			ul#thumb1-list li, ul#thumb2-list li, ul#thumb3-list li{ display:inline; width:200px; height:150px; float:left; overflow:hidden; margin:0; list-style:none;  background:#111; }
				ul#thumb1-list li:hover, ul#thumb2-list li:hover, ul#thumb3-list li:hover{ cursor:pointer; }
	
		#thumb1-prev, #thumb1-next, #thumb2-prev, #thumb2-next, #thumb3-prev, #thumb3-next{ width:40px; height:150px; position:absolute; z-index:5; bottom:0; }
			#thumb1-prev, #thumb2-prev, #thumb3-prev{ left:0; background: url('../img/thumb-back.png') no-repeat center center; }
			#thumb1-next, #thumb2-next, #thumb3-next{ right:0; background:url('../img/thumb-forward.png') no-repeat center center; }
				#thumb1-prev:hover, #thumb1-next:hover, #thumb2-prev:hover, #thumb2-next:hover, #thumb3-prev:hover, #thumb3-next:hover{ cursor:pointer; background-color:rgba(256,256,256, 0.1); }
					#thumb1-prev:hover, #thumb2-prev:hover, #thumb3-prev:hover{ border-right:1px solid rgba(256,256,256, 0.2); }
					#thumb1-next:hover, #thumb2-next:hover, #thumb3-next:hover{ border-left:1px solid rgba(256,256,256, 0.2); }
		
		#thumb1-list li img,#thumb2-list li img,#thumb3-list li img { width:auto; height:100%; }
				
	