/* Demo CSS - You do not need this css in your own slider */

body{
	font-family: ubuntu;
}

pre{
	font-family: "Source Code Pro", monospace;
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 10px;
	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;
}

h2{
	font-size: 48px;
}

pre + h2{
	margin-top: 300px;
}

#container{
	max-width:620px;
	
	/* height:241 px!important; test no func */
	margin:0 auto;
	padding-bottom:1px;
}

#banner-fade,
#banner-slide{
margin-bottom: 1px;
/*margin-bottom: -60px !important;  */
}

ul.bjqs-controls.v-centered li a{
	display:block; 
	padding:10px; /*  "siguiente" - "atras" */
	/* margin-bottom: -60px !important; test no func*/
	background: rgba(255,255,255,0.5); /* en el ESTADO ACTIVO, dejar transparente boton atras, siguiente  */
	color:rgba(0,0,0,0.0); /* color:rgba(0,0,0,0.0)-->  dejar transparente boton atras, siguiente */
	text-decoration: none;
}

ul.bjqs-controls.v-centered li a:hover{
	background:rgba(0,0,0,0.3);
	color:#fff; 
	/*test padding-bottom: 1px!important; margin-bottom: 1px !important; */
	padding-bottom: 1px!important; margin-bottom: -400px !important;  margin-right:1px;
}

ol.bjqs-markers li a{

	/*padding-bottom: 1px!important; margin-bottom: 1px !important; */
	padding:10px 10px;  /*Nros de fotos.. presentac stylo */
	background: rgba(0,0,0,0.4);
	color:#fff;
	margin:5px;
	text-decoration: none; 
	margin-bottom: -200px !important; position:relative!important; margin-right:2px; bottom:5px; width:18px  !important; /*Nros de fotos.. Edicion de la ubicacion de los nros */
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: rgba(153,153,153,0.4);
}

p.bjqs-caption{
padding-bottom: -120px!important; margin-bottom: -220px !important;
	color: rgba(86,97,169,0.9); /* viñeta abajo. transparente */
	background: rgba(255,255,255,0.9);
}