@charset "utf-8";


#wsnSlider {
	position: relative;
	width: 920px;
	height: 400px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #292620;
}

#wsnSlider .buttons {
	margin :0 0 3px 0;
	padding: 5px;
	list-style: none;
	position: absolute;
	bottom: 10px;
	right: 18px;
	z-index: 200;
	visibility: hidden;
}
#wsnSlider .buttons li {
	text-align: center;
	float: left;
	margin: 3px;
}
#wsnSlider .buttons li a {
	background: rgba(255, 255, 255, 0.4);
	border: none;
	border-radius: 20px;
	color :#333;
	display: block;
	font-size: 0.9em;
	text-decoration: none;
	width: 18px;
	height: 18px;
	margin-right: 6px;
}
#wsnSlider .buttons li a:hover {
	background-color: #FFF;
}
#wsnSlider .buttons li.current a {
	background-color: rgba(255, 255, 255, 0.7);
	cursor: default;
}