/*

	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; height:42px; width:100%; bottom:0px; left:0; z-index:4; background:url(../img/bottom.png) repeat-x left -12px; position:fixed; }
		#controls { overflow:hidden; height:100%; position:relative; text-align:left; z-index:5;background:url(../img/bottomOrn.png) repeat-x left 2px; }
			#slidecounter { float:left; color:#222; font:14px "Helvetica Neue", Helvetica, Arial, sans-serif; text-shadow:#EEE 0 -1px 0; margin:0px 10px 0 15px; line-height:42px; }
			#slidecaption { overflow:hidden; float:left; color:#FFF; text-shadow: #682703 1px 1px 2px; margin:0 20px 0 0; line-height:42px; position: absolute; padding: 0px 25px; font-size: 20px; background: url(/img/ofertapeach.png);}
			
			
			#navigation { float:right; margin:0px 20px 0 0; }
				#play-button{ float:left; margin-top:1px;border-right:1px solid #8c8c8c; background:url('../img/supersized/bg-hover.png') repeat-x 0 44px; }
					#play-button:hover{ background-position:0 1px; cursor:pointer; }
				
				#prevslide, #nextslide{ position:absolute; height: 55px; width: 55px;  top: 20px; /* background:#EEA57D;*/ z-index:500  }
				#prevslide:hover::after, #nextslide:hover::after {transition: 300ms; /*background:#000*/border-color:#EEA57D!important;}
				#prevslide::after, #nextslide::after {transition: 300ms; top:15px; left:25px; content:""; position:absolute; transform:rotate(45deg); width:25px; height:25px; border-bottom:2px solid #FFF; border-left:2px solid #FFF;}
					/*#prevslide{ left:240px;}
					.catPage_1620 #prevslide{ left:20px;}*/
					/*#nextslide{ right:20px;}*/
					#nextslide::after  {transform:rotate(-135deg); left:5px}
						#prevslide:active, #nextslide:active{ }
						#prevslide:hover, #nextslide:hover{ cursor:pointer; }
				
				ul#slide-list{ padding:15px 0; float:left; position:absolute; left:auto; right:50px; margin:0!important; bottom:10px; z-index:500 }
					ul#slide-list li{ list-style:none; width:30px; height:20px; float:left; margin:0 5px 0 0; }
						ul#slide-list li.current-slide a, ul#slide-list li.current-slide a:hover{ background:#EEA57D; box-shadow:none }
						ul#slide-list li a{ display:block; width:20px; height:20px; background:#FFF; cursor:pointer; box-shadow:2px 2px 5px rgba(21, 83, 53, 0.3) }
							ul#slide-list li a:hover{ background:#EEA57D}
				
				#tray-button{ float:right; margin-top:1px; border-left:1px solid #8c8c8c; background:url('../img/supersized/bg-hover.png') repeat-x 0 44px; }
					#tray-button:hover{ background-position:0 1px; cursor:pointer; }
		
	
	/* Progress Bar
	----------------------------*/					
	#progress-back{ z-index:5; position:fixed; bottom:42px; left:0; height:8px; width:100%; background:url('../img/supersized/progress-back.png') repeat-x; }
		#progress-bar{ position:relative; height:8px; width:100%; background:url('../img/supersized/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{  width:100%; overflow:hidden; text-align:center;  height:55px; display:none!important}
		
		#thumb-back, #thumb-forward{ position:absolute; z-index:5;  height:55px; width:40px; }
			#thumb-back{ left:0; background: url('../img/supersized/thumb-back.png') no-repeat center center;}
			#thumb-forward{ right:0; background:url('../img/supersized/thumb-forward.png') no-repeat center center;}
				#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); }
		
		
		ul#thumb-list{ display:inline-block; list-style:none; position:relative; left:0px; padding:0 0px; }
			ul#thumb-list li{ list-style:none; display:inline; width:90px; height:55px; overflow:hidden; float:left; margin:0; }
				ul#thumb-list li img { width:90px; height:auto; 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; }