/**
 * This is the stylesheet used for rotator which uses the protoshow script to 
 * implement slider with slide transition effect.
 */

/*
 * Controls how the slider displays.
 */
#primary-show .show {
    color: #FFF;
    height: 405px;
    margin: 0 auto;
    width: 994px;
    padding-bottom: 15px;
}
#primary-show .show li{
    height: 370px;
    padding-top: 60px;
    width: 994px;
}
#primary-show .show li table{
    margin-left: 120px;
}

/*
 * Controls how the controls of the slider displays. We use a and a:hover to 
 * show different logos for each scenario.
 */
#primary-show .proto-controls li {
    position: absolute;
    z-index: 10000;
    top: 200px;
}
#primary-show .backward {
    left: 55px;
}
#primary-show .forward {
    background: url("/manager/templates/mimsoftware/images/slideshow/arrow_right_new.png") no-repeat 0 0;
    right: 55px;
}
#primary-show .proto-controls a {
    background: url("/manager/templates/mimsoftware/images/slideshow/arrow_left_new.png") no-repeat 0 0;
    display: block;
    width: 33px;
    height: 38px;
    overflow: hidden;
    position: relative;
    text-indent: 20px;
}
#primary-show li.forward a {
    background-position: 31px -69px;
}
#primary-show .backward a:hover  {
    background: url("/manager/templates/mimsoftware/images/slideshow/arrow_left_over_new.png") no-repeat 0 0 transparent;
}
#primary-show .forward a:hover {
    background: url("/manager/templates/mimsoftware/images/slideshow/arrow_right_over_new.png") no-repeat 0 0 transparent;
}

/*
 * This is the CSS of start and stop controls of the slider. The control is invisible 
 * with display:none and has text-indent of -9999px so the user cannot see the text.
 */
#primary-show li.start-stop {
    right: 170px;
    top: 40px;
    z-index: 1006;
}
#primary-show li.start-stop a {
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 16px;
    text-indent: -9999px;
    width: 16px;
}

/*
 * Controls the display of navigation buttons. Notice that the z-index is 1002 so
 * they are always closer to the user than the slides.
 */
#primary-show .proto-navigation {
    bottom: 45px;
    float: right;
    position: relative;
    right: 50%;
    z-index: 1002;
}
#primary-show .proto-navigation li {
    cursor: pointer;
    float: left;
    left: 50%;
    padding: 5px;
    position: relative;
}
#primary-show .proto-navigation a {
    background-image: url('/manager/templates/mimsoftware/images/slideshow/box_new.png');
    display: block;
    height: 16px;
    text-decoration: none;
    text-indent: -9999px;
    width: 16px;
}
#primary-show .proto-navigation a:hover {
    background-image: url('/manager/templates/mimsoftware/images/slideshow/box_over_new.png');
}
#primary-show .proto-navigation .current-slide a {
    background-image: url('/manager/templates/mimsoftware/images/slideshow/box_current_new.png');
}

.protoshow {
    position: relative;
    padding-top: 15px;
}
.protoshow ol, .protoshow ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.protoshow .show {
    position: relative;
}
.protoshow li.slide {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 999;
    color: black;
}
.protoshow .slide table{
    color: #000;
    text-align: right;
}
.protoshow .slide a{
    line-height: 20px;
    color: black;
}
.protoshow .slide .slide_learn_more{
    color: #000;
    font-weight: bold;
    padding-top: 8px;
}

.protoshow li.active-slide {
    z-index: 1000;
}

.show h1{
    font-size: 40px;
    color: #FFF;
    margin-bottom: 0px;
    line-height: 42px;
    text-align: right;
}
.show h2{
    color: #FFF;
    font-size: 20px;
    line-height: 22px;
    text-align: right;
    margin-top: 2px;
    margin-bottom: 10px;
}

div.empty-block {
    height: 18px;
}
span.slide-header {
    font-family: 'Asap', sans-serif;
    color: white;
    padding: 0px 14px 0px 14px;
}