/* 

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:24px;
		height:24px;
		position:absolute;
		left:0px;
		top:270px;
		}
	#prevBtn{left:65px;}
	#nextBtn{ 
		left:100px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:24px;
		height:24px;
		background:url(../images/slide-prev.png) no-repeat 0 0; 
		}	
	#nextBtn a{ 
		background:url(../images/slide-next.png) no-repeat 0 0;	
		}
		


/* // Easy Slider */
/* Portfolio */
ul.portfolio{margin:0px; padding:0px; list-style-type:none;}
ul.portfolio li{margin:0px; padding:0px; list-style-type:none; display:inline; float:left; margin-right:35px; margin-bottom:25px;}
ul.portfolio li.nomargin{margin-right:0px !important;}
ul.portfolio li img{border:solid 1px #e0e0e0; padding:5px;}
ul.portfolio h3 a, ul.portfolio h3 a:visited{color:#6b6b6b}
.prevnext{text-align:right;}
.prev{background-image:url(../images/prev.gif); background-position:11px 7px; background-repeat:no-repeat; background-color:#e0e0e0; float:left; padding:4px 25px; margin-right:5px;}
.next{background-image:url(../images/next.gif); background-position:100px 7px; background-repeat:no-repeat; background-color:#e0e0e0; float:left; padding:4px 25px;}
.prev a, .prev a:visited, .next a, .next a:visited{color:#6b6b6b;}
