/* 

Multisoft - CSS File

USE THIS STYLE SHEET FOR HOMEPAGE

*/
/* Easy Slider */

#slider{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:960px;
	height:326px;
	overflow:hidden !important; 
	}
	#prevBtn, #nextBtn{ 
		display:block;
		width:12px;
		height:20px;
		position:absolute;
		left:0px;
		top:270px;
		}
	#prevBtn{left:65px;}
	#nextBtn{ 
		left:90px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:12px;
		height:20px;
		background:url(../images/slide-prev.png) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(../images/slide-next.png) no-repeat 0 0;	
		}								

/* // Easy Slider */
