BODY
{
	margin: 0;
	background: #111;
	padding: 5px;
	font: 11px Verdana, Arial;
}
#slideshow
{
	list-style: none;
	color: #FFF;
}
#slideshow SPAN
{
	display: none;
}
#wrapper
{
	width: 506px;
	margin: 60px auto 50px;
	display: none;
}
#wrapper *
{
	margin: 0;
	padding: 0;
}
#fullsize
{
	position: relative;
	width: 563px;
	height: 300px;
	padding: 2px;
	border: 1px solid #CCC;
	background: #000;
}
#information
{
	position: absolute;
	bottom: 0;
	width: 638px;
	height: 0;
	background: #121;
	color: #FFF;
	overflow: hidden;
	z-index: 200;
	opacity: .7;
	filter: alpha(opacity=70);
	margin-left: -74px;
	margin-bottom: -53px;
}
#information H3
{
	padding: 4px 8px 3px;
	font-size: 14px;
}
#information P
{
	padding: 0 8px 8px;
}
#image
{
	width: 500px;
}
#image IMG
{
	position: absolute;
	z-index: 25;
	width: auto;
	margin-left: -75px;
	margin-top: -45px;
}
.imgnav
{
	position: absolute;
	width: 25%;
	height: 302px;
	cursor: pointer;
	z-index: 150;
	margin-left: 0;
}
#imgprev
{
	left: 0;
	background: url(http://peroladopantanal.com.br/gabaritos/galeria/imagens/left.gif) no-repeat left center;
	margin-left: -71px;
}
#imgnext
{
	right: 0;
	background: url(http://peroladopantanal.com.br/gabaritos/galeria/imagens/right.gif) no-repeat right center;
}
#imglink
{
	position: absolute;
	height: 306px;
	width: 100%;
	z-index: 100;
	opacity: .4;
	filter: alpha(opacity=40);
}
.linkhover
{
	background: url(http://peroladopantanal.com.br/gabaritos/galeria/imagens/link.gif) no-repeat center center;
}
#thumbnails
{
	margin-top: 60px;
}
#slideleft
{
	float: left;
	width: 20px;
	height: 81px;
	background: url(http://peroladopantanal.com.br/gabaritos/galeria/imagens/scroll-left.gif) no-repeat center center;
	background-color: #222;
	/*[empty]+placement:;*/
}
#slideleft:hover
{
	background-color: #333;
}
#slideright
{
	float: right;
	width: 20px;
	height: 81px;
	background: #222 url(http://peroladopantanal.com.br/gabaritos/galeria/imagens/scroll-right.gif) no-repeat center center;
}
#slideright:hover
{
	background-color: #333;
}
#slidearea
{
	float: left;
	position: relative;
	width: 456px;
	margin-left: 5px;
	height: 81px;
	overflow: hidden;
}
#slider
{
	position: absolute;
	left: 0;
	height: 81px;
}
#slider IMG
{
	cursor: pointer;
	border: 1px solid #666;
	padding: 2px;
}

