.carousel_wrapper{
	margin-top:12px;
	margin-left:10px;
	height:300px;
	width:750px;
	display:block;
}
.carousel{
	width:680px;
	height:300px;
	overflow:hidden;
	float:left;
}
.carousel li{
	margin:0;
	padding:0;
}
.carousel img{
	width:680px;
	height:300px;
	display:block;
	float:left;
	border:0;
}
/**
 *  Horizontal Buttons
 */
.carousel_next {
	float:left;
    width: 32px;
    height: 300px;
    cursor: pointer;
    background: #eee url(next-horizontal.png) no-repeat 0 0;
    background-position: 0 139px;
}

.carousel_next:hover {
    background-position: -32px 139px;
}

.carousel_next:active {
    background-position: -64px 139px;
}

.carousel_prev{
	float:left;
    width: 32px;
    height: 300px;
    cursor: pointer;
    background:#eee url(prev-horizontal.png) no-repeat 0 0;
    background-position: 0 139px;
}

.carousel_prev:hover {
    background-position: -32px 139px;
}

.carousel_prev:active {
    background-position: -64px 139px;
}