﻿/*slider*/
#slider{margin:0 auto;padding-top:0px;}
	#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:329px;
		height:159px;
		overflow:hidden;		
		}
	span#prevBtn img{position:absolute; margin-left:0px; margin-top:3px;}
	span#nextBtn img{position:absolute; margin-left:169px; margin-top:3px;}
/*end slider*/