﻿.top-rotator-joint
{
    visibility:hidden;
}
.top-rotator-joint .videoOverlay {
	background: url('../images/dgovImageSprite.png') -43px 0px;
	width: 82px;
	height: 82px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -41px;
	margin-top: -41px;
	z-index: 2;
}

.top-rotator-joint .jointSlideContainer
{
    position: relative;
}

.top-rotator-joint .jointSlides
{
    background-color: black;
    position: relative;
    overflow: hidden;
    margin-right: 4px;
    height: 100%;
}

.top-rotator-joint .jointSlide
{
    height: 100%;
}

.top-rotator-joint .jointOneImage
{
    display: block;
	position: relative;
    width: 100%;
    height: 100%;
}

.top-rotator-joint .jointOneImage img
{
	max-width: 100%;
    max-height: 100%;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -mos-transform: translate(-50%, -50%); /* FireFox */
    -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
    transform: translate(-50%, -50%);
}

.top-rotator-joint .jointBanner-top
{
    background: url(../images/banner-top.png) no-repeat transparent;
    background-size: 100% auto;
    height: 7px;
    margin-right: -5px;
    margin-left: -5px;
}

.top-rotator-joint .jointBanner-bottom
{
    background: url(../images/banner-bottom.png) no-repeat transparent;
    background-size: 100% auto;
    height: 8px;
    margin-top: -2px;
    margin-right: -5px;
    margin-left: -5px;
}

.top-rotator-joint .jointPagerContainer
{
    text-align: right;
    background: #fff;
    padding: 7px 15px 6px 4px;
    margin-left: 4px;
}

.top-rotator-joint .jointPage
{
    background: url(../images/pager.png) 0 0px no-repeat transparent;
    width: 9px;
    height: 9px;
    margin: 0 12px 0 0;
    display: inline-block;
}

.top-rotator-joint .jointActiveSlide {
    background-position: -9px 0px;
    cursor: default;
}

.top-rotator-joint .jointPreviousButton {
    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;
}

.top-rotator-joint .jointNextButton {
    background: url(../images/rightarrow_rotator.png) no-repeat transparent;
    width: 30px;
    height: 127px;
    display: block;
    position: absolute;
    top: 30%;
    right : 15px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 100;
}

.top-rotator-joint .jointPagerArrowContainer
{
    z-index: 100;
}

.top-rotator-joint .jointJcs_content {
    vertical-align: bottom;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 320px 10px 7px 20px;
    background: url(../images/JCS_Overlay_Roatator.png) repeat-x bottom left;
    font-size: 11px;
}

.top-rotator-joint .jointJcs_content h2 {
    padding: 0px 0px 10px 0px;
    margin: 0;
    color: #fff;
    font-size: 21px;
    width: 100%;
}

.top-rotator-joint .jointJcs_caption {
    color: #fff;
    font-size: 13px;
    line-height: 16px;
}

.top-rotator-joint .jointJcs_caption .jointDetail {
    padding-left: 10px;
    width: 96%;
    line-height: 1.3em;
}

@media (min-width: 767px) AND (max-width: 1200px)
{
    .top-rotator-joint .jointBanner-top
    {
        margin-bottom : -2.5px;
    }
}

@media (min-width: 477px) AND (max-width: 767px)
{
    .top-rotator-joint .jointBanner-top
    {
        margin-bottom : -4px;
    }
}

@media (max-width: 477px)
{
    .top-rotator-joint .jointBanner-top
    {
        margin-bottom: -4.5px;
    }

    .top-rotator-joint .jointJcs_caption
    {
        display: none;
    }

    .top-rotator-joint .jointPagerContainer
    {
        display: none;
    }
}


/*Carousel*/
.jointcarousel-5 {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 10;
	font-family: Arial,Helvetica,sans-serif;
	visibility: hidden;
}

.jointcarousel-5 .caroufredsel_wrapper {
    margin: 0 !important;
}
.jointcarousel-5 .jointslideContainer {
	overflow: hidden;
    margin-left: 22px;
    margin-right: 22px;
}

.jointcarousel-5 ul {
    list-style: none;
    z-index: 1;
    min-height: 112px;
    margin: 0 23px 0 23px;
}

.jointcarousel-5 li {
    display:inline-block;
    float: left;
    margin: 0 6px 0 6px;
}

.jointcarousel-5 li a.oneImage {
	position: relative;
    display: inline-block;
	width: 161px;
	height: 112px;
	margin-left: 12px;
	cursor: pointer;
	overflow: hidden;
}

.jointcarousel-5 li a.oneImage:first-child {
	margin-left: 0px;
}

.jointcarousel-5 li a.oneImage img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    border: 1px solid #808080;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.jointcarousel-5 li a.oneImage img.isMobile {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.jointcarousel-5 .jointPreviousButton
{
    display:inline-block;
    width:25px;
    height:112px;
    position:absolute;
	left: 0px;
    bottom:35px;
}

.jointcarousel-5 .jointNextButton
{
    display:inline-block;
    width:25px;
    height:112px;
    position:absolute;
	right: 0px;
    bottom:35px;
}
.jointcarousel-5 .jointPreviousButton a {
    background: url('../images/carouselSprite.png') -96px 0px;
    position: absolute;
    width: 22px;
    height: 40px;
    top: 40px;
    display: block;
    z-index: 2;
}

.jointcarousel-5 .jointNextButton a {
    background: url('../images/carouselSprite.png') -118px 0px;
    position: absolute;
    width: 22px;
    height: 40px;
    top: 40px;
    display: block;
    z-index: 2;
}

.jointcarousel-5 div.jointpagerContainer {
	width: 100%;
	height: 33px;
	z-index: 12;
	position: relative;
    clear:both;
}
.jointcarousel-5 div.jointpagerContainer a.moreButton {
	display: block;
	width: 80px;
	height: 23px;
	line-height: 23px;
	font-size: 10px;
	font-weight: bold;
	text-shadow: 0px 1px 1px White;
	color: Black;
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 15px;
	text-align: right;
}

.jointcarousel-5 div.jointpagerContainer span.ieFix {
	height: 22px;
	line-height: 22px;
}

.jointcarousel-5 div.jointpagerContainer div.isMobile {
	width: 150px;
	left: 75px;
}

.jointcarousel-5 div.jointpagerContainer div.hidden {
	display: none;
}

.jointcarousel-5-imagedistortion
{
    width: 100%;
    height: 100%;
    top: 0px !important;
    left: 0px !important;
}

.jointcarousel-5 .smallVideoOverlay {
	background: url('../images/dgovImageSprite.png') 0px -37px;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 50%;
	top:50%;
	z-index: 2;
}

.jointcarousel-5 .videoOverlay {
	background: url('../images/dgovImageSprite.png') -43px 0px;
	width: 82px;
	height: 82px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -41px;
	margin-top: -41px;
	z-index: 2;
}

/*DVIDS Responsive CSS*/
.jointSlide .DvidsVideo {
    position: relative;
    margin: 0 auto;
    height: 0;
    padding-bottom: 0px !important;
    display: none;
}

.jointSlide .DvidsVideo .mejs__container {
    height: 100%;
    position: relative !important;
}

.jointSlide .DvidsVideo .mejs__controls {
    z-index: 501;
}

/*YouTube Responsive CSS*/

.jointSlide .YouTubeContainer {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    display: none;
}

.jointSlide .YouTubeVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 382px;
}