/* CSS Document */



/* **************************************************************** */

/* CONTENEDOR GLOBAL */

DIV#filter {

	position: relative; 

	width: 495px; /*290px*/

	border-top: 1px solid #737373;

	border-bottom: 1px solid #737373;

}



DIV#filter P { 

	margin-top:0px; 

	margin-bottom:0px;

	color: #000000;

}



/* **************************************************************** */

/* SCROLL BAR */

DIV#filterScrollBar {

	position:absolute; 

	/*left:267px;*/

	right: 0px;

	width: 11px; /*23*/

	height: 230px; /*268*/

}



DIV#filterThumbContainer {

	background-color: #D8D8D8;

	position:relative; 

	z-index: 3; 

	left: 0px; 

	top: 5px; 

	width: 9px; 

}



DIV#filterThumb {

	position: absolute;

	cursor: pointer; 

	cursor: hand; 

	background-color: transparent; /*#5EBBE7*/

}



/* FIN SCROLL BAR */

/* **************************************************************** */

/* CONTENEDOR CONTENIDO */

DIV#filterContainer{

	position:absolute;

	overflow:hidden;

	top: 5px;

	clip:rect(0 500 238 0);

	visibility: visible;

	/*border: 1px solid yellow;*/

}



/* Contenido */

DIV#filterContainer #filterContent {

	position:absolute;

	left: -3px;

}


