*{
	padding: 0px;
	margin: 0px;
	border: 0px;
	
	border-collapse: collapse;
	border-spacing: 0px;
	
	/*
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #4d4d4d;
	*/
	font-size: 11px; 
	font-family: Tahoma, Arial, sans-serif;
	color: #666666;
	
}
#carrousel_image{
	/*width: 100%;*/
	text-align:center;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto; 
	margin-right: auto;	
}
.carrousel_info{
	width: 450px;
	text-align:center;
	clear: both;
	margin: auto auto;
}
#gallery_title{
	width: inherit;
	text-align:center;
	clear: both;
}
.galleryTitle{
	font-weight: bold;
	color: #ba0f0f;
}
#gallery_description{
	width: inherit;
	clear: both;
}
#gallery_description table{
	width: 100%;
	text-align: center;
}
#gallery_description table tr td{
	vertical-align: middle;
}
#gallery_description table tr td.arrow{
	width: 15px;
}
#gallery_description table tr td.arrow img{
	height: 15px;
	width:  15px;
	border: 0px;
}
.galleryDescription table tr td.description{
	font-size: 11px;
}
#close_window{
	width: inherit;
	text-align: right;
	vertical-align: bottom;
	clear: both;
	margin-top: 15px;
}
.closeWindow a, closeWindow a:visited, closeWindow a:active{
	/*
	font-size: 10px;
	color: #4d4d4d;
	*/
	font-size: 11px; 
	font-family: Tahoma, Arial, sans-serif;
	color: #a1a1a1;
	text-decoration: none;
}
.closeWindow a:hover{
	text-decoration: underline;
}
