#about-slider {
	height:500px;
	background:none;
}
#about-slider .block {
	overflow:visible;
	padding:0;
	top:0;
	width:998px;
}
#about-slider .fotorama__nav-wrap {
	position:absolute;
	bottom:8px;
	right:15px;
}
#about-slider .fotorama__nav--dots {
	width:auto !important;
}
#about-slider .fotorama {
	overflow:visible;
}
#about-slider .fotorama__nav, .fotorama__stage {
	overflow:visible;
}
#about-slider .fotorama__nav:before, #about-slider .fotorama__stage:before, #about-slider .fotorama__nav:after, #about-slider .fotorama__stage:after {
	background:none;
	display:none;
}

#about-slider .about-tb {
	position:absolute;
	top:120px;
	list-style:none;
}

#about-slider .about-tb > li {
	height:250px;
	position:relative;
	padding:15px;
	background:rgba(0,0,0,0.4);
}

#about-slider .about-tb li:after {
	content:"";
	display:block;
	clear:both;
}

#about-slider .about-text {
	color:#FFF;
}

#about-slider h1 {
	color:#FFF;
}

#about-slider h1 span {
	color:#FFF;
}

#about-slider .fotorama__nav__frame {
	margin-right:6px;
}

#about-slider .fotorama__dot {
	width:16px;
	height:16px;
	border-radius:8px;
	background:#FFF;
	border:none;
}

#about-slider .fotorama__nav__frame.fotorama__active .fotorama__dot {
	width:16px;
	height:16px;
	border-radius:8px;
	background:#b3b3b3;
	border:none;
}

#about-slider .fotorama__arr {
	z-index:5;
	background-image:url(images/slider_arr.png);
	background-repeat:no-repeat;
	width:33px;
	height:52px;
	margin-top:-17px;
	-webkit-transform: none !important;
	transform: none !important;
}

#about-slider .fotorama__arr--prev {
	background-position:0 0;
	left:-60px;
}

#about-slider .fotorama__arr--next {
	background-position:-33px 0;
	right:-60px;
}

#about-slider .fotorama__arr--prev:hover {
	background-position:0 -52px;
	left:-60px;
}

#about-slider .fotorama__arr--next:hover {
	background-position:-33px -52px;
	right:-60px;
}

#about-slider .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr {
	opacity:1;
}

#about-slider .fotorama__pointer {
	position:relative;
}

#about-slider .fotorama__pointer:before {
	display:block;
	content:"";
	position:absolute;
	height:280px;
	width:1000px;
	top:120px;
	left:-1000px;
	z-index:2;
	background:rgba(0,0,0,0.4);
}

#about-slider .fotorama__stage {
	overflow:visible;
}