.jScrollPaneContainer {
position: absolute;
top: 55%;
left: 550px;
margin-top: -230px;
margin-left: -450px; 
overflow: hidden;
z-index: 1;
}

.scroll-pane {
width: 450px;
height: 400px;
overflow: auto;
background: #fff; /* Цвет фона */
opacity: 0.75; /* Значение прозрачности */
filter: alpha(Opacity=75); /* Прозрачность в IE */
}

.news {
position: absolute;
	width:95%;
	padding-top:5%;
	right: 50px;
	overflow:hidden;
	height:40px;
	color:#fff;
}
* html .news {background:none;}
.news2,
.news3 {
	background:none !important;
	width:400px;
}
.news3 {width:1000px;}
.news .bg {
	width:100%;
	margin:0 15px;
	overflow:hidden;
}

div.move {
	overflow:hidden;
	font-size: 150%;
	width:99999px !important;
	padding:0 10px;
}
.news2 div {padding:0;}
.news p {
	float:left;
	width:auto;
	margin:0;
	padding:0 20px 0 0;
}
.news p img {
	display:inline;
	vertical-align:middle;
}
		a {color:#0282B2; text-decoration:none;}
		a:hover {text-decoration:underline;}
