
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
    height:552px;
}

/***************
*
*  4. Tabs
*
****************/

.rsDefault .rsTabs {
	width: 150px;
	height: 20px;
	margin: 0 auto;
	text-align:center;
	overflow: hidden;
    padding-top: 0px;
    position: relative;
    margin-top: -25px;
    right:195px ;
}
.rsDefault .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
    font-size:50px;
	min-width: 40px;
	text-decoration: none;


}
.rsDefault .rsTab:first-child {
     background: url(../images/c1.png) no-repeat;
}
.rsDefault .rsTab:last-child {
     background: url(../images/c1.png) no-repeat;
}
.rsDefault .rsTab:active {


}
.rsDefault .rsTab.rsNavSelected {

    background: url(../images/c2.png) no-repeat;

}


/***************
*
*  7. Preloader
*
****************/

.rsDefault .rsPreloader {
	width:20px;
	height:20px;
	background-image:url("../images/preloader-white.gif");

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;
}




/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
	position: absolute;
	float: none;
	bottom: 6px;
	left: 6px;
	text-align: left;

	background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.75);

	color: #FFF;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
}