.maindiv
{
	width:335px;
	border: 0px solid #000000;
	vertical-align:top;
	top:0px;
	vertical-align:top;
	
	/*padding-top:15px;*/
}
.scroll
{	vertical-align:top;
	width:335px;
	height:196px;
	border: 0px solid blue;
	overflow:auto;
	font-family: Verdana;
	font-weight: normal;
	font-size: 10px;
	color: #333333;
	padding:0px;
	margin:0px;
	text-decoration: none;
	overflow-x:hidden;
}

.scroller
{
	width:15px;
	height:66px;
	border: 0px solid #000000;
	/*background-color:red;*/
	background-image:url(../img/scroller.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	position:relative;
	cursor:pointer;
	
	top:0px; 
	left:0px;
}
.scroller_hover{
	
	width:15px;
	height:66px;
	/*background-color:red;*/
	background-image:url(../img/scroller.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	top:0px;
	left:0px;
	position:relative;
	cursor:pointer; 
}
.scrollbox
{
	width:15px;
	height:436px;

/*	background-color:#AA0000;*/
	background-image:url(../images/scrollbox.gif);
	background-repeat:repeat-y;
	overflow:hidden;
}