
#carousel { width:300px; }
.jcarousel-clip { width: 700px; height:210px; margin-left:32px; }

.jcarousel-next{
	position: absolute;
    bottom: 0px;
    left: 732px;
    width: 32px;
    height: 210px;
    cursor: pointer;
	background:url(../../images/slider_right.gif) no-repeat #F1F1F1;
}

.jcarousel-prev {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 32px;
    height: 210px;
    cursor: pointer;
	background:url(../../images/slider_left.gif) no-repeat #F1F1F1;
}


.jcarousel-item{ width:175px; background:url(../../images/slider_sep.gif) no-repeat center right; }
.jcarousel-item_content { margin:5px; text-align:center; }
.jcarousel-item_content .orange { line-height:20px; }
.jcarousel-item_content span.submit { display:block; width:110px; margin-left:20px; margin-top:5px;}
.jcarousel_box { border:1px solid #D6D6D6; }
.jcarousel-container { margin:5px; }