﻿#content1 {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 380px;
	height: 150px;
	line-height: 24px;
	color: #FFF;
}
/* scroller */
#scrollerContainer {
	position: absolute;
	width: 380px;
	height: 235px;
	clip: rect(0,380px,235px,0);
	overflow: hidden;
	z-index: 6;
}
#scrollerContent {
	position: absolute;
	left: 0;
	top: 0;
	width: 390px;
}
#scrollerButtons {
	position: absolute;
	top: 50px;
	left: 395px;
	width: 30px;
	height: 150px;
}
#scrollerButtons #up {
	position: absolute;
	top: 0px;
	left: 0;
	width: 15px;
	height: 15px;
	background: url(../images/arrowup.gif) top left no-repeat;
	z-index: 2;
	cursor: pointer;
}
#scrollerButtons #track {
	position: absolute;
	top: 20px;
	width: 15px;
	height: 130px;
	background: url(../images/scrollbar_bg.gif) top left no-repeat;
	z-index: 3;
}
#scrollerButtons #drag {
	position: absolute;
	top: 20px;
	left: 0;
	width: 15px;
	height: 28px;
	background: url(../images/scrollbar.gif) top left no-repeat;
	z-index: 4;
	cursor: pointer;
}
#scrollerButtons #down {
	position: absolute;
	top: 150px;
	left: 0;
	width: 15px;
	height: 15px;
	background: url(../images/arrowdown.gif) top left no-repeat;
	z-index: 5;
	cursor: pointer;
}

