/*Example CSS for the two demo scrollers*/

#vo_scroller{
width: 150px;
height: 200px;
border: 1px solid #000000;
padding: 20px;
background-color: #BBDDFF;
}

#vo_scroller1 {
color: #000000;
text-decoration: none;
text-align: center;
}

#vo_scroller2 {
color: #000000;
text-decoration: none;
text-align: center;
}

#vo_scroller1 a{
color: #000000;
text-decoration: underline;
text-align: center;
}

#vo_scroller2 a{
color: #000000;
text-decoration: underline;
text-align: center;
}


/*#vo_scroller a{
text-align: center;
text-decoration: underline;
color: #000000;
}*/



.scroller {
    position: relative;
    float: left;
    margin-left: 2px;
}

