* {margin:0; padding:0}
body {font:12px Verdana, Arial, Helvetica, sans-serif; background:#666 url(images/bg.gif)}
#gallery {
	position:relative;
	width:570px;
	border:3px solid #2B5164;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;












	-webkit-box-shadow: 0px 0px 8px # 56909E;
	-moz-box-shadow: 0px 0px 8px #56909E;












	-moz caja de sombra: 0px 0px 20px # 56909E;
	padding: 10px;
	margin-bottom: 80px;
}
#images {border:2px solid #9ac1c9; height:225px; background:#eef5f6; margin-bottom:20px}
#image {
	position:relative;
	width:550px;
	height:650px;
	padding:5px;
	border:2px solid #FFFFFF;
	background-color: #FFFFFF;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#image img {position:absolute; top:5px; left:5px}
#thumbwrapper {
	margin-top:0px;
	width:560px;
	height:57px;
	border:2px solid #FFFFFF;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
#thumbarea {
	position:relative;
	overflow:hidden;
	height:57px;
	width:550px;
	margin-right: auto;
	margin-left: auto;
}
#thumbs {
	position:absolute;
	list-style:none;
	height:57px;
	width:10000px;
	border-right:5px solid #FFF;
	padding-left: 5px;
}
#thumbs li {float:left; margin-right:5px; cursor:pointer}
.imgnav {
	position:absolute;
	height:375px;
	width:20%;
	z-index:100;
	height:375px;
	width:20%;
	z-index:100;
	outline:none;
	cursor:pointer;
	top: 11px;
}
#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:-15px;
	background:url(images/right.gif) right center no-repeat;
	border-right:5px solid #FFF
}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}

