#slider ul, #slider li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#slider li
{  
	width: 564px;
	height: 427px;
	overflow: hidden; 
}
		
span#prevBtn a
{
	color: #C00;
	font-weight: bold;
	text-decoration: none;
	margin-left: 15px;
}

span#nextBtn a
{
    color: #C00;
	font-weight: bold;
	text-decoration: none;
	margin-left: 15px;
}

span#lastBtn a
{
    color: #C00;
	font-weight: bold;
	text-decoration: none;
	margin-left: 15px;
}	

span#firstBtn a
{
    color: #C00;
	font-weight: bold;
	text-decoration: none;
}