
/* Easy Slider */

	#slider ul, #slider li {
		margin:0;
		padding:0;
		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:602px;
		height:350px;
		overflow:hidden; 
		}	
	 #nextBtn { 
		display:block;
		width:55px;
		height:54px;
		top:-100;
        left:-100;
		position:relative;
		z-index:1000;
        margin-right: -30px;
        margin-top: -200px;
        float:right;
        outline: none;
		}	
											
	 #nextBtn a {  
		display:block;
         outline: none;
		position:relative;
		width:55px;
		height:54px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a { 
		background:url(../images/btn_next.png) no-repeat 0 0;	
		}	
		
	
	
/* // Easy Slider */
