/* CSS Document */
#container-wrapper {
overflow:hidden; 
position:relative; 
width:640px;
height:570px;
}
#buttonleft,#buttonright {
corsor:pointer;
width:50px;
height:50px;
float:left;
border:1px solid white;
}
#buttonleft span,#buttonright span {
display:none;
}
#buttonleft:hover,#buttonright:hover {
border:1px solid lightgrey;
}
#buttonleft {
	background: transparent url('/lib/sidescroller/img/prev.gif') no-repeat left top;
left:0px;
position:absolute;
}
#buttonright {
	background: transparent url('/lib/sidescroller/img/next.gif') no-repeat left top;
position:absolute;
right:0px;
}
#buttons {
margin-top:5px;
position:relative;
height:50px;
}
#buttoncenter a {
margin:10px;
margin-left:15px;
margin-right:0px;
text-decoration:none;
font-color:grey;
background-color:white;
color:grey;
}
#buttoncenter a:visited {
color:grey;
}
#buttoncenter {
text-align:center;
position:absolute;
left:38%;
top:16%;
background-color:white;
border:1px solid white;
padding:10px;
display:block;
}
#buttoncenter:hover {
border:1px solid lightgrey;
}
#buttons-wrapper {
height:52px;
}
.float-left {
	float:left;
	padding-right:15px;
	cursor:pointer;
}
.float-right {
	float:right;
	padding-left:15px;
	cursor:pointer;
}
