/* Demo CSS - You do not need this css in your own slider */
@font-face {
 font-family: 'Myriad';
 src: url('../fonts/Myriad.eot?#') format('eot'),  /* IE6–8 */  url('../fonts/Myriad.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/  url('../fonts/Myriad.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
pre{
	font-family: "Source Code Pro", monospace;
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 20px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	background-color: whiteSmoke;
	border: 1px solid #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#container{
	max-width:620px;
	margin:0 auto;
	padding-bottom:80px;
}

#banner-fade,
#banner-slide{
	/* [disabled]margin-bottom: 60px; */
}

ul.bjqs-controls.v-centered li a{
	display:block;
	padding:10px;
	background:#fff;
	color:#000;
	text-decoration: none;
}

ul.bjqs-controls.v-centered li a:hover{
	background:#000;
	color:#fff;
}

ol.bjqs-markers li a{
	padding:5px 10px;
	background-image: url(../img/bullet.png);
	background-repeat: no-repeat;
	color:#fff;
	margin:5px;
	text-decoration: none;
	text-indent: -100000px;
}

ol.bjqs-markers li.active-marker a {
	background-image: url(../img/active-bullet.png);
	background-repeat: no-repeat;
}

p.bjqs-caption{
	background: rgba(0,0,0,0.5);
}
.hMenu-fixed {
    position:fixed;
    left: 0;
    top: 17px;
    width: 100%;
    z-index: 99;
}
.img-not-loaded {
    visibility: hidden;
    background-image: url(../img/exit-player.png);
    background-position: center center;
    background-repeat: no-repeat;
    /*height: 100%;
    display: block;*/
}