﻿.top-rotator-joint
{
    visibility:hidden;
}

.slideContainer
{
    position: relative;
}

.slides
{
    background-color: black;
    position: relative;
    overflow: hidden;
    margin-left: 4px;
    height: 100%;
}

.slide
{
    height: 100%;
}

.oneImage
{
    display: block;
	position: relative;
    width: 100%;
    height: 100%;
}

.oneImage img
{
	max-width: 100%;
    max-height: 100%;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.banner-top
{
    background: url(../images/banner-top.png) 0 0px no-repeat transparent;
    height: 7px;
    width: 998px;
}

.banner-bottom
{
    background: url(../images/banner-bottom.png) 0 0px no-repeat transparent;
    height: 7px;
    width: 998px;
    bottom: 2px;
    position: relative;
}

.pagerContainer
{
    text-align: right;
    background: #fff;
    padding: 7px 15px 6px 4px;
    margin-left: 4px;
}

.page
{
    background: url(../images/pager.png) 0 0px no-repeat transparent;
    width: 9px;
    height: 9px;
    margin: 0 12px 0 0;
    display: inline-block;
}

.activeSlide {
    background-position: -9px 0px;
    cursor: default;
}

.previousButton {
    background: url(../images/leftarrow_rotator.png) no-repeat transparent;
    width: 30px;
    height: 127px;
    display: block;
    position: absolute;
    top: 30%;
    left: 20px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 100;
}

.nextButton {
    background: url(../images/rightarrow_rotator.png) no-repeat transparent;
    width: 30px;
    height: 127px;
    display: block;
    position: absolute;
    top: 30%;
    left: 935px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 100;
}

.pagerArrowContainer
{
    z-index: 100;
}

.jcs_content {
    vertical-align: bottom;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 320px 10px 7px 20px;
    background: url(../images/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 {
    color: #fff;
    font-size: 13px;
    line-height: 16px;
}

.jcs_caption .detail {
    padding-left: 10px;
    width: 96%;
    line-height: 1.3em;
}