
.scrollable {
    height: 58px;
    overflow: hidden;
    position: relative;
	width: 354px;   
}
.scrollable .items {
    clear: both;
    position: absolute;
    width: 20000em;
}
.items div {
    float: left;
    width: 680px;
}
.scrollable img {
    background-color: #FFFFFF;
    border: 1px solid #bdcdc2;
    float: left;
    height: 56px;
	margin: 0px 0px 0px 4px;   
    width: 64px;
}
.scrollable .active {    
    cursor: default;
    position: relative;
}
.scrollable .items2 {
    clear: both;
    position: absolute;
    width: 20000em;
}
.items2 div {
    float: left;
    width: 680px;
}