#CATEGORY_SCROLL {
	width: 588px;
}
#Scroll_Container {
	height: 90px;
	width: 100%;
}
#Scroll_Container #scroll_left {
	height: 90px;
	float: left;
	text-align: left;
	width: 17px;
}
#Scroll_Container #scroll_left a {
	background-image: url(../images/buttons/scroll_right_button.gif);
	height: 90px;
	width: 17px;
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
}

#Scroll_Container #scroll_categories {
	height: 90px;
	width: 554px;
	float: left;
	overflow: hidden;
	position: relative;
	/*
	overflow-x:auto;
	overflow-y:hidden;
	*/
}
#Scroll_Container #scroll_categories a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 3px;
}

#Scroll_Container #scroll_right {
	height: 90px;
	float: right;
	text-align: right;
	width: 17px;
}
#Scroll_Container #scroll_right a {
	background-image: url(../images/buttons/scroll_left_button.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	height: 90px;
	width: 17px;
}
#Scroll_Container #scroll_icons {
	height: 71px;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	/*float: left;*/
	width: 1000px;
	position: absolute;
	clip: rect(auto,auto,auto,auto);
	top: 0px;
	left: 0px;
}
#scroll_categories #scroll_category_name {
	float: left;
	text-align: center;
	width: 554px;
	height: 17px;
	font-size: 0.825em;
	color: #8d8c8c;
	text-transform: uppercase;
	padding-top: 2px;
	
	margin-top: 71px;
}
#scroll_categories a {	width: 61px;	height: 66px;	display: block;	float: left;}
