#carousel{
    border: solid 1px #92b735;
	padding: 0px;
    width:575px;
    height:215px;
    margin:0;
    position:relative;
    overflow:hidden;
	background-color: #fafafa;
}

.crslVis{
	position:absolute;
}

.crslSlide{
    position:absolute;
    top:0;
    left:0;
    width:575px;
    height:215px;
}

.crslTitle{
	font-size: 17px;
	font-weight: bold;
	color: #fff;
    position:absolute;
    padding-left:12px;
    width:563px;
    line-height:35px;
    height:35px;
    bottom:0;
    left:0;
    background:url(/images/design_v2/bg_title.png) top left repeat;
}

.crslNav{
    position:absolute;
    bottom:5px;
    right:4px;
}

.crslNav img{
	width:15px;
	height:15px;
	cursor:pointer;
	margin:0 1px 0 1px;
	background:url(/images/design_v2/pg.png) top left no-repeat;
}

.crslNav img:hover, .crslNav img.active{
	background-position: -15px;
}

.crslInfNav{
    font-size: 10px;
	color: #fff;
    position:absolute;
    line-height:12px;
    bottom:35px;
	right:0px;
    padding:2px 10px 2px 18px;
	text-align: right;
	overflow:hidden;
	background:url(/images/design_v2/crsl_nav.png) top left repeat;
}