﻿#slider ul, #slider li{
		margin:0px;
		padding:0px;
		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
		*/ 
		margin:0px;
		margin-top:-3px;
		padding:0px;
		width:990px;
		height:286px;
		overflow:hidden; 
		}

		  #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0px;
            padding:0px;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }

			#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		margin:0px;
		padding:0px;
		display:block;
		width:41px;
		height:250px;
		position:absolute;
		left:-41px;
		top:0px;
		z-index:1000;
		}	
		
		
		#nextBtn, #slider1next{ 
		left:940px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		margin:0px;
		padding:0px;
		display:block;
		position:relative;
		width:41px;
		height:250px;
		background:url('../images/left_nav.jpg') no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url('../images/right_nav.jpg') no-repeat 0 0;	
		}	




