/* Scroll Bar Master Styling Starts Here */
/* comments can freely be removed from this file */

.scrollgeneric {
line-height: 1px; font-size: 1px;
position: absolute; top: 0; left: 0;
}

.vscrollerbase, .vscrollerbar {
width:14px;
}

.vscrollerbar, .hscrollerbar {
padding:29px 0px;
z-index:2;
}
.vscrollerbarbeg {
background: url(../images/vscroller.gif) 0px -21px;
width:14px;
}
.vscrollerbarend {
background: url(../images/vscroller.gif) 0px -1000px; 
width:14px; height:25px;
}

.vscrollerbase, .hscrollerbase {
background-color: #D1DDCB;
background:url(../images/scrollbaseback.gif) repeat-y;
background-position:center;
}

.vscrollerbasebeg {
width: 14px;
background: url(../images/scrollbases.gif) 0px -29px no-repeat;
}

.vscrollerbaseend {
height:29px; width: 14px;
background: url(../images/scrollbases.gif) 0px 0px no-repeat;
}

/*###################### Use in Scroll Bar Css ######################*/

#mycustomscroll {
	width:690px;
	height:566px;
	overflow: auto;
	position: relative;
	margin:0;
}


.fixedwidth {
	width: 690px;
	height: auto;
	position: relative;
	color: black;
	padding: 1px;
}

.clearfloat {
	clear:both; height:0px;
	line-height:0px; 
	visibility:hidden;
}

.floated {
	float: left;
	position: relative; 
	padding:0px 0px 15px 0px;
	width:150px;
	}

/*#############################################################*/


