﻿.ad_block_content
{
    background-color: white;
    width: 100%;
    display: block;
}

.ad_block_content #ad_gallery
{
    position: relative;
    display: block;
    clear: both;
}

.ad_block_content #ad_gallery #ad_nav
{
    top: 2px;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 0 0 0 3px;  
}

div#ad_nav {
    min-height: 20px;
    margin-bottom: 2px;
}

.ad_block_content #ad_gallery #ad_control
{
    top: 95px;
    z-index: 99;
}

.ad_control_horizontal
{
    top: 70px !important; 
}


#ad_control
{
    position: absolute;
    left: 2px;
    height: 37px;
}

.ad_block_content #ad_gallery #ad
{
    display: block;
    border: 0;
    width: 100%;
    border-image: initial;
}

#ad
{
    position: relative;
    border: 1px solid #999;
    border-image: initial;
}

.ad_block_content #ad_gallery #ad_nav a
{
    background: url("http://www.byui.edu/prebuilt/stylenew/images/interface/cycle/page_bullets_20x10.png") no-repeat;
    background-position: -10px 0;
    width: 10px;
    height: 10px;
    margin: 3px;
}
.ad_block_content #ad_gallery #ad_nav a.activeSlide
{
    background-position: 0 0;
}

#ad_nav a
{
    background: url("http://www.byui.edu/prebuilt/stylenew/images/interface/cycle/page_bullets_32x16.png") no-repeat;
    background-position: -16px 0;
    display: block;
    float: left;
    height: 14px;
    width: 14px;
    margin: 4px;
    padding: 0;
    text-indent: -9999px;
}

#ad_next
{
    width: 40px;
    height: 40px;
    margin: 0 10px 0 0;
    display: none;
    background: url("http://www.byui.edu/prebuilt/stylenew/images/interface/cycle/prev-next_button_80x40.png") no-repeat;
    background-position: -40px 0;
    cursor: pointer;
}

#ad_prev
{
    width: 40px;
    height: 40px;
    margin: 0 0 0 10px;
    display: none;
    background: url("http://www.byui.edu/prebuilt/stylenew/images/interface/cycle/prev-next_button_80x40.png") no-repeat;
    background-position: 0 0;
    cursor: pointer;
}

#ad img
{
    left: 5px;
    position: relative;
}
