﻿.back
{
    /*background-image: url(background.png);
    background-color:#184B7E;*/
    background-color:#333;
    margin-left:4px;
    margin-right:10px;
}

.jcs_rotator_container
{
    width: 990px; 
    height: 382px; 
    position:relative;
}

.jcs_sub_title
{
    font-weight:bold ;
    font-size:26px;
    color:#fff ;
}

.jcs_linkage
{
    padding-top:10px;
    margin-top:0px;
    padding-bottom:10px;
}

.jcs_linkage a 
{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 25px;
    text-align:left;
    text-decoration: none;
}

.jcs_linkage a:hover 
{
    text-decoration: underline;
}

.jcs_content
{
    vertical-align:bottom;
    width:100%;
    position:absolute;
    bottom:0px;
    left: 0px;
    padding: 320px 10px 7px 20px;
    background: url(JCS_Overlay_Roatator.png) no-repeat bottom left;
                    font-size: 11px;

}

    .jcs_content h2
    {
       padding:0px 0px 10px 0px;
       margin:0;
       color:#fff;
                font-size: 21px;
                width:100%;

    }
    .jcs_caption .detail
    {
        padding-left:10px;
                width:950px;
                line-height:1.3em;
    }

.jcs_caption
{
    color:#fff;
    font-size: 13px;
    line-height: 16px;
}
    
.rotatepagination {
    text-align:right;
    background:#fff;
    padding: 7px 15px 6px 4px;
    margin-left:4px;
    width: 971px;
}

.rotatepagination a {
    background: url(pager.png) 0 0px no-repeat transparent;
    width: 9px;
    height: 9px;
    margin: 0 12px 0 0;
    display: inline-block;
}

.rotatepagination a.selected {
    background-position: -9px 0px;
    cursor: default;
}

.rotatepagination a span 
{
    display:none;   
}

.banner-top
{
   background: url(banner-top.png) 0 0px no-repeat transparent;
   height:7px;
   width:998px;
 }

.banner-bottom
{
   background: url(banner-bottom.png) 0 0px no-repeat transparent;
   height:7px;
   width:998px;
   bottom:2px;
   position:relative;
 }


.jcs_prev
{
	background: url(leftarrow_rotator.png) no-repeat  transparent;
	width: 30px;
	height:127px;
	display: block;
	position: absolute;
	top: 129px;
	left: 20px;
	opacity:0.6; 
	filter:alpha(opacity=60);
}
.jcs_prev span
{
    display:none;
}

.jcs_next
{
	background: url(rightarrow_rotator.png) no-repeat transparent;
	width: 30px;
	height:127px;
	display: block;
	position: absolute;
	top: 129px;
	left:935px;
	opacity:0.6; 
	filter:alpha(opacity=60);
}
.jcs_next span
{
    display:none;
}
