﻿#full-screen-slider {
	width: 100%;
	float: left;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 100%;
}
#slides {
	display: block;
	list-style: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
}

#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%; text-indent:-9999px}

#pagination {
	display: block;
	list-style: none;
	position: absolute;
	left: 410px;
	z-index: 9900;
	bottom: 57px;
}
#pagination li {
	display: block;
	list-style: none;
	width: 124px;
	height: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #A9AAA8;
}
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px;}
#pagination li.current {
	background-color: #E36021;
}
@media (max-width: 800px) { 
#full-screen-slider {
	width: 100%;
	float: left;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 100%;
	display: none;
}
}
