div.gallery {
width:597px;
height:359px;
overflow:hidden;
position:relative;
left:1px;
top:1px;
}

div.gallery_controls,
div.gallery_images,
div.gallery_desc {
position:absolute;
}

div.gallery_controls {
bottom:5px;
left:5px;
z-index:10;
width:587px;
}

div.gallery_desc {
z-index:8;
left:0;
bottom:0;
line-height:50px;
height:50px;
width:597px;
text-align:center;
background:url("../images/site/black-trans_20120208.png");
color:#CCC;
text-transform:none;
}

div.gallery_controls a {
display:inline;
height:40px;
width:40px;
}
div.gallery_controls a.left {
float:left;
background:url("../images/site/gallery/arrow-left.png") no-repeat;
}
div.gallery_controls a.right {
float:right;
background:url("../images/site/gallery/arrow-right.png") no-repeat;
}
div.gallery_controls a span {
display:none;
}
div.gallery_images {
width:8000px;
left:0px;
top:0;
}
div.gallery_images img {
float:left;
display:inline;
}