@charset "utf-8";


#wsnSlider {
	position:relative;
	width:581px;
	height:263px;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
}
#wsnSlider .buttons {
	margin:0 0 3px 0;
	padding:5px;
	list-style:none;
	position:absolute;
	bottom:10px;
	right:10px;
	z-index:200;
	visibility:hidden;
}
#wsnSlider .buttons li {
	
}
#wsnSlider .buttons li a {
	
}
#wsnSlider .buttons li a:hover {
	background-color:#C96;
}
#wsnSlider .buttons li.current a {
	background-color:#aaa;
}

#wsnSlider .buttons li a span{
	
	display:none;
}