/*********************** SCROLLERS ***********************/
.root {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    height: 160px;
    margin: -20px 0 0 -20px;
    position: relative;
    width: 220px;
    z-index: 240;
	display: none;
}
.root p {
margin:10px 10px 5px 10px;
}
.thumb {
position:absolute;
height:12px;
width:12px;
left: 12px;
z-index:10;
}
.up, .dn {
position:absolute;
left: 10px;
}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
border:0;
}
.scrollContainer { 
position:absolute; 
left:2px; 
top:19px; 
width:210px; 
height:160px; 
overflow:auto;
background:url(../images/scroll/bg_thumb.gif) right top no-repeat;
}
.scrollContent { 
position:absolute; 
left:0px; 
top:0px; 
width:210px; 
}
.up,.dn{
	display:none;
}
.show-basket {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
}
#scroll0Container, #scroll0Content {
position: relative !important;
}