
div.prev {
    background: url("../../assets/Image/Layout/prev.jpg") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 25px;
    position: relative;
    right: 85px;
    top: 25px;
    width: 31px;
}
div.next {
    background: url("../../assets/Image/Layout/next.jpg") no-repeat scroll 0 0 transparent;
    display: block;
    float: right;
    height: 25px;
    left: 85px;
    position: relative;
    top: 25px;
    width: 31px;
}
#container {
    height: 80px;
    margin-top: 5px;
}
#stage {
    height: 60px;
    margin: 0 auto;
    overflow: hidden;
    width: 660px;
}
#slider-buttons {
    margin: 0 auto;
    width: 660px;
}
#myList {
    border: 0 none;
    left: 400px;
    margin: 0;
    padding: 0;
    width: 3700px;
}
#myList li {
    border: 0 none;
    float: left;
    height: 125px;
    list-style: none outside none;
    margin: 0 4px 0 0;
    padding: 4px;
    width: 100px;
}
div.box {
    text-align: left;
}
div.box img {
    border: 0 none;
    height: 85px;
}
#pageNav {
    display: none;
    margin-left: 100px;
}
.product_name {
    font-size: 8px;
    line-height: 8px;
    min-height: 30px;
}
.product_desc {
    display: none;
    font-size: 8px;
    line-height: 8px;
}

.quickProductReview {
    display: none;
}
.product_name a {
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 8px;
    line-height: 8px;
    text-decoration: none;
}
.product_name {
    margin-top: 8px;
}
