/* 

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:249px;
	overflow:hidden !important;
	}
	#prevBtn, #nextBtn{ 
		display:block;
		width:12px;
		height:20px;
		position:absolute;
		left:0px;
		top:220px;
		}
	#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 */

.slidetext p {
	color: #144f74;
}
.slidetext p a{
	color:#144f74;
}
.box1 {
	background-image: url(../images/box1.jpg);
	float: left;
	width: 192px;
	padding-top: 110px;
	padding-right: 24px;
	padding-bottom: 24px;
	padding-left: 24px;
}

.box2 {
	background-image: url(../images/box2.jpg);
	float: left;
	width: 192px;
	padding-top: 110px;
	padding-right: 24px;
	padding-bottom: 24px;
	padding-left: 24px;
}

.box3 {
	background-image: url(../images/box3.jpg);
	float: left;
	width: 192px;
	padding-top: 110px;
	padding-right: 24px;
	padding-bottom: 24px;
	padding-left: 24px;
}

.box4 {
	background-image: url(../images/box4.jpg);
	float: left;
	width: 192px;
	padding-top: 110px;
	padding-right: 24px;
	padding-bottom: 24px;
	padding-left: 24px;
}

