.topSlider {
	position:relative;
	display:block;
	width:50%;
	height:260px;
	margin:0;
	padding:0;
	list-style-type:none;
	overflow:hidden;
}
.nav {
	cursor:pointer;
	width:6px;
	height:6px;
	margin:0 2px;
	border-width:0;
	background-color:#387513;
	border-radius:0.3em;
}
.focus {
	background-color:#a0be29;
}
.topSlider li {
	position:absolute;
	display:none;
	margin:1px;
	padding:5px;
	z-index:2;
	text-align:justify;
	text-overflow:ellipsis;
}
.topSlider li:first-child {
	display:block;
}