/* jQuery ROTATOR */
#jqRotatorWrap {
	height:483px;
	position:relative;
	background:#f9f2d8 url(../../../../tpl/web/images/rotator-back.jpg) 0 0 repeat;
}

#rotatorBtnPrev, #rotatorBtnNext {
    background:url(../../../../tpl/web/images/rotator-btn-prevnext.png) 0 0 no-repeat;
    height: 69px;
    position: absolute;
    top: 173px;
    width: 56px;
}
#rotatorBtnPrev span, #rotatorBtnNext span {display:none;}
#rotatorBtnPrev {left:0;}
#rotatorBtnNext {right:0; background-position:-56px 0;}
#rotatorBtnPrev:hover {background-position:0 -69px;}
#rotatorBtnNext:hover {background-position:-56px -69px;}


#jqRotator {
  height: 483px;
  position: relative;
}
#jqRotator .rotatorItemHolder {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}
#jqRotator .rotatorItem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 483px;
  overflow: hidden;
}

#jqRotator .rotatorItem img {
    display: block;
		background:#fff;		
    left: 50%;
    margin-left: -960px;
    position: absolute;
    top: 0;
}

#jqRotator .rotatorItemData {
	position:absolute;
	top:0; left:50%;
	width:980px; height:483px;
	margin-left:-490px;
}
#jqRotator .rotatorItemData .linkBtn {
	display:block;
	width:980px; height:483px;
	position:relative;
	text-decoration:none;
	background:url(../../../templates/web/images/blank.png);
}
#jqRotator .rotatorItemData .linkBtn > .name {visibility:hidden;}

#jqRotator .rotatorItem .rotatorText {
	display:none;
  color: #000000;
  position: absolute;
  bottom: 40px;
  right: 10px;
  width: 300px;
  padding: 15px 20px 18px 20px;
  line-height: 160%;
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
}
#jqRotator .rotatorItem .rotatorText ul {
  margin-left: 16px;
}
/* BUTTONS 1 */
#jqRotator .rotatorBtnHolder {
  font-size: 11px;
	position:absolute;
	left:50%; bottom:100px;
	width:282px; height:60px;	
	margin-left:-490px;		
}
#jqRotator .rotatorBtnHolder a {
  float: left;
	width:60px;
  height: 60px;
	overflow:hidden;
  margin-right: 14px;
  text-align: center;
  overflow: hidden;
  text-decoration: none;
  background:url(../../../../tpl/web/images/rotator-img-btn.png) 0 -60px no-repeat;
  outline: none;
}
#jqRotator .rotatorBtnHolder a > span {display:none;}

#jqRotator .rotatorBtnHolder .rotatorBtn1 {background-position:0 0;}
#jqRotator .rotatorBtnHolder .rotatorBtn2 {background-position:-60px 0;}
#jqRotator .rotatorBtnHolder .rotatorBtn3 {background-position:-120px 0;}
#jqRotator .rotatorBtnHolder .rotatorBtn4 {background-position:-180px 0; margin:0;}

#jqRotator .rotatorBtnHolder a.active, #jqRotator .rotatorBtnHolder a:hover {
	background-position:0 -60px;
}


/* BUTTONS 2 */
#jqRotatorButtons {
  font-size: 11px;
	position:absolute;
	left:50%; bottom:30px;
	width:296px; height:60px;	
	margin-left:-490px;	
}

#jqRotatorButtons .btn {
	float:left;
	position:relative;
	width:52px; height:52px;
	line-height:51px;
	text-align:center;
	vertical-align:middle;
	border:4px solid #fff;
	border-radius:30px;
	background:#fff;
	margin-right:14px;
	overflow:hidden;
	box-shadow:1px 1px 4px rgba(0,0,0,.1);
}
#jqRotatorButtons .btn > img {
	-webkit-border-radius:30px;
}

#jqRotatorButtons .btn > .cover {
	position:absolute;
	display:none;
	cursor:pointer;
	left:0; top:0;
	width:52px; height:52px;
	-webkit-border-radius:26px;	
  background:url(../../../../tpl/web/images/rotator-img-btn.png) 0 0 no-repeat;	
}


#jqRotatorButtons .btn.active > .cover,
#jqRotatorButtons .btn:hover > .cover {display:block;}
#jqRotatorButtons .btn:hover > .cover {opacity:0.85;}


