
.buttons_overlaystyle {
position:absolute;
top:240px;
width:259px;
left:340px;
height:29px;
background:#FFFFFF;
}
.buttons{
position:absolute;
left:0px;
font-size:12px;
font-weight:bold;
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: #FFFFFF;
background:#1A70E1;
text-decoration:none;
padding:7px 10px 7px 10px;
border-left-width:5px;border-left-style:solid;border-left-color: #FFFFFF ;
border-right-width:5px;border-right-style:solid;border-right-color: #FFFFFF ;
border-top-width:5px;border-top-style:solid;border-top-color: #FFFFFF ;
border-bottom-width:5px;border-bottom-style: solid;border-bottom-color: #FFFFFF ;
/* ------------------------------ */
}
.buttons ul li a:hover {
/* ------------------------------------------------ */
/* change button (when mouse over) style attributes */
text-decoration: none;
color: #FFFFFF !important;
background:#979797;
/* ------------------------------------------------ */
}
