/*

	Supersized - Fullscreen Slideshow jQuery Plugin
	Version : 3.2.7
	Site	: www.buildinternet.com/project/supersized
	
	Theme 	: Shutter 1.2
	Author	: Sam Dunn
	Company : One Mighty Roar (www.onemightyroar.com)
	License : MIT License / GPL License
	
*/
	
	
	/* Thumbnail Tray
	----------------------------*/			
	#thumb-container { position: fixed; z-index: 3; bottom: 75px; left: 5px; display: block; }
	#thumb-tray { z-index: 3; height: 42px; width: 100%; }
			
		ul#thumb-list{ display: inline-block; list-style: none; position: relative; left: 0px; padding: 0 0px; }
			ul#thumb-list li{ border: 1px solid #fff; background: #111; list-style: none; display: inline; width: 40px; height: 40px; overflow: hidden; float: left; margin: 0 5px 0 0; }
				ul#thumb-list li img {  width: 40px; height: 40px; opacity: 0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter:alpha(opacity=60); -webkit-transition: all 100ms ease-in-out; -moz-transition: all 100ms ease-in-out; -o-transition: all 100ms ease-in-out; -ms-transition: all 100ms ease-in-out; transition: all 100ms ease-in-out; }
				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:hover{ cursor: pointer; }