/* **************************************************************** */
/* CONTENEDOR GLOBAL */
DIV#filter {
/*
	position:absolute; 
	left:19px; top:45px; 
	width: 266px;
	height:128px;
	border: 1px solid red;*/
}

DIV#filter P { 

}

/* **************************************************************** */
/* SCROLL BAR */
DIV#filterScrollBar {
	position:absolute; 
	/*left:267px;*/
	right: 0;
	/*border: 1px solid blue;*/
}

DIV#filterThumbContainer {
	position:relative; 
	z-index:3; 
	left: 0; /*13px*/ 
	top: 7px;
	width:11px; /*9*/
	/*border: 1px solid green;*/

}

DIV#filterThumb {
	position: absolute; 
	cursor: pointer; 
	cursor: hand; 
	background-color: transparent; /*#5EBBE7*/
}

/* Botones */
DIV#filterScrollBar A#filterArrowUp {
	position: absolute;
	left: 0px; top: 0px;
	/*background-image: url(../img/arrow_up.gif);
	background-repeat: no-repeat;
	background-position: left top;*/
	display: block;
	width: 13px; height: 13px;
	font-size: 1px;
	z-index:800;
}
DIV#filterScrollBar A#filterArrowDown {
	position: absolute;
	left: 0px; bottom: 0px;
	/*background-image: url(../img/arrow_down.gif);
	background-repeat: no-repeat;
	background-position: left top;*/
	display: block;
	width: 13px; height: 13px;
	font-size: 1px;
	z-index:801;
}

/* FIN SCROLL BAR */
/* **************************************************************** */
/* CONTENEDOR CONTENIDO */
DIV#filterContainer{
	position:absolute; 
	overflow:hidden; 
	/*clip:rect(0 472 500 0);*/ /*0 254 267 0*/
	/*border: 1px solid yellow;*/
}

/* Contenido */
DIV#filterContainer #filterContent {
	/*position:absolute; */
	
}