﻿.slider_area {
    height: 340px;
}

#slides {
	/* defaults for resposive height container */
	position: absolute;
	width: 990px;
	height: 340px;
	overflow: hidden;
}

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

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

.iosSlider .slider .item {
	position: relative;
	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 {
	bottom: 80px;
    height: 171px;
    left: 89px;
    position: absolute;
    width: 322px;
	padding: 20px 0;
}

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

.iosSlider .slider .item .text .bg {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url("../images/slider_txt_bg.png") no-repeat 0 0;
}

.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: 19px;
	margin-top: 25px \9;
}

.iosSlider .slider .item .title span {
	color: #216096;
    font-family: 'utopia_s',"Microsoft JhengHei","微軟正黑體",PMingLiU, "新細明體", "新细明体", Arial;
    font-size: 40px;
    line-height: 1em;
}

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

.iosSlider .slider .item .desc span {
	color: #2C2C2C;
    font-family: 'utopia_s',"Microsoft JhengHei","微軟正黑體",PMingLiU, "新細明體", "新细明体", Arial;
    font-size: 14px;
	line-height: 21px;
}

.iosSlider .desc a {
    color: #DC5308;
}

#slides .prev {
	position: absolute;
	top: 37%;
	left: 0;
	width: 34px;
	height: 70px;
	background: #000;
	z-index: 10;
	background: url("../images/slider_lef_arrow.png") no-repeat 0 0;
}

#slides .next {
	position: absolute;
	top: 37%;;
	right: 0;
	width: 34px;
	height: 70px;
	background: #000;
	z-index: 17;
	background: url("../images/slider_rig_arrow.png") no-repeat 0 0;
}
#slides .play {
	z-index: 10;
	position: absolute;
	right: -55px;
	width: 9px;
	height: 11px;
	top: 5px;
	background:url(../images/sprite01.png) -37px -252px no-repeat;
	
}
.ft_note_area a {background:url(../images/slides_play_btn_off.png) -9999px -9999px no-repeat;}
#play_btn, #stop_btn {
	width: 9px;
	height: 11px;
	display:block;
}

#slides .stop {
	z-index: 10;
	position: absolute;
	right: -30px;
	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.3;
	filter:alpha(opacity=40); 
}

.selectorsBlock {
    height: 20px;
    margin-top: -35px;
    padding-top: 5px;
    position: absolute;
    right: 435px;
    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; }
