#carousel-wrapper {
    width: 301px;
    height: 120px;
    overflow: hidden;
	margin: 0 50px;
}

#carousel-content .slide {
    float: left;
    width: 141px;
    height: 120px;
	padding-right: 10px;
}

#moreImages {
	position: relative; 
	width: 400px;
	padding-top: 6px;
}

#moreImages #next {
	position: absolute; 
	top: 18px; right: 0;
	background:  url('arrow_next.gif') no-repeat 0 0;
	width: 33px; height: 36px;
}

#moreImages #prev {
	position: absolute; 
	top: 18px; left: 0;
	background:  url('arrow_prev.gif') no-repeat 0 0;
	width: 33px; height: 36px;
}
