/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: url(../img/bgblack.png) ;
	-moz-border-radius-bottomright: 5px;
     border-bottom-right-radius: 5px;
	 -moz-border-radius-topright: 5px;
     border-top-right-radius: 5px;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	/*background: #dde;*/
	position: relative;
}

.jspDrag
{
	background: #EDEDED;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{ background:url(../img/bgblack.png);
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	-moz-border-radius-bottomright: 5px;
     border-bottom-right-radius: 5px;
	 -moz-border-radius-topright: 5px;
     border-top-right-radius: 5px;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background:#000;
	
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}




			.scroll-pane
			{
				width: 730px;
				height: 430px;
				overflow: auto;
				border: solid 1px #D7D7D7; 
				-moz-border-radius: 5px; 
				border-radius: 5px; 
				float: right;
				background:url(../img/bgblack.png); 
				margin-top: 30px;
				
			}
			
			.scroll-pane iframe{ margin: 35px 0px 0px 35px;}
			
			#directoreslista{
				margin-top: 30px;
				width: 200px;
				height: 210px;
				overflow: auto;
				border: solid 1px #D7D7D7; 
				-moz-border-radius: 5px; 
				border-radius: 5px; 
				float: left;
				background:url(../img/bgblack.png);
				padding-top:10px;
			}
			
			#directoreslista ul{
			/*	float:left;
				clear:both;
				text-decoration:none;
				color: #D7D7D7;
				margin:5px 0px 0px 15px;
				font-family:Verdana, Geneva, sans-serif;
				font-size:13px;*/
				list-style:none; float:left; margin: 10px 0px 0px 0px;
				
			}
			
	
			
			#directoreslista ul li{
				float:left;
				clear:both;
				text-decoration:none;
				color: #D7D7D7;
				margin:5px 0px 0px 15px;
				font-family:Verdana, Geneva, sans-serif;
				font-size:13px;
				
			}
			
			/*#directoreslista ul li:first-child{ font-weight:bold;}*/
			
			#directoreslista ul li a{
				float:left;
				clear:both;
				text-decoration:none;
				color: #D7D7D7;
				margin:5px 0px 0px 15px;
				font-family:Verdana, Geneva, sans-serif;
				font-size:13px;
				
			}
			
			
			#directoreslista a:hover{
				color:#FFF;
				transition:color .7s;
-moz-transition:color .7s; /* Firefox 4 */
-webkit-transition:color .7s; /* Safari and Chrome */
-o-transition:color .7s; /* Opera */
			}