/*--------------MARCO GALERIA------------------*/
#wrapper2 		{ width:580px; height:350px; margin: 0px 0px 0px 0px;	position: relative;	left: 0%; top: 0%;}
	
/*FOTOS GALERIA*/
#carousel2 		{ width: 580px; height:350px; margin: auto auto auto auto;}
#carousel2 ul	{ list-style: none; display: block; margin: 0; padding: 0; }
#carousel2 li	{ font-size: 40px; color: #999999; text-align: center; display: block; width: 580px; height: 350px; padding: 0; margin: 1px; float: left; position: relative;	}
#carousel2 li img {	width: 580px; height: 350px; margin-top: 0px;}
.clearfix 		{ float: none; clear: both;}

/*SIGUIENTE ATRAS */	
#carousel2 .prev, #carousel2 .next { background: transparent url(source/fancybox_sprite.png) no-repeat 0 0; text-indent: -999px; display: block; overflow: hidden; width: 36px; height: 34px; margin-left: 10px; position: absolute; top: 120px;}
#carousel2 .prev { background-position: 0 -36px; left: 0px;}
#carousel2 .next { background-position: 0 -72px;; right: 0px;}
#carousel2 .prev:hover { left: -2px;}
#carousel2 .next:hover { right: -2px;}	

/*PAGINACION ...*/
#carousel2 .pager { text-align: center;	margin: 0 auto;}
#carousel2 .pager a { background: transparent url(source/carousel_control2.png) no-repeat -11px -40px; text-decoration: none; text-indent: -999px; display: inline-block; overflow: hidden; width: 8px; height: 8px; margin: 0 5px 0 0;}
#carousel2 .pager a.selected { background: transparent url(source/carousel_control2.png) no-repeat -20px -40px; text-decoration: underline;}
/*--------------------TERMINA GALERIA DE PAGINAS-------------------------*/