a {
	color: #333333;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}td img {display: block;}
img{border:none;}

#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:500px;
		height:370px;
		overflow:hidden; 
		}
span#PrevBtn{font-size:12px;
	font-weight:normal;}
span#NextBtn{font-size:12px;
	font-weight:normal;}