
div#galrotator_container {
    width:640px;
    float:left;
    margin:0 0 0 20px;
    text-align:center;
}

div#galrotator {
    height:480px;
    margin-bottom:1em;
}

div#galrotator div.slide {
    padding:25px;
    text-align: left;
    width:640px;
    height:480px;
}

div.slide div.caption {
    background: transparent url(images/bg/gray.png) top left repeat;
    color:#fff;
    width:590px;
    padding:1em;
    overflow:hidden;
    position:absolute;
    bottom:50px;
    left:8px;
}

div#galrotatornav {
    text-align:center;
    float:right;
    position:relative;
    left:-50%;
    margin:auto;
    clear:both;
}

div#galrotatornav_inner {
    position:relative;
    left:50%;
}

div#galrotatornav a {
    text-indent: -9999px;
    background: url(images/icon/carousel-dot.png) top center no-repeat;
    height:14px;
    width:14px;
    display:block;
    float:left;
    margin:.5em;
    position:relative;
    outline: none;
}

div#galrotatornav a.activeSlide {
    color: #000;
    background: url(images/icon/carousel-dot.png) center -14px no-repeat;
}

