
.buttons_overlaystyle {
position:absolute; top:150px;width:120px; left:20px ; height:14px;;
}

.buttons{
position:absolute;left:0px;font-size:14px;font-weight:bold;font-style:normal;
}

.buttons ul{
margin: 0;
padding: 0;

}

.buttons ul li{
display: block;

}

.buttons ul li a{
display: block;

width:120px;

/* ----------------------------- */
/*change button style attributes */

color: #cccccc;
;
text-decoration: none;
padding: 5px 0px 5px 12px;
border-left-width:0px;border-left-style:solid;border-left-color: #000000 ;
border-right-width:0px;border-right-style:solid;border-right-color: #000000 ;
border-top-width: 0px;border-top-style:solid;border-top-color: #000000 ;
border-bottom-width: 0px;border-bottom-style: solid;border-bottom-color: #000000 ;

/* ----------------------------- */
}

.buttons ul li a:hover {

/* ----------------------------------------------- */
/*change button (when mouse over) style attributes */

text-decoration: underline;
color: #dddddd !important;
;

/* ----------------------------------------------- */
}

