/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

.vscrollerbase {
width: 14px;
background:url(../images/scroll_track.jpg) no-repeat;
}

.vscrollerbar {
width: 14px;
background:url(../images/scroll_face.jpg) repeat-y;
}



.vscrollerbarbeg {
background:url(../images/scroll_up_arrow.jpg) no-repeat;
width: 11px;
height: 11px !important;
}
.vscrollerbarend {
background:url(../images/scroll_down_arrow.jpg) no-repeat;
width: 11px;
height: 11px;
}


#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 535px;
height: 349px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #36641B;
margin-top:0px;
}

#mycustomscroll-podcast {
	/* Typical fixed height and fixed width example */
	width:201px; height:345px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: #36641B;
	margin-top:0px;
}

html>body #mycustomscroll-podcast {
	/* Typical fixed height and fixed width example */
	width:204px; height:349px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: #36641B;
	margin-top:0px;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}



/* Scroll Bar Master Styling Ends Here */
