/* CSS Document */

			
    /* image replacement */
       
    /* // image replacement */

/* Easy Slider */

	#slider{
		width:329px;
		height:187px;
		overflow:hidden !important;
		padding:0;
		margin:0;
		position:relative;
	}	
	#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:329px!important;
		height:187px !important;
		overflow:hidden !important;
		}	
	#prevBtn{
		display:none;
	}
	
	#nextBtn{
		display:none;
	}
															
	
	
	
	
													

/* // Easy Slider */



