﻿.back
{
    /*background-image: url(background.png);
    background-color:#184B7E;*/
}

.tpc_rotator_container
{
    width: 990px; 
    height: 420px; 
    position:relative;
}

.tpc_sub_title
{
    font-weight:bold ;
    font-size:26px;
    color:#fff ;
}

.tpc_linkage
{
    padding-top:10px;
    margin-top:0px;
    padding-bottom:10px;
}

.tpc_linkage a 
{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 25px;
    text-align:left;
    text-decoration: none;
}

.tpc_linkage a:hover 
{
    text-decoration: underline;
}

.tpc_content
{
    min-height:150px;
    vertical-align:top;
    width:375px;
    position:absolute;
    bottom:30px;
    left: 20px;
    padding: 10px 10px 10px 20px;
}

.tpc_caption
{
    color:#fff;
    font-size: 12px;
    line-height: 16px;
}
    
.rotatepagination {
    position:relative;
    top:-30px;
    width:100%;
    text-align:center;
}

.rotatepagination a {
    background: url(pager.png) 0 0px no-repeat transparent;
    width: 16px;
    height: 16px;
    margin: 0 5px 0 0;
    display: inline-block;
}

.rotatepagination a.selected {
    background-position: -16px 0px;
    cursor: default;
}

.rotatepagination a span 
{
    display:none;   
}
