#gallery
{
    position:relative;
    width:1000px;
    height:350px;
   padding-top: 5px;
    overflow: hidden;
    background: #ffffff;
   /* padding-left: 10px*/
}
#gallery-images{
    margin: auto;
}
#gallery-images a img
{
    border:none;
}
#gallery-controls
{
    display:inline;
    position:absolute;
    bottom:15px;
    right:15px;
    z-index:25;
}
#gallery-controls a
{
    display:block; 
    float:left;
    width:20px;
    height:20px;
    margin-left:5px;
    font-size:12px;
    color:#FFF;
    background:transparent url(../images/sprite-GalleryControls.png) 0 0 no-repeat; text-decoration:none;
    text-align:center; line-height:1.6;
}

#gallery-controls a.activeSlide
{
    color:#000;
    background-position:0px -20px;
}