/* Easy Slider     GALERIA       */

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:1000px;
		height:481px;
		overflow:hidden; 
		}
	span#prevBtn a{
	font-family: Tahoma;
  font-weight: normal;
  font-size: 11px;
  color: #404040;
	text-align:center;
  text-decoration: none;
	float:left;
	margin-top:-22px;
	margin-left:30px;	
	background-image:url(../images/link_bg.jpg);
	background-repeat:no-repeat;
	width:55px;
	height: 17px;
	border:1px solid #404040;
	}
	span#nextBtn a{
	font-family: Tahoma;
  font-weight: normal;
  font-size: 11px;
  color: #404040;
	text-align:center;
  text-decoration: none;
	float:right;	
	margin-top:-22px;
	margin-right:30px;	
	background-image:url(../images/link_bg.jpg);
	background-repeat:no-repeat;
	width:55px;
	height: 17px;
	border:1px solid #404040;
	}					


img{border:none;}

.img_galeria{
 width:;
 height:450px;
 margin-right:5px;
 margin-left:5px;
 margin-top:10px;
 margin-bottom:20px; 
}
/* // Easy Slider */
