/* Basic jQuery Slider essential styles */
body{
	padding: 3px;
	margin: 0;
	background-color: #333;
}
ul.bjqs {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
	display: none;
}
#banner-fade{
	text-align:center;
	margin: 0 auto;
}
li.bjqs-slide {
	position: absolute;
	display: none;
	margin: 0 auto;
	text-align:center;
}
ul.bjqs-controls {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 9999;
}
ul.bjqs-controls.v-centered li a {
	position: absolute;
	background: url(../images/trrnsW30.png);
	padding: 15px;
	color: #FFF;
	text-decoration: none;
}
ul.bjqs-controls.v-centered li a:hover {
	position: absolute;
	background: url(../images/trrns60.png);
}
ul.bjqs-controls.v-centered li.bjqs-next a {
	right: 0;
}
ul.bjqs-controls.v-centered li.bjqs-prev a {
	left: 0;
}
ol.bjqs-markers {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
ol.bjqs-markers.h-centered {
	text-align: center;
}
ol.bjqs-markers li {
	display: none;
}
ol.bjqs-markers li a {
	display: none;
}
p.bjqs-caption {
	background: url(../images/trrns60.png) repeat;
	direction:rtl;
	color:#FFF;
	display: block;
	width: 96%;
	margin: 0;
	padding: 2%;
	position: absolute;
	bottom: 0;
}
#Close {
	font-size: 16px;
	color: #FFF;
	border-style: none;
	position: absolute;
	top: 3px;
	right: 0px;
	z-index: 1200;
	cursor: pointer;
	padding: 15px;
	/*	box-shadow: 0px 3px 3px 3px #222;*/
	background: url(../images/trrns60.png) repeat;
}
#Close:hover {
	background: url(../images/trrns60.png) repeat;
}
