
.buttons_overlaystyle {
position:absolute;
top:80px;
width:980px;
left:0px;
height:25px;
;
}
.buttons{
position:absolute;
left:650px;
font-size:15px;
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: #EEEEEE;
;
text-decoration:none;
padding:0px 7px 0px 7px;
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;
;
/* ------------------------------------------------ */
}

