#slider {

	/* You MUST specify the width and height */
	vertical-align:top;
	width:832px;
	height:295px;
	position:relative;
	overflow:hidden;
}

#mask-gallery {
	width: 764px !important;
	float:left;
	overflow:hidden;
	height:295px;
}

#gallery {

	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
height:980px;
	z-index:0;

	/* width = total items multiply with #mask gallery width */
	width:760px;
	overflow:hidden;
}

	div.buttons {

		float:left;
		padding-top:115px;
		width:27px;
		vertical-align: middle;
	}

	div.buttons a#btn-prev{
		display: block;
		background:url("../img/arrow_left.png");
		width:27px;
		height: 48px;
	}

	div.buttons a#btn-prev:hover{
		background:url("../img/arrow_left_over.png");
	}

	div.buttons a#btn-next{
		display: block;
		background:url("../img/arrow_right.png");
		width:27px;
		height: 48px;
	}

	div.buttons a#btn-next:hover{
		background:url("../img/arrow_right_over.png");
	}


	#gallery li {
		font-family: Arial, Verdana, Helvetica;
		vertical-align: top;
		float:left;
	}

	#gallery li span{
		display:block;
		float:left;
		width:178px;
		margin: 0px 6px;
		border: 1px solid #A6BFDB;
	}

	#gallery li span a img{
		width: 178px;
		height: 150px;
		border:0px;
		margin:0px;
	}

	#gallery li span a{
		margin:0px;
		padding:0px;
		display:block;
	}

	#gallery li span h3{
		text-align: center;
		padding: 4px 0px;
		background-color: #fff;
		font-size: 12px;
		color: #134782;
		margin:0px;
	}
	#gallery li span h4{
		height: 30px;
		text-align: center;
		margin:0px;
		font-size: 12px;
		background-color: #D4E7F9;
		color: #134782;
		font-weight: bold;
		font-family: Arial;
		padding: 8px 0px;
		display:block;
	}
	#gallery li span p{
		height: 50px;
		text-align: center;
		padding:5px 0px;
		margin: 3px;
		background-color: #EBF3FC;
		color: #134782;
		
		font-size: 12px;

	}

.busca1 {
	background-color:#FFFFFF;
	border:thin solid #B2B6C5;
	color:#05037E;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-style:normal;
	height:20px;
	padding:1px;
	width:135px;
}

.campo-codigo {
	background-color:#FFFFFF;
	border:thin solid #B2B6C5;
	color:#05037E;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-style:normal;
	height:20px;
	padding:1px;
	width:45px;
}
