#aqua_scroll {
	/*width:476px;*/
	height:700px;

}
#aqua_scroll .contenido {
	float:left;
	display:inline;
	/*width:476px;*/
	height:700px;
	overflow:hidden;
}
#aqua_scroll .scroll {
	float:left;
	display:inline;
	width:8px;
	height:700px;

}
#aqua_scroll .scroll .barra {
	position:absolute;
	width:8px;
	height:50px;
	background-image:url(scroll_bottom.gif);
	background-position:bottom;
	cursor:pointer;
	right: 0px;
	top: 0px;
}
#aqua_scroll .scroll .barra .top {
	background-image:url(scroll_top.gif);
	background-repeat:no-repeat;
	height:100px;
}
