#slides {
	/* defaults for resposive height container */
	position: absolute;
	width: 780px;
	height: 315px;
	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;
}
.iosSlider .slider .item .image .bg {
	border: 10px solid #000;
	border-right: 0;
	height: 60px;
	width: 340px;
	opacity: 0.5;
	display: none;
}

.iosSlider .slider .item .text {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 60px;
}

.iphoneUI .iosSlider .slider .item .text {
	display: none;
}

.iosSlider .slider .item .text .bg {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 60px;
	background: #000;
	opacity: 0.65;
	filter: alpha(opacity=65);
}

.iphoneUI .iosSlider .slider .item .text .bg {
	display: none;
}

.iosSlider .slider .item .title {
	position: relative;
	top: 0;
	left: 0;
	padding: 0 35px;
	line-height: 20px;
    margin-top: 9px;
	font-style: italic;
}

.iosSlider .slider .item .title span {
	color: #fff;
	font-size:16px;
	font-style: italic;
	font-family: 'cutive'
}

.tc .iosSlider .slider .item .title span, .tc .iosSlider .slider .item .desc span {font-family: 微軟正黑體,"microsoft jhenghei","STHeiTi","黑體-繁",Simsun,宋體;}

.iosSlider .slider .item .desc {
	position: relative;
	top: 0;
	left: 0;
	padding: 0 35px;
	width:400px;
}

.iosSlider .slider .item .desc span {
	color: #fff;
	font-size:14px;
	font-family: 'cutive'
}

#slides .prev {
	position: absolute;
	top: 41%;
	left: 15px;
	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: 60px;
	width: 31px;
	height: 32px;
	background: #000;
	z-index: 17;
	background: url("../images/sprite01.png") no-repeat 0 0;
	background-position: -10px -149px;
}
#slides .play {
	z-index: 10;
	position: absolute;
	right: -41px;
	width: 9px;
	height: 11px;
	top: 5px;
	background:url(../images/sprite01.png) -30px -263px no-repeat;
	
}
#play_btn, #stop_btn {
	width: 9px;
	height: 11px;
	display:block;
}

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

}

#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;
    margin-top: -35px;
    padding-top: 5px;
    position: absolute;
    right: 155px;
    z-index: 10;
}
.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; }
