<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#slides {
	/* defaults for resposive height container */
	position: relative;
	width: 581px;
	height: 320px;
	overflow: hidden;
}

.iosSlider {
	width: 100%;
	height: 320px;
}

.iosSlider .slider {
	width: 100%;
	height: 100%;
}

.iosSlider .slider .item {
	float: left;
	width: 100%;
}

.iosSlider .slider .item img {
	width: 100%;
	height: auto;
}

#slides .prev {
	position: absolute;
	top: 41%;
	left: 10px;
	width: 31px;
	height: 32px;
	background: #000;
	z-index: 10;
	background: url("../images/sprite01.png") no-repeat 0 0;
	background-position: -10px -201px;
}

#slides .next {
	position: absolute;
	top: 41%;;
	right: 10px;
	width: 31px;
	height: 32px;
	background: #000;
	z-index: 10;
	background: url("../images/sprite01.png") no-repeat 0 0;
	background-position: -10px -149px;
}

#slides .play {
	z-index: 10;
	position: absolute;
	right: -44px;
	width: 9px;
	height: 11px;
	top: 5px;
	background:url(../images/sprite01.png) -19px -300px no-repeat;
	
}
#play_btn, #stop_btn {
	width: 9px;
	height: 11px;
	display:block;
}

#slides .stop {
	z-index: 10;
	position: absolute;
	right: -23px;
	width: 9px;
	height: 11px;
	top: 5px;
	background: url("../images/sprite01.png") no-repeat 0 0;
	background-position: -4px -300px;
	
}

#fancybox-left:hover span{ left:80px !important;}
#fancybox-right:hover span{ right:100px !important;}

#slides .unselectable {
	opacity: 0.2;
	filter:alpha(opacity=30); 
}

.selectorsBlock { height: 20px; padding-top:5px; z-index:10; display: table; margin:-40px auto; position: relative; *bottom: 25px !important; *left:10px !important; }
.selectorsBlock .selectors .item { float: left; width: 11px; height: 11px; margin: 0 0 0 15px; background: url("../images/slide_dot.png") no-repeat 0 0; background-position: 0px -18px; }
.selectorsBlock .selectors .selected { background-position: 0px 0px; }
.selectorsBlock .selectors .first { margin-left: 0; }</pre></body></html>