@charset "utf-8";
/* CSS Document */

*{
margin:0px;
padding:0px;
border:0;
}
body{ background:#999999;}
.next{
background:url(../images/next.png) no-repeat;
height:53px;
width:38px;
margin:0px;
padding:0px;
cursor:pointer;
display:block;
}

.prev{
background:url(../images/prev.png) no-repeat;
height:53px;
width:38px;
margin:0px;
padding:0px;
cursor:pointer;
display:block;
}
.btm{
margin-top:900px;
}
.cls a{ text-decoration:none; color:#FFFFFF; margin:0px 5px 10px 0px !important; padding-bottom:10px !important;}
.cls a:hover{ text-decoration:underline; color:#FFFFFF;}