#Album{
/*	background-color:#eceeed;*/
	width: 759px;
	margin: 0 auto 20px;

	
}
#ThumbNails{

	background:#A5CCDB;
	border-bottom:thick none black;
	height:70px;
	overflow:hidden;
	padding:2px 40px;
	position:relative;
	vertical-align:middle;
	width:575px;

}
#ThumbNails img{
	height: 61px;
	width:146px;
	margin: 0px 4px;
	vertical-align:middle;
	padding: 2px;
	background:#ffffff;
	cursor:pointer;
	position:relative;
	top:-2px;
}
#ThumbNails ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:5px 0 5px 20px;
	position:relative;
}
#ThumbNails ul:after{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
#ThumbNails li{
	float:left;
}
#ThumbNails img.botaoesq{
	background:transparent;
	behavior:url(css/iepngfix.htc);
	cursor:pointer;
	height:74px;
	width:100px;
	left:-4px;
	padding:0;
	position:absolute;
	top:0;
	vertical-align:middle;
	z-index:100;
}
#ThumbNails img.botaodir{
	background:transparent;
	behavior:url(css/iepngfix.htc);
	cursor:pointer;
	height:74px;
	width:100px;
	padding:0;
	position:absolute;
	right:-4px;
	_right:-5px;
	top:0;
	vertical-align:middle;
	z-index:100;
}
#ImagemMaior{
	height:282px;
	width:100%;
}
#ImagemCentro{
	text-align:center;
	width:655px;
}
#move {
	width:3000px;
}
#fade {
	z-index:150;
	display:none;
	position: absolute;
	top:0;
	left:0;
	background:#000000;
	width:100%;
	-moz-opacity: 0.3;
	opacity:.30;
	filter: alpha(opacity=30);	
}
#comb_popup {
	display:none;
	margin:5% 21%;
	*margin:85px;
	position:absolute;
	text-align:center;
	z-index:200;
	width:800px;
}
#cont_interno {
	border: 28px #7D5428 solid;
	background:#CEB87F none repeat scroll 0 0;
	margin:0 auto;
	min-height:20px;
	padding:25px 5px;
	z-index:200;	
}
#cont_interno img{
	border: 10px #FFFFFF solid;
	width: 660px;
}
.fechar{
	float:right;
	height:21px;
	width:21px;
	background: transparent url(../imgs/album/fechar.gif) no-repeat;
	cursor:pointer;
	position:absolute;
	margin:5px;
	right:0;

}	