a.button, a.prev, a.next, a.toc {
background: transparent url('../images/button_right.png') no-repeat scroll top right; 
display: block;
float: left;
height: 35px;
width:150px;
margin-right: 6px;
padding-right: 20px;
text-decoration: none;
color: white;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}
a.button span, a.prev span, a.next span, a.toc span {
background: transparent url('../images/button_left.png') no-repeat; 
display: block;
line-height: 35px;
padding: 0 0 5px 18px;
} 
a.button:hover span, a.prev:hover span, a.next:hover span, a.toc:hover span{
text-decoration:underline;
}
.glidecontenttoggler a.selected{
color: #a9ccf7;
}
.glidecontentwrapper{
position: relative;
width: 750px;
height: 430px;
overflow: hidden;
}

.glidecontent{
position: absolute;
background: white;
padding: 10px;
visibility: hidden;
width: 730px;
}

.glidecontenttoggler{
width: 160px;
margin-top: 6px;
text-align: center;
background: white;
}

#browser {
	display:inline;	
	float:left;
}
#buttons {
	display:inline;
	float:left;
	margin-left:60px;
}