/* Easy Slider */

	#rounds-slider ul, #rounds-slider li,
	#rounds-slider2 ul, #rounds-slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#rounds-slider2{margin-top:1em;}
	#rounds-slider li, #rounds-slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:140px;
		height:108px;
		overflow:hidden; 
		}
