/* 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: 13px;
background-color: #B7AFA9;
}
.vscrollerbar {
width: 13px;
background-color: #171411;
cursor:pointer;
}
.hscrollerbase {
height: 10px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: #001347;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}








#mycustomscroll-googlemap {
	/* Typical fixed height and fixed width example */
width:950px;
height:288px;
background-color:#D6D1C5;
	



	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
outline:none;
	text-align: justify;
}


#mycustomscroll {
	/* Typical fixed height and fixed width example */
width:749px;
height:325px;
padding-bottom:20px;
	padding-left:40px;
	padding-right:40px;



	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
outline:none;
	text-align: justify;
}
#mycustomscroll img{
	border: 5px solid #808386;
}

#mycustomscroll ul{
padding:0px;
margin:0px;
}
#mycustomscroll li{
padding-left:0px;
margin-left:5px;
}
.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 580px;
height: auto;

position: relative;
color: black;
padding: 1px;
}

