div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
	width: 440px;
	height: 480px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	/*border:1px solid #3A85A9;*/
	}
#flechas {
	background-image: url(../venta_de_ganado_por_internet/bgfle.jpg);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	height: 38px;
	width: 432px;
	display: block;
	margin-top: -8px;
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	color: #FFF;
}

	div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:420px;
	height:460px;
	overflow:hidden;
	float:left;
	padding: 5px;
	cursor: pointer;
	background-color: #FFF;
	border: 1px solid #CCC;
	margin-right: 30px;
		}
	div.scroller div.content {
		width: 10000px;
		}

	div#section2 {
		
		}
		
		
#flechas a:link, #flechas a:active, #flechas a:visited  {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	border: 1px solid #999;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
		}			
#flechas a:hover  {
	background-color: #333;		
		}		

