/* CSS Document */
.content #slider ul, #slider li{margin:0;padding:0; width:530px;}
.content	#slider{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:510px;
		height:240px;
		overflow:hidden;
		}
.content #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 

		overflow:hidden;list-style:none; display:block; width:217px; height:76px;float:left; background:url(../images/tab-bg.png) left top no-repeat; margin-right:15px; margin-bottom:15px; padding:15px;}
.content #slider li h2{ color:#FFFF00; font-size:13px; font-weight:bold;} 
	span#prevBtn{}
	span#nextBtn{}

