@charset "UTF-8";
/* CSS Document */

#shoppingbag {
	margin-left: 780px;
	margin-top: 10px;
}

/*scroller*/
#storescrollArea {
	float		: right;
	display		: inline;
	background	: #111;
	left		: 213px;
	top			: 10px;
	height		: 168px;
	width		: 10px;
	border-top	: 1px solid #666;
	border-bottom	: 1px solid #666;
	border-left	: 1px solid #666;
	overflow	: hidden;
}

#storescroller {
	position	: relative;
	top			: -1px;
	width		: 10px;
	background	: #333;
	border-top	: 1px solid #666;
	border-bottom	: 1px solid #666;
}

#storescrollcontainer {
	position	: relative;
	float		: left;
	display		: inline;
	width		: 443px;
	height		: 168px;
	background	: #0000;
	overflow	: hidden;
}

#storescrollcontent {
	position	: relative;
	width		: 435px;
	left		: 5px;
}
