* {margin:0; padding:0}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#gallery {
	position:relative;
	width:1000px;
	padding:0px;
	background-image: url(../img/slideshow1-background-t.jpg);
	height: 420px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	right: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#images {
	height:420px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0px;
}
#image {
	position:relative;
	width:1000px;
	height:420px;
	padding:0px;
	/*background-image: url(../esp/fullsize/slideshow1-background.jpg);*/
	background-repeat: no-repeat;
	background-position: center center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
}
#image img {
	position:absolute;
	top: 0px;
	bottom: 0px;
}
#thumbwrapper {
	width:1000px;
	height:70px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	background-image: url(../img/slideshow1-background-b.jpg);
}
#thumbarea {
	position:relative;
	overflow:hidden;
	height:70px;
	width:330px;
	left: 34%;
	right: 33%;
}
#thumbs {
	position:absolute;
	list-style:none;
	margin-left:5px;
	height:60px;
	width:225px;
	left: 0px;
	padding-top: 10px;
	padding-right: 55px;
	padding-left: 55px;
}
#thumbs li {float:left; margin-right:5px; cursor:pointer}
.imgnav {
	position:absolute;
	z-index:100;
	height:420px;
	width:1000%;
	z-index:100;
	outline:none;
	cursor:pointer;
	background-image: url(../img/slideshow1-background-t.jpg);
}
#previmg {}
#previmg:hover {opacity:1}
#nextimg {}
#nextimg:hover {opacity:1}
