
.galleryBox {position: relative; width: 100%; height: 215px; overflow: hidden;}
.galleryBox .images {position: absolute; left: 0px; top: 0px; width: 100%; height: 190px; cursor: move; overflow: hidden;}
.galleryBox .images img {width: 100% !important; left: 0 !important;}

/* jssor slider bullet navigator skin 13 css */
/*
.gBullet div           (normal)
.gBullet div:hover     (normal mouseover)
.gBullet .av           (active)
.gBullet .av:hover     (active mouseover)
.gBullet .dn           (mousedown)
*/
.gBullet {
	position: absolute;
	bottom: 0;
	left: 0;
}
.gBullet div, .gBullet div:hover, .gBullet .av {
	position: absolute;
	width: 21px;
	height: 21px;
	background: url(img/b11.png) no-repeat;
	overflow: hidden;
	cursor: pointer;
}
.gBullet div { background-position: -5px -5px; }
.gBullet div:hover, .gBullet .av:hover { background-position: -35px -5px; }
.gBullet .av { background-position: -65px -5px; }
.gBullet .dn, .gBullet .dn:hover { background-position: -95px -5px; }

.gCaption
{
	position: absolute;
	top: 164px;
	width: 100%;
	height: 26px;
	padding: 0 5px;
	overflow: hidden;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    background: #000;
    background-color: rgba(0, 0, 0, 0.5);
}
a.gCaption, A.gCaption:active, A.gCaption:visited
{
    color: #ffffff;
    text-decoration: none;
}
a.gCaption:hover
{
    color: #eb5100;
    text-decoration: underline;
    background-color: #eeeeee;
    background-color: rgba(238, 238, 238, 0.7);
}


@media only screen and (max-width: 750px) {
	.galleryBox {position: relative; width: 100%; height: 315px; overflow: hidden;}
	.galleryBox .images {position: absolute; left: 0px; top: 0px; width: 100%; height: 290px; cursor: move; overflow: hidden;}

	.gCaption {top: 264px;}	
}

@media only screen and (max-width: 560px) {
	.galleryBox {position: relative; width: 100%; height: 255px; overflow: hidden;}
	.galleryBox .images {position: absolute; left: 0px; top: 0px; width: 100%; height: 240px; cursor: move; overflow: hidden;}

	.gCaption {top: 204px;}
}