#carousel-wrapper {
    width: 900px;
    height: 150px;
    overflow: hidden;
}
#carousel-content {
    width: 6300px;
}
#carousel-content .slide {
    float: left;
    width: 150px;
    height: 150px;
	text-align: center;
	vertical-align: middle;
}
#carousel-button {
	float: right;
}
#carousel-button a {
	padding: 4px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #E0EDF3; 
	font-size: 18px;
	font-weight: bold;
}
