/* CSS Document */

	    a:link, a:visited, a:hover{color:#FFF;}
		.scroll-pane {
	width:200px;
	height:220px;
	overflow: auto;
	float: left;
	
		}
		
         /*JScrollPane CSS*/
		.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding-right:0px;
	margin-left: 35px;
	
	
		}
		.jScrollPaneTrack{
	position:absolute;
	cursor:pointer;
	right:0;
	top:0;
	height:100%;

	background-image: url(/images/desp/fondo.gif);

		}
		.jScrollPaneDrag{
	position:absolute;
	cursor:pointer;
	overflow:hidden;
	background-image: url(/images/desp/btn.jpg);

			}
		
		.scroll-pane{
	padding:0;
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	font-size: 10px;
}
		.scroll-pane p{
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	color:#FFFFFF;
	font-size:12px;
	line-height:14px;
	font-family: "Trebuchet MS";
	padding-top: 6px;
	padding-left: 12px;
		}
		.scroll-pane h3{
	color:#FFFF99;
	font-size:16px;
	font-family: "Trebuchet MS";
	padding-left: 12px;
	line-height: 5%;

		}
		.scroll-pane h1{

	color:#FFFFFF;
	font-size:12px;
	font-family: "Trebuchet MS";
	padding-left: 12px;
		}

