* {
	margin:0;
	padding:0;
}

#fotoGaleriaGrande {
	padding:15px;
	text-align: center;
	width:auto;
	height:auto;
	position: relative;
}

#image {
	position:relative;
	width:auto;
	height:300px;
	overflow:hidden;
	text-align:center;
	padding:0px;
	margin:0 auto 20px auto;
	clear:both;
	background:url(/images/carregando.gif) center center no-repeat;
	opacity:1;
	filter:alpha(opacity=100)
}
#image img {
	position:absolute; 
	top:5px; 
	left:5px; 
	text-align:center;
	}

#legenda {
	position:relative;
	width:410px;
	height:120px;
	overflow:visible;
	text-align:center;
	padding:5px 0;
	clear:both;
	opacity:1;
	filter:alpha(opacity=100)
}
#legenda p {
	position:absolute; 
	top:5px; 
	left:5px; 
	text-align:center;
	}





#thumbwrapper {
	padding:15px;
	width:400px;
	height:85px;
	background:#FFF;
	text-align: center;
	top: 10px;
	border-top: none;
	margin: 0 2px;
}
#thumbarea {
	position:relative;
	overflow:hidden;
	height:85px;
	width:400px;
	text-align: center;
}
#thumbs {
	position:absolute;
	list-style:none;
	margin-left:5px;
	height:85px;
	width:10000px
}
#thumbs li {
	float:left;
	margin-right:5px;
	cursor:pointer
}
.imgnav {
	position:absolute;
	height:375px;
	width:20%;
	z-index:100;
	height:300px;
	width:20%;
	z-index:100;
	outline:none;
	cursor:pointer
}








#previmg {
	left:4px;
	background:url(/images/prev.gif) left center no-repeat; 
	opacity:0; 
	filter:alpha(opacity=50)
}
#previmg:hover {
	visibility:visible; 
	opacity:1; 
	filter:alpha(opacity=100)}

#nextimg {
	right:5px;
	background:url(/images/next.gif) right center no-repeat; 
	opacity:0; 
	filter:alpha(opacity=50)
}
#nextimg:hover {
	visibility:visible; 
	opacity:1; 
	filter:alpha(opacity=100)
}

