﻿#full-screen-slider {
	width: 100%;
	height: 100%;
	position: relative
}

#full-screen-slider .high650{
	height: 650px;
}


#slides {
	display: block;
	width: 100%;
	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;
	background-image: url(images/5.jpg);
}
#slides li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px
}
#pagination {
	display: block;
	list-style: none;
	position: absolute;
	left: 50%;
	z-index: 900;
	padding: 5px 15px 5px 0;
	margin: 0;
	top: 580px;
}
#pagination li {
	display: block;
	list-style: none;
	height: 5px;
	float: left;
	margin-left: 15px;
	border-radius: 5px;
	width: 60px;
	background-color: rgba(204, 204, 204, 0.22);
}
#pagination li a {
	display: block;
	height: 100%;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
	width: 100%;
}
#pagination li.current {
	background-color: #FFFF99;
}
