/*

	Supersized - Fullscreen Slideshow jQuery Plugin
	Version : 3.2.6
	Site	: www.buildinternet.com/project/supersized

	Theme 	: Shutter 1.1
	Author	: Sam Dunn
	Company : One Mighty Roar (www.onemightyroar.com)
	License : MIT License / GPL License

*/

	/* Controls Bar
	----------------------------*/
	#controls-wrapper { margin:0 auto; min-height:52px; width:100%; bottom:0; left:0; z-index:4; background-color:#F0F0F2; position:fixed; }
		#controls { overflow:hidden; height:100%; position:relative; text-align:left; z-index:5; margin-top:3px;}
			#slidecounter { float:left; color:#848282; font:1.1em 'LatoLight', Helvetica, Arial, sans-serif;margin:0 10px 0 15px; line-height:30px; }
			#slidecaption { overflow:hidden; color:#B5B5B5; font:1.1em 'LatoLight', Helvetica, Arial, sans-serif; margin-top:9px; line-height:1.1em;max-width: 90%;}

			#navigation { float:right; margin:0px 20px 0 0; }
				#play-button{ float:left; margin:4px 0 0 0;width:24px;height:24px; }
					#play-button:hover{background-position:bottom!important; cursor:pointer; }

				#prevslide, #nextslide{ position:absolute; height:18px; width:18px; top:45%; margin-top:-21px;opacity:1!important;cursor:pointer;}
					#prevslide{ left:20px; background:url(); }
					#nextslide{ right:30px; background:url(); }
						/*#prevslide:active, #nextslide:active{ background-position:bottom; }*/
						/*#prevslide:hover, #nextslide:hover{ background-position:bottom;cursor:pointer; }*/

				ul#slide-list{ padding:15px 0; float:left; position:absolute; left:50%; }
					ul#slide-list li{ list-style:none; width:30px; height:6px; float:left; margin:0 5px 2px 0; }
						ul#slide-list li.current-slide a, ul#slide-list li.current-slide a:hover{ background-position:bottom; }
						ul#slide-list li a{ display:block; width:30px; height:6px; background:url() no-repeat; }
							ul#slide-list li a:hover{background-position:bottom!important; cursor:pointer; }

				#tray-button{ float:left; margin:6px 1.1% 0 1.5%;width:24px;height:24px;}
					#tray-button:hover{background-position:bottom!important; cursor:pointer; }


	/* Progress Bar
	----------------------------*/
	#progress-back{ z-index:5; position:fixed; bottom:24px; left:0; height:8px; width:100%; background:url() repeat-x; }
		#progress-bar{ position:relative; height:8px; width:100%; background:url() repeat-x; }


	/* Thumbnail Navigation
	----------------------------*/
	#nextthumb,#prevthumb { z-index:2; display:none; position:fixed; bottom:41px; height:75px; width:100px; overflow:hidden; background:#ededed;}
		#nextthumb { right:12px; }
		#prevthumb { left:12px; }
			#nextthumb img, #prevthumb img { width:100px; height:auto; padding:10px 5px; }
			#nextthumb:active, #prevthumb:active { bottom:59px; }
			#nextthumb:hover, #prevthumb:hover { cursor:pointer; }


	/* Thumbnail Tray
	----------------------------*/
	#thumb-tray{ position:fixed; z-index:3; bottom:0; left:0;height:205px; width:100%; overflow:hidden; text-align:center;background:url() repeat;}

		#thumb-back, #thumb-forward{ position:absolute; z-index:5; bottom:75px; height:90px; width:40px; }
			#thumb-back{ left:0; background: url() no-repeat center center;}
			#thumb-forward{ right:0; background:url() no-repeat center center;}
				#thumb-back:hover, #thumb-forward:hover{ cursor:pointer; }
					#thumb-back:hover{ }
					#thumb-forward:hover{}


		ul#thumb-list{ display:inline-block; list-style:none; position:relative; left:0px; padding:0 0px; }
			ul#thumb-list li{ background:transparent; list-style:none; display:inline;height:133px;width:200px;overflow:hidden; float:left; margin:10px 5px 0; border:1px solid #ccc;}
				ul#thumb-list li img { max-height:133px;max-width:200px; opacity:0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); }
				ul#thumb-list li.current-thumb img, ul#thumb-list li:hover img{ opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter:alpha(opacity=60);}
				ul#thumb-list li:hover{ cursor:pointer; }


					/* Smaller screens
	----------------------------*/

@media only screen and (max-width: 1024px) {

	#slidecaption {
					color: #B5B5B5;
					font: 1em 'LatoLight',Helvetica,Arial,sans-serif;
					margin-top: 8px;
					overflow: hidden;
					width:80%;
					float:none!important;
					margin-bottom:8px;
				}
}
