.ampliar{
	background-image:url(../img/ampliar.png);
	width:38px;
	height:38px;
	z-index:500;
	top:200px;
	left:435px;
	position:relative;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	filter:alpha(opacity=60);

}
.fade{
	background:none;
	width:38px;
	height:38px;
	border:none;
	cursor:pointer;	
}
#galeriaFull{
	background-image:url(../img/fondo.png);
    display:none;
	width:100%;
	height:300%;
	display:none;
	z-index:550;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	position:absolute;
}

#myGallery {position:absolute; top: -43px; left:0px;}

.gv_galleryWrap { position:relative; top: -43px; left: -10px; font-size: 10pt; }

/* GALLERY DIV */
.gv_gallery { overflow: hidden; position: absolute; left: 10px; right:50px;}

.gv_imageStore { visibility: hidden; position: absolute; top: -10000px; left: -10000px;  }


/*************************************************/
/**   PANEL STYLES								**/
/*************************************************/

.gv_panelWrap { filter: inherit; position: absolute; overflow: hidden; }


.gv_showOverlay { 
	position: absolute; 
	width: 20px; 
	height: 20px; 
	background: url(img/info.png) #FFF; 
	cursor: pointer;
	z-index: 200;
}
.gv_overlay h4 { color: white; margin: 1em; font-weight: bold; }
.gv_overlay p { color: white; margin: 1em; }

.gv_infobar {
	background:#AAAAAA;
	padding: 0 0.5em;
	line-height: 1.5em;
	height: 1.5em;
	font-size: 12px;
	font-weight: bold;
	color:#FFF;
	position: absolute;
	bottom: 0;
	right: 0;
	font-family:Arial, Helvetica, sans-serif;
	display: none;
	vertical-align: middle;
	z-index: 2000;
	border-radius: 0px;
	
}


/*************************************************/
/**   FILMSTRIP STYLES							**/
/*************************************************/

.gv_filmstripWrap { overflow: hidden; position: absolute; }


/* FILMSTRIP */
.gv_filmstrip { margin: 0; padding: 0; position: absolute; top: 0; left: 0; }

/* FILMSTRIP FRAMES (contains both images and captions) */
.gv_frame { 
	cursor: pointer;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
}

/* WRAPPER FOR FILMSTRIP IMAGES */
.gv_frame .gv_thumbnail { position: relative;overflow: hidden !important; }

/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
.gv_frame.current .gv_thumbnail {}

/* FRAME IMAGES */
.gv_frame img { border:none; position: absolute; }

/* FRAME CAPTION */
.gv_frame .gv_caption { height: 14px; line-height: 14px; font-size: 10px; text-align: center; color:white; }

/* CURRENT FRAME CAPTION */
.gv_frame.current .gv_caption { }

/* POINTER FOR CURRENT FRAME */
.gv_pointer {
	border-color: black;
}

/* NAVIGATION BUTTONS */
.gv_navWrap {
	text-align: center;
	position: absolute;
}
.gv_navPlay,
.gv_navPause,
.gv_navNext,
.gv_navPrev {
	
	opacity: 0.3;
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	filter:alpha(opacity=30);
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	vertical-align: middle;
}
.gv_navPlay:hover,
.gv_navPause:hover,
.gv_navNext:hover,
.gv_navPrev:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	filter:alpha(opacity=80);
}

.gv_panelNavPrev,
.gv_panelNavNext {
	position: absolute;
	display: none;
	opacity: 0.50;
	-moz-opacity: 0.50;
	-khtml-opacity: 0.50;
	filter:alpha(opacity=50);
	z-index: 200;
}

.gv_panelNavPrev:hover,
.gv_panelNavNext:hover {
	opacity: 0.9;
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	filter:alpha(opacity=90);
}

.gv_navPlay {
	height: 30px;
	width: 30px;
	cursor: pointer;
	background: url(img/play-big.png) top left no-repeat;
}
.gv_navPause {
	height: 30px;
	width: 30px;
	cursor: pointer;
	background: url(img/pause-big.png) top left no-repeat;
}
.gv_navNext {
	height: 20px;
	width: 20px;
	cursor: pointer;
	background: url(img/next.png) top left no-repeat;
}
.gv_navPrev {
	height: 20px;
	width: 20px;
	cursor: pointer;
	background: url(img/prev.png) top right no-repeat;
}
.gv_panelNavNext {
	height: 58px;
	width: 56px;
	cursor: pointer;
	background: url(img/panel-next.png) top left no-repeat;
	padding-right:10px;
}
.gv_panelNavPrev {
	height: 58px;
	width: 56px;
	cursor: pointer;
	background: url(img/panel-prev.png) top right no-repeat;
	padding-left:10px;
}