/*Scroll Bar related styles*/

#mycustomscroll {
	height: 280px;
	width: 225px;
	vertical-align: top;
	text-align: left;
	overflow: scroll;
	/* IE overflow fix, position must be relative or absolute*/
	position: absolute;
	top:110px;
	left:30px;
	}

#mycustomscroll a {display:block; padding:2px 4px; color:#333333;}
#mycustomscroll a:link; #mycustomscroll a:visited; #mycustomscroll a:active {color:#333333; text-decoration:none;}
#mycustomscroll a:hover {color:#cc9900; text-decoration:hover;}

#home_read_more {
	float: left;
	height: 14px;
	width: 163px;
	padding-top: 504px;
	padding-left: 191px;
	}


.fixedwidth {
	width: 550px;
	height: auto;
	position: relative;
	color: black;
	padding: 0px;
	}

/* general scroll style ends here */



/* Scroll Bar Master Styling Starts Here */
/* do not modify .scrollgeneric class, required for proper operation */

.scrollgeneric {line-height:1px; font-size:1px; position:absolute; top:0; left:0;}

.vscrollerbase, .vscrollerbar {width:20px;}

.hscrollerbase, .hscrollerbar {height:20px;}



.vscrollerbar, .hscrollerbar {
/*padding information of these elements are only used for
padding of the scroll-bar with respect to the scroll base,
the padding will automatically be turned off by the script*/
	padding:13px;

/* z-index for scrollbars no longer has to be given as of version
1.7.5 for correct operation, but it is still recommended, as this
decides the z-index for content.*/
	z-index:2;
	}

.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
background: url(../images/scrollbar/vscroller2.gif);
width: 13px;
/* height is auto set by the script to fit the scrollbar */
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
	background: url(../images/scrollbar/vscroller2.gif);
	width: 13px; height: 13px;
	}

.vscrollerbase, .hscrollerbase {
	width: 13px;
	background-image: url(../images/scrollbar/scrollbaseback2.gif);
	}

.vscrollerbasebeg {
	width: 13px;
	background: url(../images/scrollbar/scrollbases2.gif) -0px -13px no-repeat;
	/* height is auto set to fill the base */
	}

.vscrollerbaseend {
	height: 13px; width:20px;
	background: url(../images/scrollbar/scrollbases2.gif) 0px 0px no-repeat;
	}



/* Scroll Bar Master Styling Ends Here */