﻿/*

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

	*{ margin:0; padding:0; border:none; outline:none; }
	body{  }
	
	/* Thumbnail Tray
	----------------------------*/			
	#thumb-tray{ width:100%; z-index:9; left:0; overflow:hidden; text-align:center; background:#FFF;  }

	ul#thumb-list{ display:inline-block; position:relative; left:178px; padding:0; list-style:none; }

	ul#thumb-list li{ display:inline;   float:left; overflow:hidden; margin:0; list-style:none; }

	ul#thumb-list li:hover{ cursor:pointer; }

	#thumb-prev, #thumb-next{ width:90px; height:570px; position:absolute; z-index:999; bottom:0;  }

	#thumb-prev{ left:90px; background: url('../images/sider_arrow_left.png') no-repeat center center; top:30px; }

	#thumb-next{ right:90px; background:url('../images/sider_arrow_right.png') no-repeat center center; top:30px;}

	#thumb-prev:hover, #thumb-next:hover{ cursor:pointer;}

	#thumb-prev:hover{ border-right:0px solid rgba(256,256,256, 0.2); background-image:url(../images/sider_arrow_left_hover.png) }

	#thumb-next:hover{ border-left:0px solid rgba(256,256,256, 0.2); background-image:url(../images/sider_arrow_right_hover.png)}

		

		

				