.SCR_CONTE_scroll{ 
	width: 100%;
	height: 75px;
	overflow: hidden;
	position: relative;
}

.SCR_CONTE_scrollContenidos{ 
	width: 100%;
	height: auto;
	position: absolute;
}

.SCR_CONTE_scrollBotones{ 
	width: auto;
	height: auto;
	float: right;
	padding: 4px 0px 0px 5px;
}

.SCR_BOTON_arriba{ 
	width: 16px;
	height: 16px;
	background: #ffffff url(images/scroll/scroll_flecha_arriba.gif) no-repeat center;
	/*border: 1px solid #bdbabd;*/
	float: left;
	cursor: pointer;
	margin: 0 0px 0 2px;
}

.SCR_BOTON_abajo{ 
	width: 16px;
	height: 16px;
	background: #ffffff url(images/scroll/scroll_flecha_abajo.gif) no-repeat center;
	/*border: 1px solid #bdbabd;*/
	float: left;
	cursor: pointer;
}

.SCR_BOTON_arriba_ON{ 
	width: 16px;
	height: 16px;
	background: #bce6e9 url(images/scroll/scroll_flecha_arriba.gif) no-repeat center;
	/*border: 1px solid #bdbabd;*/
	float: left;
	cursor: pointer;
	margin: 0 0px 0 2px;
}

.SCR_BOTON_abajo_ON{ 
	width: 16px;
	height: 16px;
	background: #bce6e9 url(images/scroll/scroll_flecha_abajo.gif) no-repeat center;
	/*border: 1px solid #bdbabd;*/
	float: left;
	cursor: pointer;
}