body {
    /*background-color: #222;*/
    padding:0;
    margin:0;
    font-family: sans-serif;
	font-size: 15px;
}
#vge_fullscreenWrapper {
    background-color: transparent; /*#222;*/
    width:100%;
    height:100%;
    position:absolute;
}

#vge_slideshow {
	background-color: #222;
	position:relative;
}

#vge_slideshow ul{
    list-style:none;
    padding:0;
    margin:0;
}


.vge_ctrlBtn{
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 0;
	cursor: pointer;
	outline: none;
}


.vge_prevCtrl:hover{
	background: url(../_assets/data_lo.png) no-repeat right center;
}
.vge_nextCtrl:hover{
	background: url(../_assets/data_ro.png) no-repeat left center;
}

.vge_prevCtrl{
	background: url(../_assets/data_lw.png) no-repeat right center;
}
.vge_nextCtrl{
	background: url(../_assets/data_rw.png) no-repeat left center;
	right:0px;
}

#vge_controllerBar{
	position:absolute;
	top:50%;

}

#vge_slideOverlay{
	color: white;
	position: absolute;
	display: none;
	width: 100%;
	overflow:hidden;
	background-color: rgba(0,0,0,0.3); /**transparent;**/
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: 1.5em;
}

#vge_slideMenu{
	position:absolute;
	bottom:3px;
	width: 100%;
}

.vge_mobile #vge_slideMenu{
	position: static;
	bottom:15px;
	width: 100%;
}


#vge_slideInfoText{
	display: none;
	padding: 0px 30px 6px 10px;
	line-height: 1.2em;
	overflow: auto;
	overflow-x:hidden;
}


#vge_slideMarker{
	display: none;
	list-style-type: none; 
}

#vge_slideMarker li{
	float: left;
	margin-left: 10px;
}

#vge_slideMarker img{
	padding: 0px 0;
	float: left;
	visibility: hidden;
}

#vge_slideMarker a.marker{
	font-size: 13px;
	color:#fff;
	text-decoration: none;
	padding: 5px;
	
	background-color: #242424;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background:-webkit-gradient(linear,top, bottom,color-stop(#454545,0),color-stop(#242424,1));
	background:-webkit-linear-gradient(top , #454545 0%, #242424 100%);
	background:-moz-linear-gradient(top , #454545 0%, #242424 100%);
	background:-o-linear-gradient(top , #454545 0%, #242424 100%);
	background:-ms-linear-gradient(top , #454545 0%, #242424 100%);
	background:linear-gradient(top , #454545 0%, #242424 100%);
	opacity: 0.75;
	cursor:pointer;
}


#vge_slideMarker a.marker:hover{
	color: white;
	background-color: #353535;
	background:-webkit-gradient(linear, top, bottom,color-stop(#535353,0),color-stop(#353535,1));
	background:-webkit-linear-gradient(top , #535353 0%, #353535 100%);
	background:-moz-linear-gradient(top , #535353 0%, #353535 100%);
	background:-o-linear-gradient(top , #535353 0%, #353535 100%);
	background:-ms-linear-gradient(top , #535353 0%, #353535 100%);
	background:linear-gradient(top , #535353 0%, #353535 100%);
	
	opacity: 1;
}

#vge_fullscreenBtn{
	display: none;
	padding-left: 10px;
	float:left;
}

#vge_slideCounter{
	float:right;
	padding-right: 10px;
	bottom: 15px;
	right: 15px;
	position: absolute;
}

.vge_mobile #vge_slideCounter{
	font-size: 28px;
	position: inherit;
	padding: 8px;
	line-height: 28px;

}

#vge_slideInfoBtn{
	display: none;
	position: absolute;
	bottom: 100px;
	right: 10px;
}

.vge_cp{
	cursor: pointer;
}
