
#carouselwrapper {
	width:350;
	padding:0;
	background-image:url(images/carousel_bg_light.gif);
	background-repeat:no-repeat;
	background-position:top center;
}
#carouselpanel {
    width:350px;
    margin:0 auto;
	border:0;
}
#mycarousel img {
	border:1px solid #333333;
	width:65px;
    height:65px;
}
