div.slideshow_block, div#slideshow_block {
    width: 248px;
    padding-left:10px;
    float:right;
    padding-bottom: 10px
}
/* container for slides */
.images {
    position:relative;
    height:216px;
    overflow: hidden;
    width:248px;
    float:left;
    margin-bottom:5px;
    cursor:pointer;
}
/* single slide */
.images div.slide {
    display:none;
    position:absolute;
    top:0;
    left:0;
    height:216px;
    width:248px;
}
.images div.slide div.caption {
    background-image: url(https://www.emory.edu/template_shared/oit_wdg/images/flash_blue_trans.png);
    height: 40px;
    padding: 10px;
    position: absolute;
    top: 156px;
   /* left:5px;*/
    width: 228px;
    font-size: 9px;
    color: #FFF;
}

div.caption p {
color: #FFF;
}

div.caption a {
color: #CCC;

}

div.caption a:hover {
color: #D2B000;
}
/* tabs (those little circles below slides) */
.slidetabs {
    clear:both;
    margin-left:auto;
    margin-right: auto;
    width: 50px;
}
/* single tab */
.slidetabs a {
    width:8px;
    height:8px;
    float:left;
    margin:3px;
    background:url(img/navigator.png) 0 0 no-repeat;
    display:block;
    font-size:1px;
    text-decoration: none;
    text-align: center;
    display:none; /*for staging temp*/
}
/* mouseover state */
.slidetabs a:hover {
    background-position:0 -8px;
}
/* active state (current page state) */
.slidetabs a.current {
    background-position:0 -16px;
}
/* prev and next buttons */
.forward, .backward {
    display:none;/*float:left;
    margin-top:140px;
    background:#fff url(/tools/img/scrollable/arrow/hori_large.png) no-repeat;
    display:block;
    width:30px;
    height:30px;
    cursor:pointer;
    font-size:1px;
    text-indent:-9999em;    */
}
/* next */
.forward {
    background-position: 0 -30px;
    clear:right;
}
.forward:hover {
    background-position:-30px -30px;
}
.forward:active {
    background-position:-60px -30px;
}
/* prev */
.backward:hover {
    background-position:-30px 0;
}
.backward:active {
    background-position:-60px 0;
}
/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
    visibility:hidden !important;
}
