
.buttons_overlaystyle {
position:absolute; top:280px;width:300px; left:0px ; height:30px;background:#FFFFFF;
}

.buttons{
position:absolute;left:25px;font-size:12px;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: #555555;
background: #FFFFFF;
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: #555555 !important;
background: #FFFFFF url(arrow-12.jpg) no-repeat;

/* ----------------------------------------------- */
}


