#SlideItMoo_outer span{
	margin:0px;
	font-family: "Trebuchet MS";
	font-size: 16px;
	width: 550px;
	display: block;
	height: 16px;
	line-height: 16px;
	padding-top: 11px;
	font-weight: bold;
	float: left;
	padding-bottom: 5px;
	color: #003300;
}



/* ----------------IMAGE SLIDER------------- */
#SlideItMoo_outer {
	width:610px;
	display:block;
	position:relative;
	height: 266px;
	background-image: url(imgs/galeria_img_bg.jpg);
	color: #FFF;
	margin-right: auto;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
/* create custom forward-backward buttons for this container */
#SlideItMoo_outer .SlideItMoo_forward,
#SlideItMoo_outer .SlideItMoo_back{
	display:block;
	position:absolute;
	cursor:pointer;
	width:22px;
	height:23px;
	bottom:0px;
	right:0px;
	background-image: url(imgs/galeria_bt2.png);
	left: 587px;
	top: 6px;
}
#SlideItMoo_outer .SlideItMoo_back {
	left:562px;
	background-image: url(imgs/galeria_bt1.png);
	top: 6px;
	right: 0px;
	bottom: 0px;
}

/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner{
	position:relative;
	overflow:hidden;
	top: 40px;
	height: 195px;
	float: left;
	width: 610px;
	margin-top: -34px;
}
/* the thumbnails container; set a width on it so everything will be fine */
#SlideItMoo_items {
	display:block;
	position:relative;
	width: 605px;
	padding-top: 5px;
}
/* single element design */
#SlideItMoo_items div.SlideItMoo_element {
	display:block;
	position:relative;
	float:left;
	font-size:12px;
	width:148px;
	text-align:left;
	color:#003333;
	height: 190px;
	margin-bottom: 12px;
	margin-right: 2px;
	font-family: "Trebuchet MS";
	line-height: 20px;
	padding-top: 7px;
	padding-right: 3px;
	padding-left: 2px;
}
#SlideItMoo_items strong {
	float: left;
	width: 146px;
	padding-left: 6px;
}

#SlideItMoo_items a {
	clear:both;
	display:block;
}
#SlideItMoo_items a img{
	height: 100px;
	width: 133px;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#ver_galerias {
	float: right;
	color: #333333;
	width: 130px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 18px;
	display: block;
	background-image: url(imgs/galeria_ver_bg.png);
	background-repeat: no-repeat;
	padding-left: 18px;
	line-height: 20px;
	font-weight: bold;
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin-top: 44px;
	margin-right: 65px;
}
