@charset "utf-8";
/* CSS Document */
.slidesContainer {
	margin:0 auto;
	width:960px;
	height:310px;
	overflow:auto; /* allow scrollbar */
	position:relative;
}
.slidesContainer .slide {
	position : relative;
	margin:0 auto;
	width:auto; /* reduce by 20 pixels to avoid horizontal scroll */
	height:300px;
	float:left;
}

.control {
	display:block;
	width:50px;
	height:100%;
	text-indent:-10000px;
	position:absolute;
	cursor: pointer;
}
#leftControl {
	top:0;
	left:0;
	z-index: 10;
	background:transparent url(../images/arrow_left.png) no-repeat 50% 50%;
}
#rightControl {
	top:0;
	right:0;
	z-index: 11;
	background:transparent url(../images/arrow_right.png) no-repeat 50% 50%;
}

#slider-ui { position : absolute; bottom : -20px; width : auto; }
#slider-ui ul { padding :0; margin : auto; }
#slider-ui li { display : block; cursor : pointer; margin : auto; float : left; margin-right : 5px; }
#slider-ui .normal { width : 16px; height : 16px; background: url(../images/navi_dot.png) no-repeat; }
#slider-ui .active { width : 16px; height : 16px; background: url(../images/navi_dot.png) -16px 0px no-repeat; }
