.contentslide {
    padding: 8px;    
    height:160px;
    overflow: auto;
}

.contentslide .contentdiv{
    display: none;
}

.slideshowtopmid {
    font-family:Verdana;
    font-size:12px;
    font-weight:bold;
    height:25px;
    background-image:url('cssslide_top_mid.gif');
    background-repeat: repeat-x;
}

.slideshowtopleft {
    width:6px;
    height:25px;
    background-image:url('cssslide_top_left.gif');
    background-repeat:no-repeat;
}
.slideshowtopright {
    width:6px;
    height:25px;
    background-image:url('cssslide_top_right.gif');
    background-repeat:no-repeat;
}

.paginationleft {
    width:6px;
    background-image:url('cssslide_bottom_left.gif');
    background-repeat:no-repeat;
}

.paginationright {
    width:6px;
    background-image:url('cssslide_bottom_right.gif');
    background-repeat:no-repeat;
}

.pagination {
    height: 21px;
    font-family:Verdana;
    font-size:10px;
    font-weight:bold;   
    padding: 1px 0 0 0;
    background-image:url('cssslide_bottom_mid.gif');
    background-repeat: repeat-x;
    text-align: right;
    vertical-align: middle;
}

.pagination a{
    border: 1px solid #838383;
    margin: 0 1px 0 1px;
    padding: 0 2px 0 2px;
    text-decoration: none;
    color: #838383;
    background-color:#ffffff;
}

.pagination a:hover, .pagination a.selected{
    border: 1px solid #838383;
    margin: 0 1px 0 1px;
    padding: 0 2px 0 2px;
    text-decoration: none;
    color: #ffffff;
    background-color: #1B482F;    
}

.tickerleft {
    width:8px;
    height:38px;
    background-image:url('cssticker_left.gif');
    background-repeat:no-repeat;
}

.tickermiddle {
    background-image:url('cssticker_middle.gif');
    background-repeat:repeat-x;
    height: 22px;
    background-color: #2F2F52;
    margin-bottom:5px;
    font-family:Verdana;
    font-size: 11px;
    text-align:left;
    color: #FFBE14;
}
.tickerright {
    width:13px;
    height:38px;
    background-image:url('cssticker_right.gif');
    background-repeat:no-repeat;
}
.tickerpost {
    width:15px;
    height:38px;
    background-image:url('cssticker_post.gif');
    background-repeat:no-repeat;
}
.tickerbtn {
    margin-bottom:4px;
    height:18px;
    color:#FFFFFF;
    background-color:#666699;
    font:11px Verdana, Arial, Helvetica, sans-serif;
    text-decoration:none;
    white-space:nowrap;
    border-top:1px solid #9999CC !important;
    border-right:1px solid #333366 !important;
    border-bottom:1px solid #333366 !important;
    border-left:1px solid #9999CC !important;
    padding:3px 2px 0px 2px;
    cursor:pointer;
    cursor:hand;
}
.tickermiddlelink {
    background-image:url('cssticker_middle.gif');
    background-repeat:repeat-x;
    height: 22px;
    background-color:#666699;
    margin-bottom:4px;
    font-family:Verdana;
    font-size: 10px;
    white-space:nowrap;
    text-align:center;
    color: #FFFFFF;
}
.tickercontentslide {
    height:22px;
    overflow: auto;
}
td.tickermiddle a:link, td.tickermiddle a:visited {
    color: #FFBE14;
    text-decoration:none;
    cursor:pointer;
    cursor:hand;
}

.tickercontentslide .contentdiv{
    display: none;
}
