@import url(../fonts/websymbols.css);
#slider_wrapper { position: relative; }
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
.rslides_tabs, #other_apps {
	list-style-type: none;
	padding: 10px 0 50px 0;
}
.rslides_tabs li { display: inline; }
.nav-dot {
	width: 10px;
	height: 10px;
	margin: 0 4px;
	position: relative;
	border-radius: 100%;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.3);
}
.nav-dot:hover {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.8);
}
a.prev, a.next {
	position: absolute;
	top: 40%;
	font-family: 'web_symbolsregular';
	font-size: 48px;
	color: #aaa;
	text-decoration: none;
}
a.prev { left: 10%; }
a.next { right: 10%; }
