/* new carousel*/

.image_carousel {
    padding: 15px 0 15px 40px;
}

.image_carousel img {

    border: 1px solid #ccc;
    background-color: white;
    padding: 9px;
    margin: 7px;
    display: block;
    float: left;
}

.clearfix {
    float: none;
    clear: both;
}

.wrapper {
	background-color: white;
	width: 900px;
	height:200px;
	box-shadow: 0 0 5px #999;
}


.list_carousel {
	width: 880px;
	padding-top:10px;
	padding-left:15px;
}

.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	display: block;
	list-style: none;
	float: left;
	
}

.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.prev {
	float: left;
	margin-left: 10px;
	background: transparent url(/system/css/design2/images/icon_prev.png) no-repeat 0 0;
	width:16px;
	height:24px;
	position:relative;
	left: -40px;
	top: -100px;
}
.next {
	float: right;
	margin-right: 10px;
	background: transparent url(/system/css/design2/images/icon_next.png) no-repeat 0 0;
	width:16px;
	height:24px;
	position:relative;
	right: -30px;
	top: -100px;
}

.prevBlack {
	float: left;
	margin-left: 10px;
	background: transparent url(/system/css/design2/images/icon_prev_black.png) no-repeat 0 0;
	width:16px;
	height:24px;
	position:relative;
	left: -40px;
	top: -100px;
}
.nextBlack {
	float: right;
	margin-right: 10px;
	background: transparent url(/system/css/design2/images/icon_next_black.png) no-repeat 0 0;
	width:16px;
	height:24px;
	position:relative;
	right: -30px;
	top: -100px;
}
.pager {
	float: left;
	width: 300px;
	text-align: center;
}
.pager a {
	margin: 0 5px;
	text-decoration: none;
}
.pager a.selected {
	text-decoration: underline;
}
.timer {
	background-color: #999;
	height: 6px;
	width: 0px;
}
		

