
.buttons_overlaystyle {
position:absolute; top:10px;width:500px; left:320px ; height:20px;;
}

.buttons{
position:absolute;left:0px;font-size:11px;font-weight:normal;font-style:normal;
}

.buttons ul{
margin: 0;
padding: 0;
float:left;
}

.buttons ul li{
display: inline;

}

.buttons ul li a{
display: inline;
float:left;


/* ----------------------------- */
/*change button style attributes */

color: #777777;
;
text-decoration: none;
padding: 47px 5px 7px 5px;
border-left-width:0px;border-left-style:solid;border-left-color: #FFFFFE ;
border-right-width:0px;border-right-style:solid;border-right-color: #FFFFFE ;
border-top-width: 0px;border-top-style:solid;border-top-color: #FFFFFE ;
border-bottom-width: 0px;border-bottom-style: solid;border-bottom-color: #FFFFFE ;

/* ----------------------------- */
}

.buttons ul li a:hover {

/* ----------------------------------------------- */
/*change button (when mouse over) style attributes */

text-decoration: underline;
color: #FFFFFF !important;
background:#345678;

/* ----------------------------------------------- */
}

