/* Document information --------

	- Document: Guitar Wars - EasySlider Style Sheet
	- Client:   Jon Broderick / Guitar Wars / www.guitarwars.com
	- Author:   Tim Mather / Evonus / www.evonus.com
	
*/

/* Easy Slider */

	#slider{
		margin: 0 auto;
		padding: 0;
		width: 398px;
	}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		height: 154px;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width: 380px;
		display: block;
		overflow:hidden;
		}	
	#prevBtn, #nextBtn{ 
		display:inherit;
		width:14px;
		height:38px;
		position:relative;
		z-index:10;
		}
	#prevBtn{
		top: -97px;
	}
	#nextBtn{ 
		left: 386px;
		top: -136px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:14px;
		height:38px;
		background:url(../images/home/sliderButtonLeft.jpg) no-repeat 0 0;	
		}
	#prevBtn a:hover{
		background:url(../images/home/sliderButtonLeftOver.jpg) no-repeat 0 0;	
	}	
	#nextBtn a{ 
		background:url(../images/home/sliderButtonRight.jpg) no-repeat 0 0;	
		}
	#nextBtn a:hover{ 
		background:url(../images/home/sliderButtonRightOver.jpg) no-repeat 0 0;	
		}												
												

/* // Easy Slider */