* {margin:0; padding:0}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color: #999
}

#gallery {
	position:relative;
	width:756px;
	top: 0px;
	z-index: 90;
}

#images {
	height:225px
}
#image {
	position:relative;
	width:756px;
	height:550px;
	z-index: 998;
}
#image img {
	position:absolute
}
#thumbwrapper {
	width:842px;
	height:80px;
	background-color:#F2F2F2;
	background-image: url(images/flechas2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: -5px;
}
#thumbarea {
	position:relative;
	left:41px;
	overflow:hidden;
	height:65px;
	width:761px;
}
#thumbs {
	position:absolute;
	list-style:none;
	height:55px;
	width:1400px;
	margin-top: 10px;
	border-right:5px solid #FFF;
	left: 1px;
}
#thumbs li {float:left; margin-right:5px; cursor:pointer}
.imgnav {
	position:absolute;
	height:375px;
	width:20%;
	height:60px;
	width:44px;
	z-index:100;
	outline:none;
	cursor:pointer;
	top: 293px;
	background-image: url(images/left.gif);
}
#previmg {
	left:-6px;
	background-image: url(images/arrow-left.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {
	right:-92px;
	background-image: url(images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}
