
/* Easy Slider */

	#slider{
		margin:0 auto;
		padding: 10px 0;
}

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		color:#AAA5A5;
		font-size:12px;
		}
	#slider2{margin-top:1em;}
	
	
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:940px;
		height:142px;
		overflow:hidden; 
		}	
	
 #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:960px;
		height:200px;
		overflow:hidden; 
		}	
	
	
	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		float:left;
		z-index:1000;
		margin:30px 0 0 0;
		text-indent:-100000px;
		
		}	
	



	#nextBtn, #slider1next{ 
		margin:30px 0 0 870px;
	}														
	
	
	
	#slider1next a, #nextBtn a
	{  
		display:block;
		position:relative;
		width:40px;
		height:30px;
		color:#AAA5A5;
		text-decoration:none;
		background:url(../img/ico-mas.png) no-repeat;

	}	



	
	 #prevBtn a, #slider1prev a{  
		display:block;
		position:relative;
		width:52px;
		height:52px;
		color:#AAA5A5;
		text-decoration:none;
		background:url(../img/ico-mas.png) no-repeat;
	}	


	
	#nextBtn a:hover, #slider1next a:hover{ 
		color:#fff;
		background:url(../img/ico-mas.png) no-repeat;
	}	
	
	#prevBtn a:hover, #slider1prev a:hover{ 
		background:url(../img/ico-menos.png) no-repeat;
	}	
	
	
	/* numeric controls */	

	ol#controls{
		padding:0;
		height:28px;
		margin:-220px 0 0 0;
		
		}
	ol#controls li{
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:52px;
		width:52px;
		background:#DAF3F8;
		text-indent:-10000px;
		background:url(../img/ico-mas.png) no-repeat;
		}
	
	ol#controls li a:hover{
		background:url(../img/ico-mas.png) no-repeat 0 -55px;
	}
	ol#controls li.current a{
		background:url(../img/ico-mas.png) no-repeat 0 -55px;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

#controls1 a{
	margin:-130px 0 0 70px !important;
}

#controls2 a{
		margin:-90px 0 0 55px !important;
}

#controls3 a{
		margin:-130px 0 0 55px !important;
}

#controls4 a{
		margin:-90px 0 0 55px !important;
}

#controls5 a{
		margin:-130px 0 0 55px !important;
}

#controls6 a{
		margin:-90px 0 0 55px !important;
}

#controls7 a{
		margin:-130px 0 0 55px !important;
}

#controls8 a{
		margin:-115px 0 0 807px !important;
}









/* TABS */
			.menu { padding: 0; clear: both; }
			.menu li { display: inline; }
			.menu li a { background: #ccf; padding: 10px; float:left; border-right: 1px solid #ccf; border-bottom: none; text-decoration: none; color: #000; font-weight: bold;}
			.menu li.active a { background: #eef; }
			.content { float: left; clear: both; border: 1px solid #ccf; border-top: none; border-left: none; background: #eef; padding: 10px 20px 20px; width: 400px; }


/* TABS */
