/* CSS Document */

#gal_visita div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	position: relative;
	top: 15px;
	left: 30px;
	width: 118px; 
	height: 362px;
	overflow: hidden;
	}
	#gal_visita div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		margin: 0px;
		padding:0px;
		width:94px;
		height:82px;
		padding-top: 32px;
		padding-left: 20px;
		margin-bottom: 10px;
		overflow:hidden;
		clear: both;
		background: url(../imagens/layout/frame_mini_visita.jpg) no-repeat top center;
		}
	#gal_visita div.scroller div.content {
		width: 10000px;
		}
		
	.cima
	{
		position: relative;
		top: 10px;
		left:30px;
		background: url(../imagens/layout/bt_sobe_visita.jpg) no-repeat top center;
		width: 113px;
		height:13px;
		cursor: pointer;
	}
	
	.baixo
	{
		position: relative;
		top: 20px;
		left: 30px;
		background: url(../imagens/layout/bt_desce_visita.jpg) no-repeat top center;
		width: 113px;
		height:13px;
		cursor: pointer;
	}

