﻿#full-screen-slider {
	width: 100%;
	height: 475px;
	position: relative
}

#slides {
	display: block;
	width: 100%;
	height: 475px;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative
}

#slides li {
	display: block;
	width: 100%;
	height: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute
}

#slides li a {
	display: block;
	width: 100%;
	height: 100%;
}

#pagination {
	display: block;
	list-style: none;
	position: absolute;
	left: 45%;
	top: 90%;
	z-index: 9900;

	margin: 0
}

#pagination li {
	height: 10px;
	width: 50px;
	float: left;
	list-style: none;
	margin-left: 15px;
}

#pagination li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	overflow: hidden;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	opacity: 0.5;

}

#pagination li.current a {
	opacity: 0.9;

}