/* 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: 5px;
background-color: white;
}
.vscrollerbar {
width: 5px;
background-color: black;
}
.hscrollerbase {
height: 5px;
background-color: white;
}
.hscrollerbar {
height: 5px;
background-color: black;
}

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

#mycustomscroll_news {
/* Typical fixed height and fixed width example */
width: 360px;
height: 230px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #ffffff;
margin: 0em auto;
padding: 0px;
}

#mycustomscroll_menu01 {
/* Typical fixed height and fixed width example */
width: 250px;
height: 490px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #ffffff;
margin: 0 auto;
padding: 0px;
}

#mycustomscroll_menu02a {
/* Typical fixed height and fixed width example */
width: 170px;
height: 490px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #ffffff;
margin: 0 auto;
padding: 0px;
}

#mycustomscroll_menu02b {
/* Typical fixed height and fixed width example */
width: 180px;
height: 490px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #ffffff;
margin: 0 auto;
padding: 0px;
}

#mycustomscroll_box01 {
/* Typical fixed height and fixed width example */
width: 350px;
height: 490px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #ffffff;
margin: 0em auto;
padding: 0px;
}

#mycustomscroll_box02 {
/* Typical fixed height and fixed width example */
width: 420px;
height: 490px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #ffffff;
margin: 0em auto;
padding: 0px;
}

#mycustomscroll_box03 {
/* Typical fixed height and fixed width example */
width: 400px;
height: 490px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #ffffff;
margin: 0em auto;
padding: 0px;
}

#mycustomscroll_box04 {
/* Typical fixed height and fixed width example */
width: 535px;
height: 450px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #ffffff;
margin: 0em auto;
padding: 0px;
}


#mycustomscroll1b {
/* Typical fixed height and fixed width example */
width: 180px;
height: 486px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #ffffff;
margin: 0em auto;
padding: 0px;
}

#mycustomscroll1no2 {
/* Typical fixed height and fixed width example */
width: 250px;
height: 480px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #ffffff;
margin: 0em auto;
padding: 0px;
}

#mycustomscroll1no3 {
/* Typical fixed height and fixed width example */
width: 370px;
height: 490px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #ffffff;
margin: 0em auto;
padding: 0px;
}

#mycustomscroll3 {
/* Typical fixed height and fixed width example */
width: 435px;
height: 450px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #ffffff;
margin: 0 auto;
padding: 0px;
}
