.ctScroller_container{
	/*background:transparent url(images/bg.png) 0 0 repeat-y; */
	width:auto; 
	height:auto; 
	position:relative; 
	overflow:hidden;
	cursor:pointer;
}

.gallery_c{
	background-color:#eee;
	position:absolute;
	top:0;
	left:0;
}


.ctScroller_container .img{
	float:left;
	position:relative;
	height:100%;
}

.ctScroller_container .img img{
	width:287px;
}

.ctScroller_container .img .dida{
	position:absolute;
	width:287px;
	height:auto;
	background-color:rgba(0,0,0,0.5);
	color:#fff;
	bottom:0;
	left:0;
	line-height:1.2em;
}

.ctScroller_container .img .dida div{
	padding:10px;
}

.gallery_dots{
	text-align:center;
	width:100%;
}

.nav-dot {
	width: 9px;
	height: 9px;
	margin: 0 4px;
	border-radius: 100%;
	display: inline-block;
	background-color: #ddd;
}

.nav-dot.on {
	background-color: #bbb;
}
