/* Basic jQuery Slider essential styles */

#offer {
  font-family:Arial, Helvetica, sans-serif;
  height:246px;
  width:245px;
  /*float:left;*/
  padding: 1px;
/*  margin:0 auto;*/
  position:relative;
  border:solid 1px #FF9900;
  margin-bottom: 10px;
  /*background:url(img/scr_offers_in.jpg) no-repeat #FFF;*/
  background-position:bottom right;
  background:#FDDEB0;
 /* padding:1px;*/
 /* box-shadow:0 0 5px rgba(0,0,0,0.7);*/
  border-radius: 5px;
}

ul.bjqs li img {
	margin-left: 12px;
}

#offer .offer_title{
	font-size:14px;
	 /*background: url(../img/offer-arrow.png) no-repeat;*/
	 padding-left:13px;
	 border-bottom:1px dotted #FF9900;
	 float:left;
	color:#F90;
	width:235px;
	padding: 5px;
	text-align:center;
}
#offer .description{
	font-size:11px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	padding: 5px;
	color:#7B5402;
}

ul.bjqs{position:relative; list-style:none;padding:0px;margin:0px;overflow:hidden; display:none;}
li.bjqs-slide{display:none;position:absolute;padding:0px;margin:0px;}

ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}

ol.bjqs-markers{list-style:none;margin:0;padding:0;z-index:9999;}
ol.bjqs-markers li{float:left;}

p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

/* demo styles */



 ul.bjqs-controls li a{
  display:block;
  position:absolute;
  color:#fd0100;
  text-decoration:none;
  text-transform:uppercase;
}

a.bjqs-prev{
  left:10px;
  background: url(img/prev.png) no-repeat;
  width:36px;
  height:36px;
}

a.bjqs-next{
  right:10px;
  background: url(img/next.png) no-repeat;
  width:36px;
  height:36px;
}

 p.bjqs-caption{
  background:rgba(0,0,0,0.7);
  color:#fff;
  text-align:center;
}

 ol.bjqs-markers{
  position:absolute;
  bottom:-50px;
}

 ol.bjqs-markers li{
  float:left;
  margin:0 3px;
}

 ol.bjqs-markers li a{
  display:block;
  height:10px;
  width:10px;
  border:4px solid #fff;
  overflow:hidden;
  text-indent:-9999px;
  background:#000;
  border-radius:10px;
  box-shadow:0 0 50px rgba(0,0,0,0.5);
}

ol.bjqs-markers li.active-marker a{
  background:#fd0100;
}
