﻿ul.bjqs {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	/*overflow: hidden;*/
	display: none;
}

li.bjqs-slide {
	position: absolute;
	display: none;
}

ul.bjqs-controls {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 9999;
}

ul.bjqs-controls.v-centered li a {
	position: absolute;
}

ul.bjqs-controls.v-centered li.bjqs-next a {
	right: 0;
	background: url(../../images/arrows-slider.png) 0 bottom no-repeat;
	border: 0 none;
	bottom: 15px;
	cursor: pointer;
	display: block;
	height: 50px;
	position: absolute;
	text-indent: 0px;
	width: 50px;
	z-index: 99;
	background-position: -50px -48px;
}

ul.bjqs-controls.v-centered li.bjqs-prev a {
	left: 0;
	background: url(../../images/arrows-slider.png) 0 bottom no-repeat;
	border: 0 none;
	bottom: 15px;
	cursor: pointer;
	display: block;
	height: 50px;
	position: absolute;
	text-indent: -9999px;
	width: 50px;
	z-index: 99;
}

ol.bjqs-markers {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
}

ol.bjqs-markers.h-centered {
	text-align: center;
}

ol.bjqs-markers li {
	display: inline;
}

ol.bjqs-markers li a {
	display: inline-block;
}

p.bjqs-caption {
	display: block;
	width: 96%;
	margin: 0;
	padding: 2%;
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.7);
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	filter: progid:DXImageTransform.Microsoft.Glow(Color=#000000,Strength=1);
	text-shadow: 2px 2px 2px #000, -1px 2px 2px #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

p.bjqs-caption2 {
	display: block;
	/*width: 100%;*/
	margin: 0;
	padding: 0.90%;
	position: absolute;
	bottom: 0;
	text-align: right;
	/*background: rgba(0,0,0,0.7);*/
	color: #ffffff;
	/*font-size: 15px;*/
	filter: progid:DXImageTransform.Microsoft.Glow(Color=#000000,Strength=1);
	text-shadow: 2px 2px 2px #000, -1px 2px 2px #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

#containern {
	/*max-width: 900px;*/
	margin: 0 auto;
	padding-bottom: 0px;
}

#banner-fade,
#banner-slide {
	margin-bottom: 0px;
}

ul.bjqs-controls.v-centered li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
}

ul.bjqs-controls.v-centered li a:hover {
	color: #fff;
}

ol.bjqs-markers li a {
	padding: 5px 0px;
	background: #000;
	color: #fff;
	margin: 5px;
	text-decoration: none;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover {
	background: #999;
}



.bjqs-next a, .bjqs-prev a, .bjqs-next a:hover, .bjqs-prev a:hover, .bjqs-next a:active, .bjqs-prev a:active {
	color: #000;
	font-family: Tahoma !important;
	text-decoration: none;
}

.bjqs-prev a {
	float: right;
	right: 3px;
	left: auto;
	position: absolute;
	top: 140px;
	background-color: #fff;
	width: 29px;
	height: 29px;
	padding: 6px 11px;
	opacity: 0.8;
	-webkit-border-radius: 50% 50%;
	-moz-border-radius: 50% 50%;
	border-radius: 50% 50%;
}

.bjqs-next a {
	float: left;
	left: 3px;
	right: auto;
	position: absolute;
	top: 140px;
	background-color: #fff;
	width: 29px;
	height: 29px;
	padding: 6px 11px;
	opacity: 0.8;
	-webkit-border-radius: 50% 50%;
	-moz-border-radius: 50% 50%;
	border-radius: 50% 50%;
}

.bjqs-prev a:hover, .bjqs-next a:hover {
	opacity: 1;
}

.bjqs-prev a, .bjqs-next a {
	outline: none;
}
