#viewer {
	clear:both;
	width:700px;
	height:80px;
	background-color:#FFF;
	padding:3px 30px;
	overflow:hidden;
}
#viewerFrame {
	clear:both;
	width:705px;
	padding:0;
}
#viewer img {
	width:130px; 
	height:70px; 
	margin:5px; 
	display:inline; 
	border:0;
}
#viewer a {
	display:block; 
	width:140px; 
	height:100px;
	float:left;
	cursor:default;
}
#caixaViewer{
	position:relative;
	width:766px;
}

#btn1{
	position:absolute;
	left:0px;
	top:1px;
	cursor:pointer;
}
#btn2{
	position:absolute;
	right:0px;
	top:1px;
	cursor:pointer;
}
