.shop-product{
direction:ltr;
height:250px;
position:relative;
text-align:left;
width:525px;
overflow:hidden;
clear:both;
}

.product-wrapper {
overflow:hidden;
position:relative;
width:525px;

}

#product-body {
width:525px;
overflow:hidden;
clear:both;
}

#product-body a {
background-color:#FFFFFF;
border:1px solid #A3CBE6;
display:block;
float:left;
height:242px;

width:122px;margin:0 7px 30px 0;
}

#product-body a:hover {
background-color:#e2eeee;
}

#product-body li {
display:inline;
}

#product-body span {
display:block;
padding-top:3px;
text-align:center;
}


#product-body img {
padding:1px 1px 1px 1px;
width:120px;
height:240px;
}

#btn1 {
background:url("pre.gif") no-repeat scroll left top transparent;
left:5px;
top:105px;
}

#btn2 {
background:url("next.gif") no-repeat scroll left top transparent;
right:5px;
top:105px;
}

#btn1, #btn2 {
cursor:pointer;
height:35px;
position:absolute;
text-indent:-9999px;
width:35px;
}