.slider_container{
    position: relative; 
    width: 980px; 
    height: 355px;
}

.jssorcaption{
    position: absolute;    
    color:#fff; 
    font-weight:bold; 
    font-size:50px;
    font-style:normal;
	background:#000;
	opacity:0.8;
	line-height:60px;
	padding:10px 10px 10px 20px;
	text-transform:uppercase;
	height:200px;
	top: 120px;
	left: 0px; 
}


/* Bullet style */
.jssorb21{
    margin-left:840px;
}
.jssorb21 div, .jssorb21 div:hover, .jssorb21 .av
{
    background: url(../images/slider/b21.png) no-repeat;
    overflow:hidden;
    cursor: pointer;
}
.jssorb21 div { 
    background-position: -5px -5px; 
}
.jssorb21 div:hover, .jssorb21 .av:hover { 
    background-position: -35px -5px; 
}
.jssorb21 .av { 
    background-position: -65px -5px; 
}
.jssorb21 .dn, .jssorb21 .dn:hover { 
    background-position: -95px -5px; 
}
/* Fine Bullet style */


@media only screen and (min-width: 768px) {
	.jssorcaption{
		font-size:28px;
		line-height:38px;
		height: 100px;
		top: 170px;
		left: 0px;
		}
	}