	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:200px;
		height:150px;
		overflow:hidden;
		text-align: center; 
		}
	span#prevBtn{
		font-family: Verdana;
		font-size: 10px;
		}
	span#prevBtn a{
		text-decoration: none;
		color: black;
		}
	span#nextBtn{
		font-family: Verdana;
		font-size: 10px;
		}
	span#nextBtn a{
		text-decoration: none;
		color: black;
		}
		
	#slider2 li{ 
		width:600px;
		height:250px;
		overflow:hidden; 
		}		