#carousel-wrapper {
    width: 440px;
    height: 330px;
    overflow: hidden;
}
#carousel-content {
    width: 5500px;
}
#carousel-content .slide {
    float: left;
    width: 440px;
    height: 330px;
}
.mycarousel1{
	width: 430px;
    height: 320px;
	padding: 4px;
	border: 1px dotted #fff;
	text-align:center;
	background:#fff  repeat-x top;
	/*background:#fff url(images/box_bg2.gif) repeat-x top;*/
}

.mycarousel1-orig{
	width: 430px;
    height: 320px;
	padding: 4px;
	border: 1px dotted #777777;
	text-align:center;
	background:#ebf1b2 url(images/box_bg.gif) repeat-x top;
	/*background:#fff url(images/box_bg2.gif) repeat-x top;*/
}

.img_stl{
	max-width:350px; 
	max-height:280px;
}