/* Easy slider */
	#box_partners {margin: 0;}
	#box_partners ul, #box_partners li
	{
		margin:0;
		padding:0;
		list-style:none;
		}
	#box_partners li{ 
		/* 
			define width and height of list item (slide)
			entire box_partners area will adjust according to the parameters provided here
		*/ 
		width:950px;
		height:80px;
		overflow:hidden;
		}
	#box_partners li a img{border: 0px; margin: 0 7px 0 0;}
	
	#prevBtn, #nextBtn,
	#box_partners1next, #box_partners1prev{ 
		display:block;
		width:26px;
		height:26px;
		position:absolute;
		margin-left: 15px;
		margin-top:-95px;
		z-index:5;
		}	
	#nextBtn, #box_partners1next{ 
		margin-left:950px;
		}														
	#prevBtn a, #nextBtn a,
	#box_partners1next a, #box_partners1prev a{  
		display:block;
		position:relative;
		width:26px;
		height:26px;
		background: url(http://www.maksoft.net/Templates/miptrade/images/arrow_left_right.jpg) 0% 0% no-repeat;	
		}	
	#nextBtn a, #box_partners1next a{ 
		background: url(http://www.maksoft.net/Templates/miptrade/images/arrow_left_right.jpg) 0% 100% no-repeat;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy slider */