
ul#slide-list {
	padding:20px 0;
	margin:15px 0 0 0;
	float:left;
	position:absolute;
	left: 8%;
}
ul#slide-list li {
	list-style:none;
	width:12px;
	height:12px;
	float:left;
	margin:0 5px 0 0;
}
ul#slide-list li.current-slide a, ul#slide-list li.current-slide a:hover {
	background-position:0 0px;
}
ul#slide-list li a {
	display:block;
	width:12px;
	height:12px;
}
ul#slide-list li a:hover {
	background-position:0 -12px;
	cursor:pointer;
}

#contents {
	width: 100%;
	min-width: 280px;
	height: 100%;
	position: relative;
}

#menu #menu-handler {
	display: none;
	text-align: left;
	font-size: 14px;
}

#slide-list li {
	background: url(../img/bola_normal.png) center no-repeat;
}

#slide-list li:hover, #slide-list li.current-slide {
	background: url(../img/bola_hover.png) center no-repeat;
}
