﻿@charset "utf-8";
/* CSS Document */
/* container for slides */
.images {
    height:152px;
    width:566px;
    float:left;
    margin:0px;
    cursor:pointer;
    position: top;
}
/* single slide */
.images div.slide {
    display:none;
    margin:0px;
    font-size:12px;
    position: absolute;
    height: 152px;
    left: 0px;
    top: 0px;
    padding: 0px;
}
div.slide-details{
    width: 280px;
    height: 180px;
    margin: 0px;
    padding: 20px;
    position: absolute;
    background-image: url(/images/billboard_details_bkg.png);
    background-repeat: repeat;
    left: 342px;
    top: 84px;
}
/* header */
div.slide-details h3 {
    font-size:16px;
    font-weight:bold;
    color:#a33d05;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
}
div.slide-details p {
    color: #4d4f53;
}
/*.images div.slide img {
    position: absolute;
}*/
.billboard a.button{
    background-image: url(/images/billboard_btn.gif);
    background-repeat: no-repeat;
    background-position: right 0px;
    display: block;
    height: 24px;
    font-weight: bold;
    color: #FFF;
    float: left;
    padding-right: 35px;
    padding-left: 10px;
    padding-top: 5px;
    margin-top: 10px;
    text-decoration: none;
}
.billboard a.button:hover{
    background-position: right -29px;
    text-decoration: none;
}
/* single tab */
.slidetabs a {
    width:7px;
    height:7px;
    float:left;
    display:inline-block;
    font-size:1px;
    background-image: url(/images/slideshow_navigator.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-top: 4px;
    margin-right: 3px;
    margin-bottom: 2px;
    margin-left: 3px;
}
/* mouseover state */
.slidetabs a:hover {
    background-position:0 -7px;
}
/* active state (current page state) */
.slidetabs a.current {
    background-position:0 -14px;
}     
/* prev and next buttons */
.forward,.backward {
    float:right;
    display:block;
    width:20px;
    height:20px;
    cursor:pointer;
    font-size:1px;
    text-indent:-9999em;
    background-color: #fff;
    background-image: url(/images/billboard_control_arrows.gif);
    background-repeat: no-repeat;
}
/* next slide */
/* prev */
.backward:hover          {
    background-position:0px -20px;
}
.backward:active      {
    background-position:0px -20px;
}
/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
    visibility:hidden !important;        
}