/* CSS Document */
#container {
	overflow:hidden;
}
#image, #image li, #container {
	width:100% !important;
	height:100% !important;
}
#images ul.pages {
	position:absolute;
	bottom:80px;
	width:100%;
	text-align:center;
}
#images ul.pages li {
	display:inline-block;
	padding:0 5px;
}
#images ul.pages li a {
	display:block;
	overflow:hidden;
	background:url(../images/jslider-fullscreen-button.png) 0 0 no-repeat;
	width:10px;
	height:10px;
	text-indent:-9999px;
}
#images ul.pages li a.active {
	background-position:0 -25px;
}
