body {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	background:#EEEDEF;
	line-height: 1.3;
}
#gallery {
	width:190px;
	/*background:url(../imagenes/fondo-imagen.jpg);*/
	/*background:#FFF;*/
	height: 290px;
	z-index: 3;
}
#images {
	border:0px solid #9ac1c9;
	height:290px;
	/*background:url(../imagenes/fondo-imagen.jpg);*/
}
#image {
	position:absolute;
	width:190px;
	height:290px;
	padding:5px;
	border:0px solid #B2B2B3;
	background: url(images/loading.gif) center center no-repeat;
	/*z-index: -2;*/
	top: 8px;
	left: 8px;
	
}
#image img {position:absolute; top:5px; left:5px}

#imagenarea {
	position:relative;
	width:215px;
	height:316px;
	z-index:4;
	left: 15px;
	top: 5px;
	background:url(../imagenes/fondo-imagen.jpg);
	margin-top: 30px;
}
#thumbwrapper {
	margin-top:1px;
	padding:0px 0;
	width:200px;
	height:1px;
	border:1px;
	visibility: hidden;
	z-index: 5;
	position: absolute;
	left: 145px;
	top: 501px;
}
#thumbarea {
	position:relative;
	overflow:hidden;
	height:1px;
	width:200px;
	visibility: hidden;
}
#thumbs {
	position:absolute;
	list-style:none;
	margin-left:1px;
	height:1px;
	width:10000px;
	left: -10px;
	top: 1px;
	visibility: hidden;
}
#thumbs li {
	float:left;
	margin-right:5px;
	cursor:pointer;
	height: 1px;
}
.imgnav {position:absolute; height:300px; width:20%; z-index:100; height:300px; width:20%; z-index:100; outline:none; cursor:pointer}
#previmg {left:0; background:url(images/left.gif) left center no-repeat; border-left:5px solid #FFF}
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {right:0; background:url(images/right.gif) right center no-repeat; border-right:5px solid #FFF}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}
