/*
	Supersized - Fullscreen Slideshow jQuery Plugin
	Version : 3.2.7
	
*/

	/* Controls Bar
	----------------------------*/
	#controls-wrapper { 
	margin:0 auto;
	height:42px;
	width:100%;
	bottom:0px;
	left:0;
	z-index:4;
	/*background:url(../images/jbody/nav-bg.png) repeat-x;*/ 
	position:fixed;
	}
			
	#controls {
	overflow:hidden;
	height:100%;
	position:relative;
	text-align:left;
	z-index:5; 
	}
	
	#slidecounter { 
	float:left; 
	color:#999; 
	font:20px "Helvetica Neue", Helvetica, Arial, sans-serif; text-shadow:#000 0 -1px 0; margin:0px 10px 0 15px; 
	line-height:42px;
	}
			 
	#slidecaption { 
	overflow:hidden; 
	float:left; 
	color:#FFF; 
	font:400 23px "MyriadProWeb", Arial, Helvetica, sans-serif;
	text-shadow:#000 1px 1px 2px;
	margin:0 20px 0 0;
	line-height:42px; 
	padding-top:10px;
	}
			
	#navigation { float:right; margin:0px 20px 0 0; }
	#play-button{ float:left; margin-top:1px;border-right:1px solid #333; background:url('../images/jbody/bg-hover.png') repeat-x 0 44px; }						
	#play-button:hover{ background-position:0 1px; cursor:pointer; }
				
	#prevslide, #nextslide{ position:absolute; height:62px; width:20px; top:50%; margin-top:-21px; opacity:0.6; }
	#prevslide{ left:0px; background:url('../images/jbody/al.png'); }
	#nextslide{ right:0px; background:url('../images/jbody/ar.png'); }
	#prevslide:active, #nextslide:active{ margin-top:-19px; }
	#prevslide:hover, #nextslide:hover{ cursor:pointer; }
				
	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('../images/jbody/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('../images/jbody/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:40px; left:0; height:8px; width:100%; background:url('../images/jbody/progress-back.png') repeat-x; }
	#progress-bar{ position:relative; height:8px; width:100%; background:url('../images/jbody/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:url(../images/jbody/bg-black.png); height:150px; width:100%; overflow:hidden; text-align:center; -moz-box-shadow: 0px 0px 4px #000; -webkit-box-shadow: 0px 0px 4px #000; box-shadow: 0px 0px 4px #000; }
		
	#thumb-back, #thumb-forward{ position:absolute; z-index:5; bottom:42px; height:108px; width:40px; }
	#thumb-back{ left:0; background: url('../images/jbody/thumb-back.png') no-repeat center center;}
	#thumb-forward{ right:0; background:url('../images/jbody/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{ background:#111; list-style:none; display:inline; width:150px; height:108px; overflow:hidden; float:left; margin:0; }
	ul#thumb-list li img { width:200px; height:auto; 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; }				
				
	.tf_content{
	position:absolute;
	top:110px;
	width:270px;
	right:20px;
	z-index:10;
	display:none;
	text-align:left;
	}
	
	.ay_content{
	position:absolute;
	width:524px;
	height:180px;
	top:110px;
	left:20px;
	z-index:10;
	display:none;
	text-align:left;
	-moz-box-shadow:1px 1px 5px #202020;
	-webkit-box-shadow:1px 1px 5px #202020;
	box-shadow:1px 1px 5px #202020;
	background-image:url(../images/content1.png);
	}
	
	.ay_content2{
	position:absolute;
	width:524px;
	height:180px;
	top:310px;
	left:20px;
	z-index:10;
	display:none;
	text-align:left;
	-moz-box-shadow:1px 1px 5px #202020;
	-webkit-box-shadow:1px 1px 5px #202020;
	box-shadow:1px 1px 5px #202020;
	background-image:url(../images/content2.png);
	}
	
	.ay_content3{
	position:absolute;
	width:298px;
	height:124px;
	bottom:60px;
	left:20px;
	z-index:10;
	display:none;
	text-align:left;
	-moz-box-shadow:1px 1px 5px #202020;
	-webkit-box-shadow:1px 1px 5px #202020;
	box-shadow:1px 1px 5px #202020;
	background-image:url(../images/content3.png);
	}	
	
	.tf_content h2{
	color:#fff;
	font-size:40px;
	padding:0;
	margin:0;
	background:transparent url(../images/jbody/bg_content.png) repeat top left;
	padding:20px;
	width:230px;
	height:40px;
	font-family: "MyriadProWeb", Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:15px;
	text-shadow:#000 1px 1px 2px;
	-moz-box-shadow:1px 1px 5px #202020;
	-webkit-box-shadow:1px 1px 5px #202020;
	box-shadow:1px 1px 5px #202020;
	border:0px solid #ccc;
	}

	.tf_content p{
	color:#fff;
	padding:0;
	margin:-10px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:15px;
	font-style:normal;
	font-weight:normal;
	text-indent:10px;
	}
	
	.al{
	color:#333;
	font-size:40px;
	font-family: "MyriadProWeb", Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:15px;
	margin-top:60px;
	margin-bottom:8px;
	margin-left:20px;
	}
	
	.baskan_text{
	color:#333;
	width:280px;
	padding-left:220px;
	padding-top:-10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	font-style:normal;
	font-weight:normal;
	}
	
	.baskan_text:hover{
	text-decoration:underline;
	}
	
	#right1{
	position:absolute;
	width:270px;
	height:165px;
	top:194px;
	right:20px;
	z-index:10;
	display:block;
	-moz-box-shadow:1px 1px 5px #202020;
	-webkit-box-shadow:1px 1px 5px #202020;
	box-shadow:1px 1px 5px #202020;
	background-color:#fff;
	color:#fff;
	line-height:32px;
	text-align:center;
	cursor:pointer;
	}
	#left1{
	position:absolute;
	width:270px;
	height:298px;
	top:194px;
	left:20px;
	z-index:10;
	display:block;
	-moz-box-shadow:1px 1px 5px #202020;
	-webkit-box-shadow:1px 1px 5px #202020;
	box-shadow:1px 1px 5px #202020;
	background-color:#fff;
	color:#fff;
	line-height:32px;
	text-align:center;
	cursor:pointer;
	}
	
	.r1_pic{
	width:270px;
	margin: 0 auto;
	height:133px;
	margin-top:0px;
	z-index:10;
	display:block;
	text-align:center;
	-moz-box-shadow:1px 1px 5px #202020;
	-webkit-box-shadow:1px 1px 5px #202020;
	box-shadow:1px 1px 5px #202020;
	background-color:#FFF;
	line-height:32px;
	text-align:center;	
	}
	


	#sticker2 {
	width:96px;
	height:94px;
	position:absolute;
	margin-top:6px;
	z-index:99999;
    background-image:url(../images/sticker2.png);
	

}
	#sticker3 {
	width:96px;
	height:94px;
	position:absolute;
	margin-top:6px;
	z-index:99999;
    background-image:url(../images/sticker33.png);
	

}
	
	#sticker {
	width:96px;
	height:94px;
	position:absolute;
	margin-top:6px;
    background-image:url(../images/sticker.png);
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}	
	
	.r2div{
	position:absolute;
	width:524px;
	height:180px;
	top:-120px;
	right:268px;
	z-index:10;
	display:none;
	text-align:left;
	-moz-box-shadow:1px 1px 5px #202020;
	-webkit-box-shadow:1px 1px 5px #202020;
	box-shadow:1px 1px 5px #202020;
	background-image:url(../images/bsk_div.png);
	}
	
	.r3div{
	position:absolute;
	width:298px;
	height:124px;
	top:-94px;
	right:268px;
	z-index:11;
	display:none;
	text-align:left;
	-moz-box-shadow:1px 1px 5px #202020;
	-webkit-box-shadow:1px 1px 5px #202020;
	box-shadow:1px 1px 5px #202020;
	background-image:url(../images/content3.png);
	cursor:normal;
	}	
	
	
	.r3div a img{ padding:10px; 
	}		
	
	#right2{
	position:absolute;
	width:268px;
	height:30px;
	top:359px;
	right:20px;
	z-index:10;
	display:block;
	text-align:left;
	-moz-box-shadow:1px 1px 5px #202020;
	-webkit-box-shadow:1px 1px 5px #202020;
	box-shadow:1px 1px 5px #202020;
	background-image:url(../images/right_btn_bg.png);
	background-position: 0px -32px;
	cursor:pointer;
	color:#FFF;
	line-height:32px;
	text-align:center;
	}
	
	#right2:hover{ background-position: 0px 0px; color:#000; }	
	
	#right3{
	position:absolute;
	width:268px;
	height:30px;
	top:389px;
	right:20px;
	z-index:10;
	display:block;
	text-align:left;
	-moz-box-shadow:1px 1px 5px #202020;
	-webkit-box-shadow:1px 1px 5px #202020;
	box-shadow:1px 1px 5px #202020;
	background-image:url(../images/right_btn_bg.png);
	background-position: 0px -32px;
	cursor:pointer;
	color:#FFF;
	line-height:32px;
	text-align:center;	
	}

	#right3:hover{ background-position: 0px 0px; color:#000; }