/* Basic jQuery Slider essential styles */

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:-49px; height:580px; width:52px; color:none; size:1px !important; background-image:url(../img/arro_right.png);
background-repeat:no-repeat; }
ul.bjqs-controls.v-centered li.bjqs-prev a{height:580px;left:-41px; height:580px; width:52px; color:none; size:1px !important; background-image:url(../img/arrow_left.png); background-repeat:no-repeat;}
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:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

.set_wrap{
	width:1098px;
	height:auto;
	float:left;}

.img_inq{
	width:346px;
	float:left;
	margin:0px 10px 15px 10px;}

.img_left{
	width:27px;
	float:left;}

.img_left{
	width:27px;
	height:580px;
	margin:-580px 0px 0px -22px;
/*	background-image:url(../img/left.png);
	background-repeat:no-repeat;*/}

.img_right{
	width:27px;
	height:580px;
	float:right;
	margin:-580px -19px 0px 0px;
/*	background-image:url(../img/right.png);
	background-repeat:no-repeat;*/}

