
.Galeria_FotosPeq {padding:7px 0 0 4px;width:168px;}
.Cont_PicsPeq {margin:2px 0 2px 2px;}
.Cont_PicsPeq table td {width:74px;padding:4px 0 0 0;}
.PicsPeq {padding:4px;}
.Pics_Opciones {width:74px;margin:0;padding:0;font-family:Arial, Helvetica, sans-serif;}
.Pics_Opciones p {margin:0;padding:2px 4px 2px 0;font-size:10px;line-height:12px;color:#FFFFFF;text-align:right;background:#305b7e url(../images/bolo-estado-actual.gif) 6px 4px no-repeat;}


	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}	
	#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
		/* Floating */
		/* CSS HACK */
		height: 310px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		height/* */:/**/310px;	/* Other browsers */
		height: /**/310px;
		
		/* CSS HACK */
		width: 168px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		width/* */:/**/168px;	/* Other browsers */
		width: /**/168px;
					/* Black border */		
		/*padding-top:1px;*/	/* A little space between the black border and the content inside */
		
	}
	#galleryContainer #arrow_down{	/* Arrow down image */	height:14px;	}
	#galleryContainer #arrow_up{	height:14px;	/* Arrow up image */}
	
	#theImages{	/* DIV where the images are located */
	background:url(../images/mod-estado-fondo.gif) 0 0 no-repeat;
		position:relative;
		overflow:hidden;
		width:168px;
		height:318px;	/* Height of boxes for the images -------------------------------------- ESTE NO ES */ 
	}
	#theImages div.Cont_PicsPeq, #theImages div#slideEnd, #theImages div.imageCaption {
		position:relative;	/* Don't change this */
		height:1500px;	/* Higher than total height of thumbnails */
		
	}
	#theImages img{
			/* No border */
		filter:alpha(opacity=70);	/* Transparency - IE */
		opacity:0.7; /* Transparency - Firefox */
			/* Space between images */
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		padding-top:5px;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size:11px;
		line-height:12px;
			/* Font to use */
	}
	#theImages .imageCaption{
		display:none;
	}