.carouselContainer {
padding-top:24px;
width:625px;
height:217px;
position:relative
}

.carousel {
width:602px;
height:217px;
left:27px !important;
visibility:hidden;
position:relative
}

.carousel ul li {
width:183px;
height:214px;
margin:0 10px 0 0
}

.carousel ul li div.innerTile {
width:152px;
height:177px;
top:2px !important;
left:2px !important
}

.carousel ul li img.carouselTile {
width:174px;
height:203px;
top:2px !important;
left:2px !important;
z-index:1
}

.carousel ul li .carouselContent {
top:2px !important;
left:2px !important;
z-index:2;
padding:10px
}

.carousel ul li .carouselContent a.carouselTile {
display:block;
width:174px;
height:203px
}

.carouselContainer .prev {
position:absolute;
top:66px;
left:0;
height:136px;
width:19px;
cursor:pointer
}

.carouselContainer .next {
position:absolute;
top:66px;
right:0;
height:136px;
width:19px;
cursor:pointer
}