@CHARSET "ISO-8859-1";

.slider-wrapper{
	width:355px;
	overflow:hidden;
}

.slider{
	width:10000px;
}

.slide{
	width:355px;
	float:left;
}

.slider-num
{
	text-align:right;
}

.slider-num a{
	text-decoration:none;
	font-size:11px;
	color:#2e2e2e;
}

.slider-num a.active
{
	color:#00a8e1;
	
	
}