@import url(carousel.css);

#topCarousel {
	margin: 0 0 0px 0;
	}

#topCarouselMain:after {
	clear: both;
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	}

#topCarouselMain {
	padding: 0 0 0px 0;
	*height: 1%;
	}
	
	
#galleryWrapper {
background-color:white;
border:1px solid #CCCCCC;
float:right;
margin-bottom:6px;
margin-right:14px;
margin-top:6px;
padding:4px;
position:relative;
	}
	
#galleryRoundedNav {
	position: absolute;
	z-index: 3;
	width: 393px;
	}

#galleryRoundedNav a {
	position: absolute;
	top: 122px;
	display: block;
	height: 0;
	padding: 41px 0 0 0;
	overflow: hidden;
	}
	
#galleryRoundedNav a.topCarouselPrev {
	width: 33px;
	left: 0;
	background: url(/imgs/flechas/fucsia-grande-i.png) no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/imgs/flechas/fucsia-grande-i.png', sizingMethod='crop');
	}
	
#galleryRoundedNav .topCarouselNext {
	width: 33px;
	right: 0;
	background: url(/imgs/flechas/fucsia-grande-d.png) no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/imgs/flechas/fucsia-grande-d.png', sizingMethod='crop');
	}

#gallery {
	position: relative;
	visibility: hidden;
	left: -5000px;
}

#gallery li {
	height: 285px !important;
	}
	
#gallery h5 {
	padding-top: 2px;
	*padding-top: 0px;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	}
