div.Customslideshow {
    border: 1px solid #636363;
    background: transparent;
    display: none; /* hides all images until Magic Slideshow is ready */
    z-index:0;
}

/* Styles for images */
img.CustomslideshowImage {
    border: 0px;
}

/* Styles for images container */
div.CustomslideshowImagesContainer {

}

/* Styles for thumbnails */
img.CustomslideshowThumbnail {
    /*border:1px solid transparent;
    margin:1px;*/
    margin:8px 2px 2px 8px;
    border:none;
}
img.CustomslideshowThumbnail.highlight {
    /*border: 1px solid #696969;*/
    margin:8px 2px 2px 2px;
    border:none;
}

/* Styles for thumbnails container */
div.CustomslideshowThumbnailsContainer {
    padding: 0 1px;
}
div.CustomslideshowThumbnailsContainerStyle {
    background: #FFFFFF;
}

/* Styles for descriptions */
.CustomslideshowDescription {
    line-height: 24px;
    background: #333333;
    color: #FFFFFF;
    padding: 3px !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
}

/* Styles for links if using text descriptions */
.CustomslideshowDescription a {
    color: #CFCFCF;
}
.CustomslideshowDescription a:visited {
    color: #ACACAC;
}
.CustomslideshowDescription a:hover {
    color: #FFFFFF;
}

/* Style for loading box */
div.CustomslideshowLoadingBox {
    background: #FFFFFF url('../../images/loader.gif') no-repeat 50% 2px;
    padding: 4px 4px 4px 4px !important;
    margin: 0px !important;
    line-height: 15px;
    color: #363636;
    border: 1px solid #696969;
    text-align: left;
}

/* Styles for arrows */
a.CustomslideshowArrow {
    width: 66px;
    height: 66px;
    cursor: 'pointer';
    background: url('../../images/arrows06.png');
    padding: 0px !important;
    margin: 0px !important;
}
a.CustomslideshowArrowTop {
    background-position: 66px 0;
}
a.CustomslideshowArrowRight {
    background-position: 0 0;
}
a.CustomslideshowArrowBottom {
    background-position: 66px 66px;
}
a.CustomslideshowArrowLeft {
    background-position: 0 66px;
}
