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

* {
	margin:  0px;
	padding:  0px;
}

.blok {
	margin-bottom: 6px;
	
	font-family: Arial;
	text-align: center;
	text-transform: uppercase;
	
}

.bjqs {
	border: #333 1px solid;
	-moz-box-sizing:    border-box;
   -webkit-box-sizing: border-box;
    box-sizing:        border-box;
	
}

.vert {
	margin-top: 15px;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

H2 {
	font-weight: normal;
	font-size: 18px;
}

H3 {
	font-size: 18px;
}


