#shop_basket_scroll 
{
		height: 200px;
		overflow: hidden;			
}

#shop_basket_container 
{
	height: 200px;
	width: 570px;
	float: left;
	overflow: hidden;
}
	
#shop_basket_content 
{
	display:block;
}
#shop_basket_scroll_bar 
{
	width: 20px;
	 height: 200px;
	 background-image: url(../../../templates/original/images/scroll/scroll_bar.gif);
	 background-repeat: repeat-y;
	 display: block;
	 float: right;
	 display:none;
}

#shop_basket_scroller 
{
	background-repeat: repeat-y;
	height: 200px;
	position: relative;
	width: 20px;
}