.waterheel {
	width: 490px;
	position: relative;
}

.carousel {
    width:490px;
    height:214px;
    position:relative;
    clear:both;
    overflow:hidden;
    margin: 0 auto;
}
.carousel img {
    visibility:hidden; /* hide images until carousel can handle them */
    cursor:pointer; /* otherwise it's not as obvious items can be clicked */
    width: 355px;
    height: 167px;
}