@charset "utf-8";
/* CSS Document DESIGN LAYOUT SETTING */

.imageView {
	clear:both;
	position:relative;
	width:920px;
	height:250px;
	margin:60px 0 0 50px;
	overflow:visible;
}

#photos li{
	float:left;
	margin-right:20px;
}

.carouPrev, .carouNext {
	width: 30px;
	height: 181px;
	display: block;
	position: absolute;
	top: 0;
}
.carouPrev {
	position:absolute;
	top:0;
	left:-50px;
	background:url(../../images/index_menu_bt001.gif) no-repeat;
	background-size:100%;
}
.carouNext {
	position:absolute;
	top:0;
	right:-30px;
	background:url(../../images/index_menu_bt002.gif) no-repeat;
	background-size:100%;
}

.carouPage {
	margin-top:20px;
	text-align:center;
}

.carouPage a {
	display: inline-block;
	margin:0 10px;
	width:15px;
	height:15px;
	background: #999999;
	border-radius: 8px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.carouPage a.selected {
	background: #ff6600;
}
.carouPage a span {
	display: none;
}
