.GalleryPane
{
margin-left:25%;
margin-right:25%;
vertical-align:middle;
}

#GalleryButtons
{
	margin-left:200px;
}
.gallstop
{
    width: 31px;
    height: 34px;
    background-image: url(images/rotator/pause.gif);
    border: 0px;
    background-color: transparent;
    cursor: hand;
}

.gallstart
{
    width: 31px;
    height: 34px;
    background-image: url(images/rotator/slideshow.gif);
    border: 0px;
    background-color: transparent;
    cursor: hand;
}

.gallleft
{
    width: 31px;
    height: 34px;
    background-image: url(images/rotator/left.gif);
    border: 0px;
    background-color: transparent;
    cursor: hand;
}

.gallright
{
    width: 31px;
    height: 34px;
    background-image: url(images/rotator/right.gif);
    border: 0px;
    background-color: transparent;
    cursor: hand;
}



