/* !CHANGES TO MAIN CSS ------------------------ */
div#product_list {
    border: 0;
    padding: 10px;
	margin-bottom: 15px;
	position: relative;
}

/* !ADDITIONS TO MAIN CSS ---------------------- */
/* !PRODUCT BOXES */
#product_list .product_item {
    width: 300px;
    float: left;
    margin-bottom: 10px;
}

#product_list h3 {
    font-size: 14px;
}

.slider {
    overflow: hidden;
    position: relative;
    height: 285px;
}

#slider_pane {
    position: absolute;
    left: 0;
    top: 0;
    width: 20000px;
}

/* !SLIDER CONTROLS */
#slider_controls {
    clear: both;
    text-align: right;
    height: 44px;
    text-align: center;
    position: relative;
    background: #e9dbbc url(/images/css/more-back.png) repeat-x;
    margin-bottom: 10px;
}

#slider_controls a,
#slider_controls a:hover
{
    position: absolute;
    text-decoration: none;
    width: 40px;
    height: 44px;
    bottom: 0;
    line-height: 44px;
    color: #a90025;
    font-size: 13px;
    font-weight: bold;
}

#more_right {
    background: transparent url(/images/css/more-right.png) no-repeat right top;
    right: 0;
    padding-right: 35px;
}

#more_left {
    background: transparent url(/images/css/more-left.png) no-repeat left top;
    left: 0;
    padding-left: 35px;
}

/* !PLACEHOLDER IMAGES */
.product_item > img {
    background-color: #999966;
    display: block;
}

.product_colors img {
    background-color: #FF99FF;
    display: block;
    margin: 0 3px 3px 0px;
}