/*

	Supersized - Fullscreen Slideshow jQuery Plugin
	Version : 3.2.4
	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; height:42px; width:100%; bottom:0px; left:0; z-index:4; /*background-color:#1b1b1b; background:url(../img/nav-bg.png) repeat-x;*/ position:fixed; }
		#controls { overflow:hidden; height:100%; position:relative; text-align:left; z-index:5; }
		
			#captionholder {position:absolute; top:50%; left:87px; width:700px; height:84px; margin-top:-42px;}
				#slidecounter {width:50px; float:left; text-align:right; color:#999; font-family: 'ITCAvantGardeGothicCEMedRg'; font-size:12px; text-shadow:#000 0 -1px 0; margin:0px 15px 0 15px; line-height:42px; padding:5px 0 0 0;}
				#slidecaption { color:#FFF; font-family: 'ITCAvantGardeGothicCEMedRg'; font-size:22px; text-shadow:#000 1px 1px 2px; line-height:42px; text-transform:uppercase;}
				#captiontext{ width:600px; height:84px; padding:0 0 0 63px; color:#fff; font-family: 'ITCAvantGardeGothicCEXtLgRg'; font-size:14pt; text-shadow: #000 0px 1px 0px; line-height: 110%; text-transform:uppercase; text-align: left;}	
			
			#navigation { float:right; margin:0px 20px 0 0; }
				#play-button{ float:right; margin-top:1px;border-left: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:85px; width:85px; top:50%; margin-top:-42px; opacity:0.6; }
					#prevslide{ left:0px; background:url('../img/back.png'); }
					#nextslide{ right:0px; background:url('../img/forward.png'); }
						#prevslide:active, #nextslide:active{ margin-top:-42px; }
						#prevslide:hover, #nextslide:hover{ cursor:pointer; }*/
						
				/*PREV **********NEXT********************/

#prevslide, #nextslide{ position:absolute; top:50%/*340px*/; width:86px; height:84px; text-indent:-9999px; overflow:hidden; outline:none; z-index:9997;margin-top:-43px; opacity:0.6;
		   /*background:transparent url(../img/sprite.png) no-repeat -206px -988px;background:url(../images/btn_slider.gif) 0 0 no-repeat;*/
		   background:transparent url(../img/bartalus03_slice.png) no-repeat 0 -537px;}
		   
#prevslide{ background-position:-537px 0; left:0;}
#prevslide:hover{ background-position:-537px -84px; cursor:pointer;}
#nextslide{ background-position:-623px 0; right:0;}
#nextslide:hover{ background-position:-623px -84px; cursor:pointer;}

#prevslide, #nextslide{
    height: 84px;
    width: 86px;
  /*  -moz-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    -webkit-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
    text-indent:-9999em;*/
  }
				
				
				ul#slide-list{ padding:15px 0; float:left; position:absolute; left:50%; }
					ul#slide-list li{ list-style:none; width:12px; height:12px; float:left; margin:0 5px 0 0; }
						ul#slide-list li.current-slide a, ul#slide-list li.current-slide a:hover{ background-position:0 0px; }
						ul#slide-list li a{ display:block; width:12px; height:12px; background:url('../img/nav-dot.png') no-repeat 0 -24px; }
							ul#slide-list li a:hover{ background-position:0 -12px; cursor:pointer; }
				/*
				#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; }
					*/
				#tray-button{width:43px; height:42px; float:left; margin:1px 0 0 0px; border-right:1px solid #333;
				background:transparent url(../img/sprite.png) no-repeat -53px -757px; 
				/*background:url(../img/bartalus03_slice.png) no-repeat 0 -537px;*/
				  -moz-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    -webkit-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
    text-indent:-9999em;}
					#tray-button:hover{width:43px; height:42px; background-position:-53px -799px; cursor:pointer;}
					
		
	
	/* Progress Bar
	----------------------------*/					
	#progress-back{ z-index:5; position:fixed; bottom:42px; left:0; height:1px; width:100%; /*background-color:#000; background:url('../img/progress-back.png') repeat-x;*/ }
		#progress-bar{ position:relative; height:1px; width:100%; background-color:#ffc300;/* 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
	----------------------------*/		
	#thumbholder{ position:absolute; z-index:5; bottom:180px; left:75px; /*background-color:#1b1b1b; background:url(../img/bg-black.png);*/ height:92px; width:723px; overflow:hidden; text-align:center;
	/*margin-bottom:-216px; display:none;*/
	/*-moz-box-shadow: 0px 0px 4px #000; -webkit-box-shadow: 0px 0px 4px #000; box-shadow: 0px 0px 4px #000;*/}
	#thumb-tray{position:absolute; z-index:4;  left:43px;  background-color:#000; height:90px; width:636px; overflow:hidden; text-align:center;
	border: 1px solid #181818;
	/*-moz-box-shadow: 0px 0px 4px #000; -webkit-box-shadow: 0px 0px 4px #000; box-shadow: 0px 0px 4px #000;*/}
		
		#thumb-back, #thumb-forward{height:92px; width:43px;background:transparent url(../img/bartalus03_slice.png) no-repeat -537px -168px; display: hidden;
		
		/*background: url('../img/sprite.png') no-repeat -96px -757px;
		background:transparent url(../img/sprite.png) no-repeat -537px -168px; */
		/*-moz-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    -webkit-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
    text-indent:-9999em;*/}
	#thumb-hide{position:absolute; height:92px; width:86px;background:transparent url(../img/bartalus03_slice.png) no-repeat -537px -260px; z-index:5; left:-86px; bottom:180px;}
	#thumb-hide:hover{background-position:-623px -260px; cursor:pointer;}

			#thumb-back{position:absolute; z-index:5; left:0; background-position:-537px -168px; }
			#thumb-forward{position:absolute; z-index:5;  right:0; background-position:-580px -168px;}
				/*#thumb-back:hover, #thumb-forward:hover{ cursor:pointer; background-color:rgba(256,256,256, 0.1); }
					#thumb-back:hover{ border-right:1px solid rgba(256,256,256, 0.2); }
					#thumb-forward:hover{ border-left:1px solid rgba(256,256,256, 0.2); }*/
				#thumb-back:hover{background-position:-623px -168px; cursor:pointer;}
			#thumb-forward:hover{background-position:-665px -168px; cursor:pointer;}	
		
		
		ul#thumb-list{ display:inline-block; list-style:none; position:relative; left:0; padding:0 0px; top:0; }
			ul#thumb-list li{ background:#000; list-style:none; display:inline; width:90px; height:90px; overflow:hidden; float:left; margin:0 0 0 0; border-right: 1px solid #181818; }
				ul#thumb-list li img { width:90px; height:90px; opacity:0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter:alpha(opacity=60); }
				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; }