@charset "UTF-8";
/* CSS Document */

.gallery_js {
	overflow:hidden;
  height: 550px;
}

#rotate_banners_wrapper {
  position: absolute;
  left: 0;
  height: 550px;
  width: 100%;
}

#rotate_banners {
	height:443px;
	width:100%;
}

.gallery_js img {
	border:none;
	margin:0;
	position:absolute;
	width:auto;
}
#rotate_banners img {
	border:none;
  width: 100%;
  min-width: 1200px;

}
#rotate_banners a {
	display:block;
	border:none;
	margin:0;
	position:absolute;
	width:auto;
  height: 550px;
  width: 100%;
  overflow: hidden;}

@media (max-width: 768px) {
  #rotate_banners a {
    height: 385px!important;
  }
}

@media (max-width: 992px) {
  #rotate_banners a {
    height: 471px;
  }
}


.banners_buttons{
	/*background-color:#FFF;*/
	background:url(back_white_50.png);
	position:relative;
	float:right;
	margin-top:-28px;
	margin-right:0px;
	padding:5px;
  display: none;
}
.banners_buttons span{
	width:20px;
	height:18px;
	margin-left:5px;
	display:block;
	float:left;
	background-color:#000;
	color:#FFF;
	font-size:12px;
	padding-top:0px;
	text-align:center;
}
.banners_buttons span.prev{
	margin-left:0px;
}
.banners_buttons span:hover{
	background-color:#CC0066;
	cursor:pointer;
}
.banners_buttons span.banner_selected{
	background-color:#CC0066;
}
