#galeryBody {
	width: 100%;
	height: auto;
}

.albumBody {
	width: 240px;
	height: 60px;
	padding: 10px;
	background: #F2F2F2;
	float: left;
	margin-right: 16px;
	margin-bottom: 20px;
	border: 1px dashed #CCCCCC;
	cursor: pointer;
}

.albumBody-r {
	width: 240px;
	height: 60px;
	padding: 10px;
	background: #F2F2F2;
	float: left;
	margin-bottom: 20px;
	border: 1px dashed #CCCCCC;
	cursor: pointer;
}

.thumbBody {
	width:80px;
	height: 60px;
	overflow: hidden;
	text-align:center;
	margin: 0px;
	padding: 0px;
	float:left;
}

.thumb {
	height: 60px;
	margin: auto;
	padding: 0px;
}

.textBody {
	width: 145px;
	height: 60px;
	float: left;
	margin-left: 15px;
	padding: 0px;
}

.textBody h1 {
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}

.textBody h2 {
	font-family: verdana, verdana, arial;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	line-height: normal;
}

.espaco {
	width: 100%;
	height:5px;
	clear:both;
}



#pages {
	font-family: Tahoma ,Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 1px;
	left: 50%;
	position: relative;
	float: left;
	width:auto;
}
#pages ul {
	padding: 0;
	width: auto;
	margin: 0;
	list-style-type: none;
	left: -50%;
	position: relative;
}
#pages li {
	float: left;
	display: inline;
	margin: 0 5px 0 0;
	display: block;
}


#pages li a {
	color: #64B7EC;
	padding: 2px 6px;
	border: 1px solid #64B7EC;
	text-decoration: none;
	float: left;
}

#pages li a:hover {
	color: #64B7EC;
	background: #F1F1F1;
	border: 1px solid #64B7EC;
}
#pages li.nolink {
	color: #CCCCCC;
	border: 1px solid #CCCCCC;
	padding: 2px 6px;
}
#pages li.current {
	color: #FFF;
	border: 1px solid #64B7EC;
	padding: 2px 6px;
	background: #64B7EC;
}












#slideshow {list-style:none; color:#fff}
#slideshow span {display:none}
#wrapper {width:100%; display:none}
#wrapper * {margin:0; padding:0}
#fullsize {position:relative; width:99%; height:400px; padding:2px; border:1px solid #ccc; background:#000}
#information {position:absolute; bottom:0; width:99%; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
#information h3 {padding:4px 8px 3px; font-size:14px}
#information p {padding:0 8px 8px}
#image {width:100%}
#image img {position:absolute; z-index:25; height:400px;}
.imgnav {position:absolute; width:25%; height:400px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(images/left.gif) left center no-repeat}
#imgnext {right:0; background:url(images/right.gif) right center no-repeat}
#imglink {position:absolute; height:400px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(images/link.gif) center center no-repeat}
#thumbnails {margin-top:15px}
#slideleft {float:left; width:20px; height:66px; background:url(images/scroll-left.gif) center center no-repeat; background-color:#222}
#slideleft:hover {background-color:#333}
#slideright {float:right; width:20px; height:66px; background:#222 url(images/scroll-right.gif) center center no-repeat}
#slideright:hover {background-color:#333}
#slidearea {float:left; position:relative; width:91%; margin-left:6px; height:66px; overflow:hidden}
#slider {position:absolute; left:0; height:66px}
#slider img {cursor:pointer; border:1px solid #666; padding:2px; height:60px; }
