@charset "UTF-8";
/* CSS Document */


p {
margin-bottom:20px;	
margin-top:0;
}


#background-image {
background: url(../images/back3.jpg) no-repeat;	
}


#left-content {
	background:#000;
	//background: url(../images/frontback.jpg) no-repeat;
	height:450px; 
	padding:0px;
	border:0px solid #f00;
	position:relative;
	width:750px;
	float:left;
	box-shadow:0 7px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 7px 10px rgba(0,0,0,0.5);
	-moz-box-shadow:0 7px 10px rgba(0,0,0,0.5);
}

.left-content-contanier ::-webkit-scrollbar {
    width: 12px;
}

.left-content-contanier ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.left-content-contanier ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}



.left-content-contanier {
	margin:35px 35px 0px 45px;	
	border:0px solid #f00;
	height:370px;
	overflow:auto;
}


.content {
margin:0 150px 0 0;	
position:relative;
}


#right-content {
height:450px;	
}

/* .jScrollPaneContainer 	{ position: relative; overflow: hidden; z-index: 1; }

.jScrollPaneTrack 		{ position: absolute; cursor: pointer; right: 0px; top: 0px; height: 100%;
						  background: url(../images/scrollbar-bar.png) top center repeat-y; padding: 0px; }

.jScrollPaneDrag	{ position: absolute; background: url(../images/scrollbar-button.png) center center no-repeat;
					  cursor: pointer; overflow: hidden; top:0;left:0; } */