.slider_container{
    position: relative; 
    width: 1963px; 
    height: 405px;
}

.jssorcaption{
    position: absolute;    
    color:#fff; 
    font-weight:bold; 
    font-size:30px;
	line-height:40px;
    font-style:normal;
    height: 50px;
	font-family:proxima_nova_rgregular,sans-serif;
	background-image:url(../images/slideB/bg_caption.html);
	background-color:transparent;
	left:5%;
	padding:20px;
}

/* Bullet style */
.jssorb21{
    margin-left:87%;
	z-index:3000;
	overflow:hidden;
}

.jssorb21 div, .jssorb21 div:hover, .jssorb21 .av
{
    background-color: #fff;
    background-image: none;
    border-radius: 100px;
    cursor: pointer;
    height: 15px !important;
    overflow: hidden;
    width: 15px !important;
	

}
.jssorb21 div { 
    background-position: -5px -5px; 
	
}
.jssorb21 div:hover, .jssorb21 .av:hover { 
    background-position: -35px -5px; 
}
.jssorb21 .av { 
    background-position: -65px -5px; 
	background-color:#3DA5E4
}
.jssorb21 .dn, .jssorb21 .dn:hover { 
    background-position: -95px -5px; 
}
/* Fine Bullet style */

@media only screen and (min-width: 1140px) {
	.jssorcaption{
/*		top: 80px;
		
		width:600px; 
		margin-left:-270px; */
		left: 20%;
		height: 50px;
		font-size:24px;
	}

}