#SlideItMoo_outer span{
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	width: 550px;
	display: block;
	height: 16px;
	line-height: 16px;
	padding-top: 16px;
	font-weight: normal;
	float: left;
	color: #333;
}



/* ----------------IMAGE SLIDER------------- */
#SlideItMoo_outer {
	width:600px;
	display:block;
	position:relative;
	height: 266px;
	background-image: none;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 0px;
}
/* create custom forward-backward buttons for this container */
#SlideItMoo_outer .SlideItMoo_forward,
#SlideItMoo_outer .SlideItMoo_back{
	display:block;
	position:absolute;
	cursor:pointer;
	width:19px;
	height:19px;
	bottom:0px;
	right:0px;
	background-image: url(imgs/galeria_bti2.jpg);
	left: 590px;
	top: 196px;
}
#SlideItMoo_outer .SlideItMoo_back {
	left:565px;
	background-image: url(imgs/galeria_bti1.jpg);
	top: 196px;
	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: 598px;
	margin-top: -34px;
}
/* the thumbnails container; set a width on it so everything will be fine */
#SlideItMoo_items {
	display:block;
	position:relative;
	width: 592px;
}
/* single element design */
#SlideItMoo_items div.SlideItMoo_element {
	display:block;
	position:relative;
	float:left;
	font-size:14px;
	width:150px;
	text-align:left;
	color:#900;
	height: 190px;
	margin-bottom: 12px;
	margin-right: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 22px;
	padding-top: 5px;
	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{
	border:none;
	height: 109px;
	width: 146px;
}
#ver_galerias {
	float: right;
	color: #FFF;
	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.jpg);
	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: 48px;
	margin-right: 40px;
}
