/*
 *	generated by WOW Slider 4.7
 *	template Surface
 */
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&subset=latin,latin-ext,cyrillic);
#wowslider-container1 { 
	zoom: 1; 
	position: relative; 
	max-width:933px;
	margin:0px auto 0px;
	z-index:90;
	border:none;
	text-align:left; /* reset align=center */
}
* html #wowslider-container1{ width:933px }
#wowslider-container1 .ws_images ul{
	position:relative;
	width: 10000%; 
	height:auto;
	left:0;
	list-style:none;
	margin:0;
	padding:0;
	border-spacing:0;
	overflow: visible;
	/*table-layout:fixed;*/
}
#wowslider-container1 .ws_images ul li{
	width:1%;
	line-height:0; /*opera*/
	float:left;
	font-size:0;
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
}

#wowslider-container1 .ws_images{
	position: relative;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
#wowslider-container1 .ws_images a{
	width:100%;
	display:block;
	color:transparent;
}
#wowslider-container1 img{
	max-width: none !important;
}
#wowslider-container1 .ws_images img{
	width:100%;
	border:none 0;
	max-width: none;
	padding:0;
}
#wowslider-container1 a{ 
	text-decoration: none; 
	outline: none; 
	border: none; 
}

#wowslider-container1  .ws_bullets { 
	font-size: 0px; 
	float: left;
	position:absolute;
	z-index:70;
}
#wowslider-container1  .ws_bullets div{
	position:relative;
	float:left;
}
#wowslider-container1  .wsl{
	display:none;
}
#wowslider-container1 sound, 
#wowslider-container1 object{
	position:absolute;
}


#wowslider-container1  .ws_bullets { 
	padding: 9px; 
}
#wowslider-container1 .ws_bullets a { 
	width:21px;
	height:21px;
	background: url(./bullet.png) left top;
	float: left; 
	text-indent: -4000px; 
	position:relative;
	margin-left:7px;
	color:transparent;
}
#wowslider-container1 .ws_bullets a:hover{
	background-position: 0 50%;
}
#wowslider-container1 .ws_bullets a.ws_selbull{
	background-position: 0 100%;
}
#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev {
	position:absolute;
	display:none;
	top:50%;
	margin-top:-20px;
	z-index:60;
	height: 38px;
	width: 38px;
	background-image: url(./arrows.png);
}
#wowslider-container1 a.ws_next{
	background-position: 100% 0;
	right:5px;
}
#wowslider-container1 a.ws_prev {
	left:5px;
	background-position: 0 0; 
}
#wowslider-container1 a.ws_next:hover{
	background-position: 100% 50%;
}
#wowslider-container1 a.ws_prev:hover {
	background-position: 0 50%;
}  
#wowslider-container1 a.ws_next:active{
	background-position: 100% 100%;
}
#wowslider-container1 a.ws_prev:active {
	background-position: 0 100%; 
} 
* html #wowslider-container1 a.ws_next,* html #wowslider-container1 a.ws_prev{display:block}
#wowslider-container1:hover a.ws_next, #wowslider-container1:hover a.ws_prev, #wowslider-container1:active a.ws_next, #wowslider-container1:active a.ws_prev{display:block}

/*playpause*/
#wowslider-container1 .ws_playpause {
	display:none;
    width: 38px;
    height: 38px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -19px;
    margin-top: -19px;
    z-index: 59;
}

#wowslider-container1:hover .ws_playpause {
	display:block;
}

#wowslider-container1 .ws_pause {
    background-image: url(./pause.png);
}

#wowslider-container1 .ws_play {
    background-image: url(./play.png);
}

#wowslider-container1 .ws_pause:hover, #wowslider-container1 .ws_play:hover {
    background-position: 50% 50% !important;
}
#wowslider-container1 .ws_pause:active, #wowslider-container1 .ws_play:active {
    background-position: 100% 100% !important;
}/* bottom center */
#wowslider-container1  .ws_bullets {
    bottom: 0px;
	left:50%;
}
#wowslider-container1  .ws_bullets div{
	left:-50%;
}
#wowslider-container1 .ws-title{
	position:absolute;
	display:block;
	bottom: 30px;
	left: 5px;
	margin-right: 5px; 
	color:#FFFFFF;
	z-index: 50;
	font-family:'Open Sans Condensed',"Trebuchet MS",Verdana,Arial,sans-serif;
	font-size: 24px;
	line-height: 26px;
}
#wowslider-container1 .ws-title div,#wowslider-container1 .ws-title span{
	display:inline-block;
	padding:8px;
	background:#555555;
	border:1px solid rgba(255, 255, 255, 0.4);
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px; 
	opacity:0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);	
}
#wowslider-container1 .ws-title div{
	display:block;
	margin-top:5px;
	font-size: 18px;
	line-height: 20px;
}
#wowslider-container1 .ws_images ul{
	animation: wsBasic 585.6s infinite;
	-moz-animation: wsBasic 585.6s infinite;
	-webkit-animation: wsBasic 585.6s infinite;
}
@keyframes wsBasic{0%{left:-0%} 1.31%{left:-0%} 1.64%{left:-100%} 2.95%{left:-100%} 3.28%{left:-200%} 4.59%{left:-200%} 4.92%{left:-300%} 6.23%{left:-300%} 6.56%{left:-400%} 7.87%{left:-400%} 8.2%{left:-500%} 9.51%{left:-500%} 9.84%{left:-600%} 11.15%{left:-600%} 11.48%{left:-700%} 12.79%{left:-700%} 13.11%{left:-800%} 14.43%{left:-800%} 14.75%{left:-900%} 16.07%{left:-900%} 16.39%{left:-1000%} 17.71%{left:-1000%} 18.03%{left:-1100%} 19.35%{left:-1100%} 19.67%{left:-1200%} 20.99%{left:-1200%} 21.31%{left:-1300%} 22.63%{left:-1300%} 22.95%{left:-1400%} 24.27%{left:-1400%} 24.59%{left:-1500%} 25.91%{left:-1500%} 26.23%{left:-1600%} 27.54%{left:-1600%} 27.87%{left:-1700%} 29.18%{left:-1700%} 29.51%{left:-1800%} 30.82%{left:-1800%} 31.15%{left:-1900%} 32.46%{left:-1900%} 32.79%{left:-2000%} 34.1%{left:-2000%} 34.43%{left:-2100%} 35.74%{left:-2100%} 36.07%{left:-2200%} 37.38%{left:-2200%} 37.7%{left:-2300%} 39.02%{left:-2300%} 39.34%{left:-2400%} 40.66%{left:-2400%} 40.98%{left:-2500%} 42.3%{left:-2500%} 42.62%{left:-2600%} 43.94%{left:-2600%} 44.26%{left:-2700%} 45.58%{left:-2700%} 45.9%{left:-2800%} 47.22%{left:-2800%} 47.54%{left:-2900%} 48.86%{left:-2900%} 49.18%{left:-3000%} 50.5%{left:-3000%} 50.82%{left:-3100%} 52.13%{left:-3100%} 52.46%{left:-3200%} 53.77%{left:-3200%} 54.1%{left:-3300%} 55.41%{left:-3300%} 55.74%{left:-3400%} 57.05%{left:-3400%} 57.38%{left:-3500%} 58.69%{left:-3500%} 59.02%{left:-3600%} 60.33%{left:-3600%} 60.66%{left:-3700%} 61.97%{left:-3700%} 62.3%{left:-3800%} 63.61%{left:-3800%} 63.93%{left:-3900%} 65.25%{left:-3900%} 65.57%{left:-4000%} 66.89%{left:-4000%} 67.21%{left:-4100%} 68.53%{left:-4100%} 68.85%{left:-4200%} 70.17%{left:-4200%} 70.49%{left:-4300%} 71.81%{left:-4300%} 72.13%{left:-4400%} 73.45%{left:-4400%} 73.77%{left:-4500%} 75.09%{left:-4500%} 75.41%{left:-4600%} 76.72%{left:-4600%} 77.05%{left:-4700%} 78.36%{left:-4700%} 78.69%{left:-4800%} 80%{left:-4800%} 80.33%{left:-4900%} 81.64%{left:-4900%} 81.97%{left:-5000%} 83.28%{left:-5000%} 83.61%{left:-5100%} 84.92%{left:-5100%} 85.25%{left:-5200%} 86.56%{left:-5200%} 86.89%{left:-5300%} 88.2%{left:-5300%} 88.52%{left:-5400%} 89.84%{left:-5400%} 90.16%{left:-5500%} 91.48%{left:-5500%} 91.8%{left:-5600%} 93.12%{left:-5600%} 93.44%{left:-5700%} 94.76%{left:-5700%} 95.08%{left:-5800%} 96.4%{left:-5800%} 96.72%{left:-5900%} 98.04%{left:-5900%} 98.36%{left:-6000%} 99.68%{left:-6000%} }
@-moz-keyframes wsBasic{0%{left:-0%} 1.31%{left:-0%} 1.64%{left:-100%} 2.95%{left:-100%} 3.28%{left:-200%} 4.59%{left:-200%} 4.92%{left:-300%} 6.23%{left:-300%} 6.56%{left:-400%} 7.87%{left:-400%} 8.2%{left:-500%} 9.51%{left:-500%} 9.84%{left:-600%} 11.15%{left:-600%} 11.48%{left:-700%} 12.79%{left:-700%} 13.11%{left:-800%} 14.43%{left:-800%} 14.75%{left:-900%} 16.07%{left:-900%} 16.39%{left:-1000%} 17.71%{left:-1000%} 18.03%{left:-1100%} 19.35%{left:-1100%} 19.67%{left:-1200%} 20.99%{left:-1200%} 21.31%{left:-1300%} 22.63%{left:-1300%} 22.95%{left:-1400%} 24.27%{left:-1400%} 24.59%{left:-1500%} 25.91%{left:-1500%} 26.23%{left:-1600%} 27.54%{left:-1600%} 27.87%{left:-1700%} 29.18%{left:-1700%} 29.51%{left:-1800%} 30.82%{left:-1800%} 31.15%{left:-1900%} 32.46%{left:-1900%} 32.79%{left:-2000%} 34.1%{left:-2000%} 34.43%{left:-2100%} 35.74%{left:-2100%} 36.07%{left:-2200%} 37.38%{left:-2200%} 37.7%{left:-2300%} 39.02%{left:-2300%} 39.34%{left:-2400%} 40.66%{left:-2400%} 40.98%{left:-2500%} 42.3%{left:-2500%} 42.62%{left:-2600%} 43.94%{left:-2600%} 44.26%{left:-2700%} 45.58%{left:-2700%} 45.9%{left:-2800%} 47.22%{left:-2800%} 47.54%{left:-2900%} 48.86%{left:-2900%} 49.18%{left:-3000%} 50.5%{left:-3000%} 50.82%{left:-3100%} 52.13%{left:-3100%} 52.46%{left:-3200%} 53.77%{left:-3200%} 54.1%{left:-3300%} 55.41%{left:-3300%} 55.74%{left:-3400%} 57.05%{left:-3400%} 57.38%{left:-3500%} 58.69%{left:-3500%} 59.02%{left:-3600%} 60.33%{left:-3600%} 60.66%{left:-3700%} 61.97%{left:-3700%} 62.3%{left:-3800%} 63.61%{left:-3800%} 63.93%{left:-3900%} 65.25%{left:-3900%} 65.57%{left:-4000%} 66.89%{left:-4000%} 67.21%{left:-4100%} 68.53%{left:-4100%} 68.85%{left:-4200%} 70.17%{left:-4200%} 70.49%{left:-4300%} 71.81%{left:-4300%} 72.13%{left:-4400%} 73.45%{left:-4400%} 73.77%{left:-4500%} 75.09%{left:-4500%} 75.41%{left:-4600%} 76.72%{left:-4600%} 77.05%{left:-4700%} 78.36%{left:-4700%} 78.69%{left:-4800%} 80%{left:-4800%} 80.33%{left:-4900%} 81.64%{left:-4900%} 81.97%{left:-5000%} 83.28%{left:-5000%} 83.61%{left:-5100%} 84.92%{left:-5100%} 85.25%{left:-5200%} 86.56%{left:-5200%} 86.89%{left:-5300%} 88.2%{left:-5300%} 88.52%{left:-5400%} 89.84%{left:-5400%} 90.16%{left:-5500%} 91.48%{left:-5500%} 91.8%{left:-5600%} 93.12%{left:-5600%} 93.44%{left:-5700%} 94.76%{left:-5700%} 95.08%{left:-5800%} 96.4%{left:-5800%} 96.72%{left:-5900%} 98.04%{left:-5900%} 98.36%{left:-6000%} 99.68%{left:-6000%} }
@-webkit-keyframes wsBasic{0%{left:-0%} 1.31%{left:-0%} 1.64%{left:-100%} 2.95%{left:-100%} 3.28%{left:-200%} 4.59%{left:-200%} 4.92%{left:-300%} 6.23%{left:-300%} 6.56%{left:-400%} 7.87%{left:-400%} 8.2%{left:-500%} 9.51%{left:-500%} 9.84%{left:-600%} 11.15%{left:-600%} 11.48%{left:-700%} 12.79%{left:-700%} 13.11%{left:-800%} 14.43%{left:-800%} 14.75%{left:-900%} 16.07%{left:-900%} 16.39%{left:-1000%} 17.71%{left:-1000%} 18.03%{left:-1100%} 19.35%{left:-1100%} 19.67%{left:-1200%} 20.99%{left:-1200%} 21.31%{left:-1300%} 22.63%{left:-1300%} 22.95%{left:-1400%} 24.27%{left:-1400%} 24.59%{left:-1500%} 25.91%{left:-1500%} 26.23%{left:-1600%} 27.54%{left:-1600%} 27.87%{left:-1700%} 29.18%{left:-1700%} 29.51%{left:-1800%} 30.82%{left:-1800%} 31.15%{left:-1900%} 32.46%{left:-1900%} 32.79%{left:-2000%} 34.1%{left:-2000%} 34.43%{left:-2100%} 35.74%{left:-2100%} 36.07%{left:-2200%} 37.38%{left:-2200%} 37.7%{left:-2300%} 39.02%{left:-2300%} 39.34%{left:-2400%} 40.66%{left:-2400%} 40.98%{left:-2500%} 42.3%{left:-2500%} 42.62%{left:-2600%} 43.94%{left:-2600%} 44.26%{left:-2700%} 45.58%{left:-2700%} 45.9%{left:-2800%} 47.22%{left:-2800%} 47.54%{left:-2900%} 48.86%{left:-2900%} 49.18%{left:-3000%} 50.5%{left:-3000%} 50.82%{left:-3100%} 52.13%{left:-3100%} 52.46%{left:-3200%} 53.77%{left:-3200%} 54.1%{left:-3300%} 55.41%{left:-3300%} 55.74%{left:-3400%} 57.05%{left:-3400%} 57.38%{left:-3500%} 58.69%{left:-3500%} 59.02%{left:-3600%} 60.33%{left:-3600%} 60.66%{left:-3700%} 61.97%{left:-3700%} 62.3%{left:-3800%} 63.61%{left:-3800%} 63.93%{left:-3900%} 65.25%{left:-3900%} 65.57%{left:-4000%} 66.89%{left:-4000%} 67.21%{left:-4100%} 68.53%{left:-4100%} 68.85%{left:-4200%} 70.17%{left:-4200%} 70.49%{left:-4300%} 71.81%{left:-4300%} 72.13%{left:-4400%} 73.45%{left:-4400%} 73.77%{left:-4500%} 75.09%{left:-4500%} 75.41%{left:-4600%} 76.72%{left:-4600%} 77.05%{left:-4700%} 78.36%{left:-4700%} 78.69%{left:-4800%} 80%{left:-4800%} 80.33%{left:-4900%} 81.64%{left:-4900%} 81.97%{left:-5000%} 83.28%{left:-5000%} 83.61%{left:-5100%} 84.92%{left:-5100%} 85.25%{left:-5200%} 86.56%{left:-5200%} 86.89%{left:-5300%} 88.2%{left:-5300%} 88.52%{left:-5400%} 89.84%{left:-5400%} 90.16%{left:-5500%} 91.48%{left:-5500%} 91.8%{left:-5600%} 93.12%{left:-5600%} 93.44%{left:-5700%} 94.76%{left:-5700%} 95.08%{left:-5800%} 96.4%{left:-5800%} 96.72%{left:-5900%} 98.04%{left:-5900%} 98.36%{left:-6000%} 99.68%{left:-6000%} }

#wowslider-container1 .ws_bullets  a img{
	text-indent:0;
	display:block;
	bottom:20px;
	left:-37px;
	visibility:hidden;
	position:absolute;
    border: 3px solid rgba(255, 255, 255, 0.4);
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	max-width:none;
}
#wowslider-container1 .ws_bullets a:hover img{
	visibility:visible;
}

#wowslider-container1 .ws_bulframe div div{
	height:48px;
	overflow:visible;
	position:relative;
}
#wowslider-container1 .ws_bulframe div {
	left:0;
	overflow:hidden;
	position:relative;
	width:74px;
	background-color:#FFF;
}
#wowslider-container1  .ws_bullets .ws_bulframe{
	display:none;
	bottom:26px;
	overflow:visible;
	position:absolute;
	cursor:pointer;
    border: 3px solid rgba(255, 255, 255, 0.4);
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#wowslider-container1 .ws_bulframe span{
	display:block;
	position:absolute;
	bottom:-9px;
	margin-left:-1px;
	left:37px;
	background:url(./triangle.png);
	width:15px;
	height:6px;
}