#Scroller_brand {
	position: relative;
	height: 280px;
}

#Scroller_brand-Content {
	position: absolute;
	width: 530px;
	height: 280px;
	overflow: hidden;
}

#Scroller_brand .Scroller-Container {
	position: absolute;
	top: 0px; 
	left: 0px;
}

#Scroller_brand-Scrollbar {
	position: absolute;
	left: 540px;
}

#Scroller_brand .Scrollbar-Up,
 .Scrollbar-Up-Pressed {
	position: absolute;
	width: 6px; height: 5px;
	background:url(images/arrow_top.jpg) no-repeat;
	font-size: 0px;
}

#Scroller_brand .Scrollbar-Up-Pressed{
	background:url(images/arrow_top2.jpg) no-repeat;
}

#Scroller_brand .Scrollbar-Down,
 .Scrollbar-Down-Pressed {
	position: absolute;
	top: 276px;
	width: 6px; height: 5px;
	background:url(images/arrow_bottom.jpg) no-repeat;
	font-size: 0px;
}

#Scroller_brand .Scrollbar-Down-Pressed{
	background:url(images/arrow_bottom2.jpg) no-repeat;
}

#Scroller_brand .Scrollbar-Track,
 .Scrollbar-Track-Pressed {
	width: 6px; 
	height: 262px;
	position: absolute;
	top: 10px;
	background-color: #b2aead;
}

#Scroller_brand .Scrollbar-Track-Pressed {
	background-color: #b2aead;
}

#Scroller_brand .Scrollbar-Handle,
 .Scrollbar-Handle-Pressed {
	position: absolute;
	width: 6px; height: 60px;
	background-color: #bb6b88;
}

#Scroller_brand .Scrollbar-Handle-Pressed, 
 .Scrollbar-Down-Pressed, .Scrollbar-Up-Pressed {
	background-color: #bb6b88;
}

#Scroller_brand .Scrollbar-Disabled {
	display: none;
}

#Scroller_location {
	position: relative;
	height: 240px;
}

#Scroller_location-Content {
	position: absolute;
	width: 390px;
	height: 249px;
	overflow: hidden;
}

#Scroller_location .Scroller-Container {
	position: absolute;
	top: 0px; 
	left: 0px;
}

#Scroller_location-Scrollbar {
	position: absolute;
	left: 380px;
}

#Scroller_location .Scrollbar-Up,
 .Scrollbar-Up-Pressed {
	position: absolute;
	width: 6px; height: 5px;
	background:url(images/arrow_top.jpg) no-repeat;
	font-size: 0px;
}

#Scroller_location .Scrollbar-Up-Pressed{
	background:url(images/arrow_top2.jpg) no-repeat;
}

#Scroller_location .Scrollbar-Down,
 .Scrollbar-Down-Pressed {
	position: absolute;
	top: 246px;
	width: 6px; height: 5px;
	background:url(images/arrow_bottom.jpg) no-repeat;
	font-size: 0px;
}

#Scroller_location .Scrollbar-Down-Pressed{
	background:url(images/arrow_bottom2.jpg) no-repeat;
}

#Scroller_location .Scrollbar-Track,
 .Scrollbar-Track-Pressed {
	width: 6px; 
	height: 232px;
	position: absolute;
	top: 10px;
	background-color: #b2aead;
}

#Scroller_location .Scrollbar-Track-Pressed {
	background-color: #b2aead;
}

#Scroller_location .Scrollbar-Handle,
 .Scrollbar-Handle-Pressed {
	position: absolute;
	width: 6px; height: 60px;
	background-color: #bb6b88;
}

#Scroller_location .Scrollbar-Handle-Pressed, 
 .Scrollbar-Down-Pressed, .Scrollbar-Up-Pressed {
	background-color: #bb6b88;
}

#Scroller_location .Scrollbar-Disabled {
	display: none;
}
