		li{
			display:list-item;
			}
	
	/* // HTML Tags */	
	
/* // Global */

/* page setup */

	#container{
	position:relative;
	text-align:left;
	width:990px;
	height: 367px;
	background-image: none;
		}	
			
	/* slider */

		#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	background-image: none;
			}	
		#slider, #slider li{
	height:367px;
	width:980px;
	overflow:hidden;
	background-image: none;
			}	
		#slider{
	background-image: none;
			}	
		#prevBtn, #nextBtn{ 
			display:block;
			width:30px;
			height:77px;
			position:absolute;
			top:145px;
			}	
		#nextBtn{ 
			left:930px;
			}														
		#prevBtn a, #nextBtn a{
	display:block;
	width:30px;
	height:77px;
	background-image: url(images/slidebtnL.png);
	background-repeat: no-repeat;
	background-position: 0 0;
			}	
		#nextBtn a{
	background-image: url(images/slidebtnR.png);
	background-repeat: no-repeat;
	background-position: 0 0;
			}								
