/* CSS FOR SLIDESHOW SCRIPT */
.imageSlideshowHolder{
	margin:5px;	/* "Air" */
	float:right; /* Floating gallery at the right side of other web page content */		
	width:75px;	/* Image width */
	height:50px;	/* Image height */
	position:relative;	/* Don't remove this line */
}
/* Don't change these values */
.imageSlideshowHolder img{
	position:absolute;
	left:0px;
	top:0px;
}
.imageSlideshowHolder2{
	margin:5px;	/* "Air" */
	float:right; /* Floating gallery at the right side of other web page content */		
	width:300px;	/* Image width */
	height:220px;	/* Image height */
	position:relative;	/* Don't remove this line */
}
.imageSlideshowHolder2 img{
	position:absolute;
	left:0px;
	top:0px;
}
.calendar
{
	background:#FFFFFF none repeat scroll 0 0;
	color:#000000;
	cursor:pointer;
}
.calendar th
{
	width: 50px;
}
.calendar-month
{
	background:#FFFFFF none repeat scroll 0 0;
	color:#000;
}
.calendar a
{
	color: #000;
}

#calendarioDiv2 .calendar th{
	width: 30px;
}
#pesquisaCouch{
	width: 70%;
	float:left;
}
#pesquisaCalendario{
	float:right;
	width:30%;
}
