/* vertical */
/* start edit */
div.scroller {
	width: 154px;
	height: 227px;
	top: 29px;
	margin-top: 0px;
	position:relative;
	
}
div.scroller .content {
	border: 1px solid #888888;
	background-image:url(images/gris_fondo_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #ffffff;
	width: 154px;
	height: 227px;
	overflow: hidden;
	float: left;
	display: inline;

}
div.scroller .scrollarea {
	height: 170px;
	width: 9px;
	cursor: pointer;
	display:inline;
	position:relative;
	float: right;
	top: -228px;
	right: -13px;
}
/* end edit */
div.scroller .content ol {
	margin-left: 0px; /* ie only */
}
div.scroller .content p {
	margin-left: 0px; /* ie only */
}
div.scroller div.scrollBarContainer {
	height: 210px; /* edit me (ff: height - 18px - ie: height - 46px) */
	background-color: #999999;
}

div.scroller .scrollKnob {
	width: 5px;
	margin: 1px;
	border: 1px solid #a0000c;
	background: #d3000c;
	min-height: 10px;
}
div.scroller .scrollForward, div.scroller .scrollBack {
	width: 5px;
	margin: 1px;
	border: 1px solid #a0000c;
	background: #d3000c;
	height: 5px !important;
}
/* horizontal */
div.horzscroller {
	width: 200px;
	height: 160px;
	margin-left: 100px;
	margin-top: 50px;
	border: 1px solid #ddd;
}
div.horzscroller .content {
	height: 200px; /* edit me */
	width: 200px; /* edit me */
	overflow: hidden;
}
div.horzscroller .content p {
	margin-left: 0px; /* edit me */
	width: 500px;	
}
div.horzscroller .scrollarea {
	height: 9px;
	width: 200px;
	border-top: 1px solid #ddd;
	cursor: pointer;
}
div.horzscroller div.scrollBarContainer {
	width: 180px;
	margin-right: 2px;
	height: 7px;
	float: left;
	background-image: url(images/gris_fondo_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
div.horzscroller .scrollKnob {
	height: 5px;
	margin: 1px;
	border: 1px solid #999;
	background: #ccc;
	min-width: 10px;
}
div.horzscroller .scrollForward, div.horzscroller .scrollBack {
	float: left;
	height: 5px;
	margin: 1px;
	border: 1px solid #a0000c;
	background: #d3000c;
	width: 5px;
}
/* both */
div.bothscroller {
	width: 200px;
	height: 160px;
	margin-left: 100px;
	margin-top: 50px;
	border: 1px solid #ddd;
}
div.bothscroller .content {
	height: 150px;
	width: 190px;
	overflow: hidden;
	float: left;
}
div.bothscroller .content ol {
	margin-left: 30px;
}
div.bothscroller .content p {
	margin-left: 10px;
	width: 500px;	
}
div.bothscroller .wscrollarea {
	clear:both;
	height: 9px;
	width: 200px;
	border-top: 1px solid #ddd;
	cursor: pointer;
}
div.bothscroller .wscrollarea div.scrollBarContainer {
	width: 180px;
	margin-right: 2px;
	height: 7px;
	float: left;
	background-image: url(images/gris_fondo_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
div.bothscroller .wscrollarea .scrollKnob {
	height: 5px;
	margin: 1px;
	border: 1px solid #999;
	background: #ccc;
	min-width: 10px;
}
div.bothscroller .wscrollarea .scrollForward, div.bothscroller .wscrollarea .scrollBack {
	float: left;
	height: 5px;
	margin: 1px;
	border: 1px solid #a0000c;
	background: #d3000c;
	width: 5px;
}

div.bothscroller .vscrollarea {
	height: 150px;
	width: 9px;
	float: left;
	border-left: 1px solid #ddd;
	cursor: pointer;
}
div.bothscroller .vscrollarea div.scrollBarContainer {
	height: 132px;
	background-image: url(images/gris_fondo_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
div.bothscroller .vscrollarea .scrollKnob {
	width: 5px;
	margin: 1px;
	border: 1px solid #999;
	background: #ccc;
	min-height: 10px;
}
div.bothscroller .vscrollarea .scrollForward, div.bothscroller .vscrollarea .scrollBack {
	width: 5px;
	margin: 1px;
	border: 1px solid #a0000c;
	background: #d3000c;
	height: 5px;
}