#mycustomscroll {
/* Typical fixed height and fixed width example */
height: 143px;
width:820px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
top: 65px;
background-color: #000000;
text-align: left;
/* border-style:solid;
border-color:#34689a #000000; */
}

#mycustomlinks {
/* Typical fixed height and fixed width example */
height: 143px;
width:425px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
top: 90px;
background-color: #000000;
text-align: left;
/* border-style:solid;
border-color:#34689a #000000; */
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
height: 225px;
width:820px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
top: 30px;
background-color: #000000;
text-align: left;
z-index:5;
}

#upagemycustomscroll2 {
/* Typical fixed height and fixed width example */
height: 260px;
width:820px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
top: 30px;
background-color: #000000;
text-align: left;
z-index:5;
}

#mc3 {
/* Typical fixed height and fixed width example */
height: 240px;
width:710px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
top: 30px;
background-color: transparent;
text-align: left;
}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 700px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

#albumlist {
/* Typical fixed height and fixed width example */
height: 225px;
width:690px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
top: 30px;
background-color: #000000;
text-align: left;
z-index:5;
}

.afixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 1000px;
height: 225px;
position: relative;
color: black;
padding: 1px;
}

#albumlisto {
/* Typical fixed height and fixed width example */
height: 225px;
width:850px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
top: 30px;
background-color: #000000;
text-align: left;
z-index:5;
}

#freevsprem {
/* Typical fixed height and fixed width example */
height: 310px;
width:950px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
top: 190px;
left:10px;
background-color: #000000;
text-align: left;
z-index:5;
}