html, body {
margin:0;
padding:0;
}
#gallery {
width:700px;
margin:0 auto;
text-align:center;
background:#FFF url('../images/gallery/background.jpg') repeat-x top left;
overflow:hidden;
}
#gallery div {
width:505px;
height:103px;
overflow:hidden;
margin:15px auto;
}
#gallery div img {
background:url('../images/gallery/thumb_bgr.jpg') no-repeat top left;
padding:6px 8px 10px 5px;
border:0;
float:left;
overflow:hidden;
width:129px;
height:73px;
}
#gallery div #aPrev,
#gallery div #aNext {
display:block;
width:32px;
height:61px;
float:left;
margin:13px 5px 0 0;
overflow:hidden;
display:inline;
}
#gallery div #aNext {
margin:13px 0 0 5px;
display:inline;
}
#gallery div #aPrev img,
#gallery div #aNext img {
margin:0;
padding:0;
background:none;
width:32px;
height:61px;
}
