
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
    top: 20px;
    width: 365px!important;
    height:374px!important;
	margin-bottom:34px;
	margin-left:30px;

}


.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}


.hide_scroll{ overflow: hidden!important;}

#custom_loader
{
    clear: both;
    background-color: #0b0b0b;
    background-image:url(../images/common/loader.gif);
    background-repeat:no-repeat;
    background-position: 50% 50%;
}

.preloader{ background:url(../images/common/preloader.gif) 50% 50% no-repeat;display:block;}




/*Promos*/





/*synopsis*/

.synposis_scroll
{
   width: 410px!important;
   height: 247px;
   line-height: 18px;
   color: #000;
   font-size: 14px;
   text-align: justify;
   padding-right: 5px;

}

.news_articles li
{
    list-style-type: none;
    float: left;
    text-align: left;
    padding-right:15px;
    padding-left: 5px;
    padding-bottom: 15px;
}


/*news*/


/*news*/


.tab_active{text-decoration: underline;}
.tab_inactive{text-decoration: none;}
.tab_inactive:hover{text-decoration: underline ;}
.read_more:hover{text-decoration: underline;}