/*

	Supersized - Fullscreen Slideshow jQuery Plugin
	Version : 3.2.4
	Site	: www.buildinternet.com/project/supersized
	
	Author	: Sam Dunn
	Company : One Mighty Roar (www.onemightyroar.com)
	License : MIT License / GPL License
	
*/

* { margin:0; padding:0; }
body { background:#fff; height:100%; }
	img { border:none; }
	
	#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:none;}
	
	#supersized {  display:block; position:relative; left:0px; top:0px; overflow:hidden; z-index:999; opacity: 0; margin: 0 0 5px 0px;padding: 0 0 0 0;}
		#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
		#supersized.single_image {opacity: 1;}
		#supersized.single_image img {display: block; width: auto; height: auto;max-height: 100%; max-width: 100%; margin: 0;}
			#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
			#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
		
		#supersized li { display:block; list-style:none; z-index:-30; position:absolute; overflow:hidden; top:0px; left:0px; background:#fff; opacity: 0; }
		#supersized.single_image li {opacity: 1;}
		#supersized a { width:100%; height:100%; display:block; }
			#supersized li.prevslide { z-index:0; }
			#supersized li.activeslide { z-index:10; opacity: 1 !important;}
			#supersized li.image-loading { background:#fff ; width:800px; height:600px; }
				#supersized li.image-loading img{ visibility:hidden; }
			#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }



/***********************************************************
	SUPERSIZED : Shutter Theme Edit
***********************************************************/

/*

	Supersized - Fullscreen Slideshow jQuery Plugin
	Version : 3.2.4
	Site	: www.buildinternet.com/project/supersized
	
	Theme 	: Shutter 1.2
	Author	: Sam Dunn
	Edited 	: Armin Seltz
	Company : One Mighty Roar (www.onemightyroar.com)
	License : MIT License / GPL License
	
*/ 

/* Controls Bar
	----------------------------*/

#controls-wrapper {
	margin: 0 auto;
	height: 42px;
	width: 100%;
	bottom: 0px;
	left: 0;
	z-index: 4;
	background: url(../img/nav-bg.png) repeat-x;
	position: fixed;
}

#controls {
	overflow: hidden;
	height: 100%;
	position: relative;
	text-align: left;
	z-index: 5;
}

#slidecounter {
	float: right;
	margin-left: 5px;
	margin-top: 1px;
}

#slidecaption {
	overflow: hidden;
	float: left;
	color: #FFF;
	font-family: 'UniversLTStd55Roman', 'Lucida Grande', 'Arial', sans-serif;
	text-shadow: #000 1px 1px 2px;
	margin: 0 20px 0 0;
	line-height: 42px;
}

#navigation {
	float: right;
	margin: 0px 20px 0 0;
}

#play-button {
	float: left;
	margin-top: 1px;
	border-right: 1px solid #333;
	background: url('../img/bg-hover.png') repeat-x 0 44px;
}

#play-button:hover {
	background-position: 0 1px;
	cursor: pointer;
}

#prevslide, #nextslide {
	position: absolute;
	height: 100%;
	width: 50%;
	top: 0;
	margin-top: 0;
	z-index: 9999;	
}

#prevslide {
	left: 0px;
	background: transparent;
}

#nextslide {
	right: 0px;
	background: transparent;
}

#prevslide:active, #nextslide:active {
	margin-top: 0;
}

#prevslide {
	cursor: url(../img/left.gif), auto;
}

#nextslide {
	cursor: url(../img/right.gif), auto;
}


ul#slide-list {
	padding: 1px 0px 10px 0;
	margin-bottom: 0;
	float: right;
	position: relative;
	width: auto;
	clear: none;
}

ul#slide-controls {
	padding: 0 0 10px 0;
	margin-bottom: 0;
	margin-top: 2px;
	float: right;
	position: relative;
	width: auto;
	clear: none;
}

ul#slide-controls.left {
	margin-left: 20px;
}

ul#slide-list li, ul#slide-controls li {
	list-style: none;
	height: 12px;
	float: left;
	margin: 0 0 10px 5px;
	padding: 0;
	display: inline;
}

ul#slide-controls li.previous_image, ul#slide-list li.previous_image {
	background: #fff url('../img/icons_sprite.png') no-repeat 1px -280px;
	padding: 1px 4px 1px 22px;
	height: 16px;
	margin: 0 0 0 -8px;
}

ul#slide-controls li.next_image, ul#slide-list li.next_image {
	background: #fff url('../img/icons_sprite.png') no-repeat 0px -255px;
	padding: 1px 15px 1px 7px;
	height: 16px;
	margin: 0 0 0 0;
}

.de ul#slide-controls li.next_image {
	background: #fff url('../img/icons_sprite.png') no-repeat 5px -255px;
}

ul#slide-list li.current-slide a, ul#slide-list li.current-slide a:hover {
	font-family: 'UniversLTStd65Bold', 'Lucida Grande', 'Arial', sans-serif;
}

ul#slide-list li a, ul#slide-controls li a  {
	display: block;
	height: 12px;
	font-style: normal;
}

ul#slide-list li a:hover, ul#slide-controls:hover {
	cursor: pointer;
	text-decoration: none;
}

#tray-button {
	float: right;
	margin-top: 1px;
	border-left: 1px solid #333;
	background: url('../img/bg-hover.png') repeat-x 0 44px;
}

#tray-button:hover {
	background-position: 0 1px;
	cursor: pointer;
}

/* Progress Bar
	----------------------------*/

#progress-back {
	z-index: 5;
	position: relative;
	height: 22px;
	width: 100%;
}

#progress-bar {
	position: relative;
	height: 2px;
	width: 100%;
	background: url('../img/progress-bar.png') repeat-x;
}

/* Thumbnail Navigation
	----------------------------*/

#nextthumb,#prevthumb {
	z-index: 2;
	display: none;
	position: fixed;
	bottom: 61px;
	height: 75px;
	width: 100px;
	overflow: hidden;
	background: #ddd;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 0 5px #000;
}

#nextthumb {
	right: 12px;
}

#prevthumb {
	left: 12px;
}

#nextthumb img, #prevthumb img {
	width: 150px;
	height: auto;
}

#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;
	background-color: rgba(0,0,0, 0.3);
	height: 63px;
	width: 100%;
	overflow: hidden;
	text-align: center;
}

#thumb-back, #thumb-forward {
	position: absolute;
	z-index: 5;
	bottom: 0px;
	height: 63px;
	width: 30px;
}

#thumb-back {
	left: 0;
	background: url('../img/thumb-back.png') no-repeat center center;
	background-color: rgba(0,0,0, 0.3);
}

#thumb-forward {
	right: 0;
	background: url('../img/thumb-forward.png') no-repeat center center;
	background-color: rgba(0,0,0, 0.3);
}

#thumb-back:hover, #thumb-forward:hover {
	cursor: pointer;
	background-color: rgba(0,0,0, 0.5);
}

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

ul#thumb-list li {
	background: #111;
	list-style: none;
	display: inline;
	width: 99px;
	height: 63px;
	overflow: hidden;
	float: left;
	margin: 0;
	margin-left: 1px;
}

ul#thumb-list li img {
	width: 100px;
	height: 100px;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	margin-top: -16px;
}

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;
}