#ibox{
height: 320px;
}
#imagebox{
text-align:center;
}
#carousel {
width:306px;
background:url(../images/car_bg.gif);
}
.viewer {
}
.jcpic2:hover {
cursor:pointer;
}
.jcpic {
margin-right:10px;
height:106px;
width:75px;
padding-top:3px;
}
.next2 {
float:right;
height:108px;
width:17px;
background:blue;
margin-top:-109px;
background:url(../images/arrow_right_car.gif);
}
.next2:hover {
float:right;
height:108px;
width:17px;
background:blue;
margin-top:-109px;
background:url(../images/arrow_right_press_car.gif);
cursor:pointer;
}
.MYCLASS3 img{
margin:auto;
border: 1px solid grey;
display:block;
width:inherit;
cursor:-moz-zoom-in;
}
.prev2 {
float:left;
height:108px;
width:17px;
background:url(../images/arrow_left_car.gif);

}
.prev2:hover {
float:left;
height:108px;
width:17px;
background:url(../images/arrow_left_press_car.gif);
cursor:pointer;
}
#imagebox{
width:306px;
}