/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.slidergroupitem {
    width: 135px;
    height:136px;
    float: left;
    text-align:center;
    color:#555555;
    font-size:12px;
}

.slidergroupitem a {
    color:#555555;
    font-size:12px;
}

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {
    background-color: transparent;
    border:1px solid #CCCCCC;
    height:138px;
    margin-left:20px;
    overflow:hidden;
    position:absolute;
    width:539px;
}

* + html .scrollable { /* ie7 */
   margin-left: -560px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
    /* this cannot be too large */
    width:20000em;
    position:absolute;
    clear:both;
}

.items div.slidergroup {
    float:left;
    padding-right:8px;
}

/* single scrollable item */
.scrollable img {
    float:left;
    margin: 10px 5px 5px 14px;
    background-color:#fff;
    padding:2px;
    border:3px solid #CCCCCC;
    cursor:pointer;
    width:100px;
    height:75px;

    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
    border:2px solid #000;
    position:relative;
    cursor:default;
}

a.browse {
    float:left;
    cursor:pointer;
    margin-left:0px;

}

.scrollable .item {
    float:left;
}
.item {
    display:inline;
}
#content .relatedproduct li { padding-left: 15px;}
