#product_gallery {
    height: 120px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
}
#product_gallery .items {
    height: 120px;
    left: 0;
    padding: 0;
    position: relative;
}
#product_gallery .items .rel_car_prev {
    cursor: pointer;
    background: rgba(0, 0, 0, 0) url("../image/car_p_n.png") no-repeat scroll 0 -31px;
    height: 31px;
    left: 0;
    margin: 0;
    position: absolute;
    top: 35px;
    width: 14px;
}
#product_gallery .items .rel_car_prev:hover {
    background-position: 0 0;
}
#product_gallery .items .rel_car_next {
    cursor: pointer;
    background: rgba(0, 0, 0, 0) url("../image/car_p_n.png") no-repeat scroll right -31px;
    height: 31px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 35px;
    width: 14px;
}
#product_gallery .items .rel_car_next:hover {
    background-position: right 0;
}
#product_gallery .items .carousel_c {
    float: left;
    height: 120px;
    padding-left: 16px;
	padding-right:16px;
    width: 100%;
}
#product_gallery .items .carousel .item {
    display: block;
    float: left;
    height: auto;
    margin: 0;
    padding: 4px;
    text-decoration: none;
    width: auto;
}
#product_gallery .items .carousel .item .img {
    height: 275px;
    width: 200px;
}
.item > img {
    border: 3px solid #fff;
    box-shadow: 1px 1px 3px 0 #aaaaaa;
    height: auto;
    width: 71px;
	max-height: 95px;
}
