/*

	Fluid Thumbnail Bar
*/

		
	/* Thumbnail Tray
	----------------------------*/			
	#thumb-tray{ width:960px; height: auto; float:left; z-index:3; bottom:40%; left:0; overflow:hidden; text-align:left;}
		
		ul#thumb-list{ display:inline-block; position:relative; left:0; list-style:none; }
			ul#thumb-list li{ display:inline; width:300px; float:left; height:175px; float:left; overflow:hidden; margin:0; list-style:none;  }
				ul#thumb-list li:hover{ cursor:pointer; }
	
		#thumb-prev, #thumb-next{ width:40px; height:108px; position: fixed; z-index:5; bottom:0; }
			#thumb-prev{background:url(../images/thumb-back.png) no-repeat; float:left; margin-left:44px; }
			#thumb-next{ background:url(../images/thumb-forward.png) no-repeat; float:left; margin-left:935px;}
				#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); }
		
		
				