* {
	margin:0;
	padding:0;
}
#gallery {
	position:relative;
	padding:15px;
	border:solid 1px #CCCCCC;
	background:#FFF
}

#fotoGaleriaGrande {
	padding:15px;
	text-align: center;
	width: 550px;
	height:365px;
	border:solid 1px #CCCCCC;
	position: relative;
}


#images {
	border:1px solid #9ac1c9;
	height:300px;
	background:#eef5f6;
	margin-bottom:20px
}
#image {
	position:relative;
	width:550px;
	height:365px;
	padding:0px;
	background:url(http://www.ptceara.org.br/images/carregando.gif) center center no-repeat;
	text-align: center;
}
#image img {
	position:absolute;
	top:0px;
	left:0px;
	text-align: center;
}



#thumbwrapper {
	padding:15px;
	width:550px;
	height:85px;
	border:solid 1px #CCCCCC;
	background:#FFF;
	text-align: center;
	top: 10px;
	border-top: none;
}
#thumbarea {
	position:relative;
	overflow:hidden;
	height:85px;
	width:550px;
	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:365px;
	width:20%;
	z-index:100;
	outline:none;
	cursor:pointer
}
#previmg {
	left:0;
	background:url(images/left.gif) left center no-repeat;
	border-left:0px
}
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {
	right:0;
	background:url(images/right.gif) right center no-repeat;
	border-right:5px
}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}



#previmg {
	left:0px;
	background:url(http://www.ptceara.org.br/images/prev.gif) left center no-repeat;
	opacity:0; 
	filter:alpha(opacity=50)

}
#previmg:hover {
	opacity:1;
	filter:alpha(opacity=100);
	visibility:visible; 
}
#nextimg {
	right:-1px;
	background:url(http://www.ptceara.org.br/images/next.gif) right center no-repeat;
	opacity:0; 
	filter:alpha(opacity=50)
}
#nextimg:hover {
	visibility:visible; 
	opacity:1; 
	filter:alpha(opacity=100)
}

