/* CSS Document */

	    a:link, a:visited, a:hover{color:#FFF; }
		.scroll-pane {
	width:330px;
	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; 	}
		.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%;
	,margin-top: 5px; /*hack solo para Ie6, Ie7 e Ie8*/
		}
		.scroll-pane h1{

	color:#FFFFFF;
	font-size:12px;
	font-family: "Trebuchet MS";
	padding-left: 12px;
		}
		
	.foto{
,border:#cccccc 4px solid; /*hack solo para Ie6, Ie7 e Ie8*/ 
border:#cccccc 2px solid; 
}
