.overview_news{
    border: #aaaaaa solid 1px;
    background-color: #fff;
    margin-bottom:10px;
    width: 706px;
    min-height:100px;
    
}
.overview_news h2{
    margin-left: 10px;
    margin-right:10px;
    font-family:arial;
    font-size: 14pt;
    font-weight: bold;
    color: #4c83cb;
    margin-bottom: 0;
}
.overview_news span{
    margin-left: 10px;
    margin-right:10px;
    font-family:arial;
    font-size: 9pt;
    font-weight: normal;
    color: #000;
}
.overview_news img{
    border: #dce1da solid 4px;
    margin-top:10px;
    margin-bottom:10px;
}
.overview_news h3{
    margin-left: 10px;
    margin-right:10px;
    font-family: arial;
    font-size: 9pt;
    font-weight: normal;
    color: #8f8f8f;
}
/*------------------------------*/
/*------------------------------*/
.overview_news_items{
    border: #aaaaaa solid 1px;
    background-color: #fff;
    margin-bottom:10px;
    width: 706px;
    min-height:100px;
}
.overview_news_items_pannel{
    width: 100%;
    min-height:35px;
    padding-top: 5px;
    background: #71a9cc; /* Old browsers */
    background: -moz-linear-gradient(top,  #71a9cc 0%, #4397bb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#71a9cc), color-stop(100%,#4397bb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #71a9cc 0%,#4397bb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #71a9cc 0%,#4397bb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #71a9cc 0%,#4397bb 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #71a9cc 0%,#4397bb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71a9cc', endColorstr='#4397bb',GradientType=0 ); /* IE6-9 */
    

}
.overview_news_items_pannel span{
    
    margin-left: 40px;
    margin-right:10px;
    font-family:arial;
    font-size: 12pt;
    font-weight: normal;
    color: #fff;
    margin-bottom: 0;
    text-align: center;;
}
.paging_container{
    position: absolute;
    width:500px;
    left: 500px;
}
.news_item_right{
    border-bottom: #aaaaaa solid 1px;
    background-color: #fff;
    margin-bottom:10px;
    width: 100%;
    height:110px;
}
.news_item_right img{
    border: #dce1da solid 4px;
    margin: 15px;
    margin-right:10px;
    float: left;
}
.news_item_right h2{
    margin-bottom: 0;
    margin-top: 15px;
    float: left;
}
.news_item_right h2 a{
    font-family: arial;
    font-size: 10pt;
    font-weight: bold;
    color: #4c83cb;
}
.news_item_right h3{
    font-family: arial;
    font-size: 9pt;
    font-weight: normal;
    color: #8f8f8f;
}
.news_item_right h4{
    font-family: arial;
    font-size: 9pt;
    font-weight: normal;
    color: #111111;
}
.news_item_right h4 a{
    font-family: arial;
    font-size: 9pt;
    font-weight: bold;
    color: #000;
}
/*-------------*/
.video_gallery{
    border: #aaaaaa solid 1px;
    background-color: #fff;
    margin-bottom:0px;
    width: 706px;
    min-height:100px;
}
.video_gallery_panel{
    position: relative;
    width:100%;
    height: 20px;
}
.video_gallery h1{
    font-family: arial;
    font-size: 14pt;
    font-weight: bold;
    color: #d8ab74;
    margin: 15px;    
}
.video_gallery_item{
    width:200px;
    height:260px;
    padding-left:10px;
    padding-right:10px;
    float: left;   
    margin: 5px; 
    overflow: hidden;
}
.video_gallery_item h2{
    font-family:arial;
    font-size:10pt;
    font-weight:bold;
    color:#d8ab74;
    margin:0;
}
.video_gallery_item h3{
    font-family: arial;
    font-size: 9pt;
    font-weight: normal;
    color: #8f8f8f;
}
.video_gallery_item h4{
    font-family: arial;
    font-size: 9pt;
    font-weight: normal;
    color: #111111;
}
.video_gallery_item h4 a{
    font-family: arial;
    font-size: 9pt;
    font-weight: bold;
    color: #000;
}
.video_gallery_item img{
    border: #dce1da solid 4px;
    margin-top:10px;
    margin-bottom:10px;   
}