#sub_rotator {
	position: relative;
	overflow: hidden;
	z-index: 0;
	/* height: 420px; */
}
#sub_rotator .rotator_image img {
	display: block;
	height: auto;
	position: relative;
	width: inherit;
}
#rotator_prev,
#rotator_next {
	background: URL(../img/right.png) center center no-repeat;
	width: 20px;
	height: 20px;
	float: left;
}
#rotator_next {
	background: URL(../img/left.png) center center no-repeat;
	float: right;
}
.dark_controls #rotator_next {
	background-image: URL(../img/left_dark.png);
}
.dark_controls #rotator_prev {
	background-image: URL(../img/right_dark.png);
}
#sub_rotator > .rotator_image {
	position: relative;
}
#sub_rotator > .rotator_image > div {
	position: absolute;
	z-index: 1;
	left: 0px;
	right: 0px;
	width: 100%;
	height: auto;
}
#sub_rotator > .rotator_image > .active {
	z-index: 10;
	position: relative;
}
#sub_rotator > .rotator_image > .lastSlide {
	z-index: 9;
	position:absolute;
	top:0px; left:0px;
}
/*
Code to include rotator Buttons
#rotator_buttons {
	position: absolute;
	bottom: 20px;
	right: 40px;
	z-index: 20;
}
*/
#rotator_buttons {
	position: absolute;
	top: 50% !important;
	right: 10px !important;
	left: 10px;
	margin-top: -10px;
	z-index: 20;
}
#rotator_buttons .slide_button {
	background: #ccc;
	float: left;
	border-radius: 8px;
	width: 16px;
	height: 16px;
	margin-top: 2px;
	margin-left: 10px;
	border: solid 1px rgba(0,0,0,0.6);
}
#rotator_buttons .slide_button.active {
	background: #fff;
	border-color: #fff;
}


/*----CONTENT ROTATOR----*/
#contentRotator {
    position: relative;
    text-align: center;
}

#contentRotator .subRotatorSlide {
    position: absolute;
    opacity: 0;
    display: none;
}

#contentRotator .subRotatorSlide.lastSlide{
	display:none !important;
}
#contentRotator .subRotatorSlide.active, #contentRotator .subRotatorSlide.lastSlide {
    opacity: 1;
    position: relative;
}
#contentRotator .subRotatorSlide.active {
    display: block;
}
#contentRotator .slideDesc p {
    text-align: left;
}


#sub_rotator .caption {
    position: absolute;
    bottom: 0px;
    z-index: 10;
    background: #fff;
    padding: 10px;
    left: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.4);
}

#sub_rotator .caption h4 {
    color: #fff !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

#sub_rotator .caption p {
    color: #ccc !important;
    margin: 0px !important;
}


@media (min-width: 675px) and (max-width:980px) {
#rightBanner #contentRotator .slideImage {
    display: table-cell;
    width:  25%;
}

#rightBanner #contentRotator .slideDesc {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    padding-left: 10px;
}

#rightBanner #contentRotator .subRotatorSlide.slide1.active {
    display: table-row;
}
}


