body {
    background-color: #EAEAEA;
    font: 70%/1.3em Verdana, Tahoma, arial, sans-serif;
}

p {
    margin: 5px;    
}

/*??????*/
h1 {
    font-weight: bold;
    margin-top: 0;    
    line-height: normal;
}

h2 {
    margin-top: 0;
    margin-bottom: 5px;
}

h3 {
    font-size: 15px;
    text-transform: uppercase;
    margin: 0 0 5px 5px;
    padding-top: 15px;
}

/*?????*/
input {
    padding:2px;
    border: 3px solid #eee;
    font: normal 1em Verdana, sans-serif;
    color:#777;
}

textarea {
    padding:2px;
    border: 3px solid #eee;
    font: normal 1em Verdana, sans-serif;
    color:#777;
}

input.button { 
    font: bold 12px Arial, Sans-serif; 
    height: 22px;
    margin: 0 0 0 -5px;
    padding: 3px;
    color: #FFF;
    background: #FFFFFF url(/img/button.png) repeat-x 0 0;
    border: none;
    text-transform: uppercase;
    cursor: pointer;    
}

.niceRadio {  
    width: 16px;
    height: 16px;
    display: inline-block;
    cursor: pointer;
    background: url(/img/radio.png);
    overflow: hidden;
}

.radioChecked {
    background-position: 0 -16px;
}

.niceRadio input {
    margin-left: -20px;
}

#biggest_container {
    margin: 0px auto 0px;    
    position: relative;
    width: 1000px;
    /*-webkit-box-shadow: 0px 0px 8px 8px #333;
    -moz-box-shadow: 0px 0px 8px 8px #333;
    box-shadow: 0px 0px 8px 8px #333;*/
}

.main_div {
    width: 900px;    
    background-color: #FFFFFF;
    padding-left: 50px;
    padding-right: 50px;
    display: inline-block;
}

.main_bg {
    background-color: #EBEBEB;
}

#metabutton {
    position: absolute;
    left: 883px;
    top: 50px;
}


/*??????? ??????*/
#top {
    width: 900px;
    height: 33px;
    border-bottom: 3px solid #E1E1E1;
}

.online {
    margin: 10px;
    float: left;
}

.add_fave{
    float: left;
    padding-top: 5px;
}

#yashare {
    float: left;
    margin: 4px 0 5px 410px;
}

.weather{    
    float: right;
    padding-top: 5px;
}

/*?????*/
#header{
    width: 900px;
    height: 75px;
    border: 1px solid white;
}

.logo{
    float: left;
}

.logo img{
    margin-top: 10px;
    margin-bottom: 10px;
}

.day{
    background: url(/img/date.png) no-repeat 5px 8px;
    height: 40px;
    width: 23px;
    padding: 21px 0 0 17px;
    font-weight: bold;
    float: left;
}
.date{
    height: 40px;
    padding: 19px 5px 0 0px; 
    float: left;
}

.date {
    margin: 0;
    font-weight: bold;
}

.date p {
    margin: 0;
}

.week {
    font-style: italic;
    font-weight: normal;
}

.time {
    margin: 0;
    padding-top: 19px;
    float: left;
    font-style: italic;

}

/*?????*/
.searchform {
    float: right;
    margin-top: 35px;
}

.searchform input.text {
    width: 220px;
}

/* ???? */
#nav {
    height: 36px;  
}

#nav ul {
    float: left;
    list-style: none;
    background: url(/img/divider.png) repeat-x;	
    width: 900px;		
    margin: 0px;
    padding: 0;	
    display: inline;
}   

#nav ul li a {
    display: block;
    float: left;
    width: auto;
    padding: 5px 12px 0 12px;
    margin-right: 2px;
    color: #FFFFFF;
    font:  13px/2.8em Verdana, Tahoma, arial, "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
    text-transform: uppercase;
    text-decoration: none;	
    letter-spacing: 0px;
    background: url(/img/passive.png) repeat-x;
}
#nav ul li a:hover, 
#nav ul li a:active {
    background: url(/img/hover.png) repeat-x;	
}
#nav ul li.current a {	
    background: url(/img/active.png) repeat-x;	
}

.sub_menu {    
    float: right;
    list-style: none;
    display: inline;
    height: 30px;
    width: 480px;
    padding-top: 3px;
}

.sub_menu li a {
    display: block;
    float: left;
    color: white;
    font-weight: bold;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}

.title_href{
    color: black;
    line-height: 100%;
}

.title_href2{
    color: black;
    line-height: 100%;
    font-size: 13px;
}

/*adv*/
.advert {
    margin-top: 5px;
}

/*???*/
#bottom {
    width: 1000px;
    margin: 0px auto 0px;
}

/*?????*/
#footer {
    width: 1000px;
    height: 130px;
    background-color: black;   
}

.society {
    height: 30px;
    width: 70px;
    padding: 10px 10px 0 30px;
    float: left;
}

.copyright {
    height: 30px;
    width: 360px;
    padding-top: 12px;
    float: left;
    color: #6E6E6E;
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
}

.copyright a {
    color: #6E6E6E;
    font-size: 11px;
    font-style: italic;
    text-decoration: none;    
}

#poll {
    width: 900px;
    background-color: #262626;
    padding-left: 50px;
    padding-right: 50px;
    display: inline-block;
}

.poll_logo {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 2px solid #313131;    
}

.go_top {
    width: 50px;
    background: url(/img/top.png) no-repeat 33px;
    display: block;
    font-style: italic;
    text-decoration: none;
    color: white;
    float: right;
}

.poll_body {
    border-top: 3px solid #191919;
    width: 900px;
}

.poll_title {
    width: 150px;
    float: left;
}

.poll_title1 {
    font-weight: bold;
    color: white;
    margin-left: 0;
    text-transform: uppercase;
}

.poll_title2 {
    font-weight: bold;
    color: #ACABAB;
    margin-left: 0;
    font-size: 11px;

}

.poll_form {
    width: 480px;
    float: left;
    padding-top: 25px;

}

.poll_menu {
    list-style: none;
    display: inline;
    padding-top: 3px;
}

.poll_menu li {
    float: left;
    width: 220px;    
}

.poll_menu li label {
    margin-top: 0;
    font-size: 10px;
    color: white;    
}

#vote_btn {
    margin: 10px 0 10px 150px;   
    clear: both;
}

.poll_ended {
    width: 250px;
    float: right;

}

.other_poll {    
    list-style: none;
    margin: 0;
    padding: 0;
}

.other_poll li a {    
    text-decoration: none;
    color: #32A1D7;
    font-weight: bold;
}

.other_poll li p {    
    color: #636467;
    font-size: 10px;
    margin: 0;
    margin-bottom: 10px;
}

.poll_menu_res {
    list-style: none;
    padding-top: 3px;
}

.variant {
    color: white;
    width: 170px;
    text-align: right;
    clear: both;
    float: left;
}

.res_line {
    float: left;
    margin-top: 10px;
    height: 8px;
    background: url(/img/opros.jpg) repeat-x;    
}

.proc {
    float: left;
    color: #767575;
    width: 30px;
}

.black_font {
    color: black;
}

.gray_font {
    color: #32A1D7;
}

/*preview tatupedia*/
#disabled_frame
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 1;
    filter:alpha(opacity=100);
    -moz-opacity:1;
    z-index: 2;
    display: none;
}

.frame
{
    position: absolute;
    width: 1000px;
    height: auto;
    z-index: 100;
    display: none;
    padding: 10px;
    background-color: white;
    padding: 20px;
}
#cansel_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    text-decoration: underline;
    color: blue;
    margin: 0;
}

/*admin forms*/
#disabled_page
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
    filter:alpha(opacity=50);
    -moz-opacity:.50;
    z-index: 2;
    display: none;
}

.form
{
    position: absolute;
    width: 550px;
    height: auto;
    z-index: 100;
    display: none;
    border: double black 1px;
    padding: 10px;
    background-color: white;
    background-color: #EBEBEB;
    padding: 20px;
    border: 2px solid #D3D2D1;
}
#cansel_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    text-decoration: underline;
    color: blue;
    margin: 0;
}
.formText {
    width: 360px;
    height: 17px;
    margin-bottom: 10px;
    border-color: #D3D2D1;
}

.formText2 {
    width: 550px;
    height: 200px;
    margin-bottom: 10px;
    border-color: #D3D2D1;
}

.videoCode{
    z-index: 0;
}

.butLink {
    cursor: pointer;
    text-decoration: underline;
    color: blue;
}

.logout{
    position: absolute;
    top: 10px;
    left: 450px;
}

.formphoto {
    float: left;
    margin: 5px;
}

.photonews {
    background: url(/img/cam.png) no-repeat 5px 0;
    padding: 0 0 0 25px;
}

.photonews2 {
    background: url(/img/cam.png) no-repeat 5px 0;
    text-indent: 25px;
    z-index: 100;
}

.photonews3 {
    background: url(/img/cam.png) no-repeat 5px 5px;
    padding: 0 0 0 25px;
}

.videonews {
    background: url(/img/video.png) no-repeat 5px 0;
    padding: 0 0 0 25px;
}

.videonews2 {
    background: url(/img/video.png) no-repeat 5px 0;
    text-indent: 25px;
    z-index: 100;
}

.videonews3 {
    background: url(/img/video.png) no-repeat 5px 5px;
    padding: 0 0 0 25px;
}

.photo_videonews {
    background: url(/img/photo-video.png) no-repeat 5px 0;
    padding: 0 0 0 45px;
}

.photo_videonews2 {
    background: url(/img/photo-video.png) no-repeat 5px 0;
    text-indent: 43px;
    z-index: 100;
}

.photo_videonews3 {
    background: url(/img/photo-video.png) no-repeat 5px 5px;
    padding: 0 0 0 40px;
}

/* CSS Document */

ul#cssmenu ul {
    margin: 0;
    border: 0 none;
    padding: 5px 0;
    list-style: none;
    display: none;
    position: absolute;
    top: 153px;
    left: 120px;
    z-index: 100;    
    float: left;
    width: 225px;
    background: url(/img/menu_bg.png) repeat;
    border-radius: 7px;  
    -o-border-radius: 7px; 
    -moz-border-radius: 7px;       
}

ul#cssmenu ul:after {
    clear: both;
    display: block;
    font: 1px/0px serif;
    content: ".";
    height: 0;
    visibility: hidden;
    background: none;
}

ul#cssmenu ul li {
    display: block;
    float: left;
    width: 100px;
    padding: 0 5px 0 5px;
    margin-right: 2px;
}

ul#cssmenu ul li a {
    display: block;
    float: left;
    width: 100px;
    padding: 0 5px 0 5px;
    margin-right: 2px;
    color: #FFFFFF;
    font: bold 12px/2.0em Verdana, Tahoma, arial, "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
    text-decoration: none;	
    letter-spacing: 0px;
    background: none;
    line-height: 18px;        
}


/* Second Menu */
ul#cssmenu li:hover li a,
ul#cssmenu li.iehover li a {
    text-transform: none;
    color: #FFFFFF;
    font-variant: normal;
    background: none;    
}

/* Second Menu Hover */
ul#cssmenu li:hover li a:hover,
ul#cssmenu li:hover li:hover a,
ul#cssmenu li.iehover li a:hover,
ul#cssmenu li.iehover li.iehover a {
    color:#2D9FDD;
    background: none;
}

ul#cssmenu ul ul {
    display: none;
    position: absolute;
    top: 0;
    left: 170px;
}

ul#cssmenu li:hover ul ul,
ul#cssmenu li.iehover ul ul {
    display: none;
}

ul#cssmenu li:hover ul,
ul#cssmenu ul li:hover ul,
ul#cssmenu li.iehover ul,
ul#cssmenu ul li.iehover ul {
    display: block;
}

.test_answer {
    color: black;
    font-size: 13px;
    width: 200px;
    float: left;
    margin: 0;
    min-height: 50px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

.question0 {
    background-color: #979797;
}

.question1 {
    background-color: #565656;
}

.question2 {
    background-color: #424242;
}

.question3 {
    background-color: #b4b4b4;
}

.test_question_text {
    clear: left;
    font-size: 13px;
    color: white;
}

.test_question {
    display: block;
    padding: 5px;
}
.question_num {
    color: #3385bf;
    font-weight: bold;
    font-size: 30px;
    display: inline-block;
}


#result_box {
    border: gray 1px solid;
    background-color: #cccccc;
    padding: 5px;
    margin: 5px;
    display: none;
    font-size: 13px;
}

#result_button {
    float: right;
    margin: 7px;
    display: none;
}

.our_rights {
    font-size: 10px;
    color: #fffeed;
    position: absolute;
    width: 490px;
    left: 490px;
    margin-top: 75px;
}

#test_body {
    background-color: #262626;
    margin: 0;
    width: 900px;
    float: left;
    padding-top: 10px;
}

.test_title {
    margin: 10px 20px;
}

.test_title2 {
    color: white;
    font-weight: bold;
    font-size: 14px;
    float: left;
}

.qoute_open {
    width: 12px;
    height: 10px;
    background: url(/img/qoute_open.png) no-repeat;
    float: left;
}

.qoute_close {
    width: 12px;
    height: 10px;
    background: url(/img/qoute_close.png) no-repeat;
    float: left;
}

.test_pages {
    float: right;
    color: white;
    text-transform: uppercase;
    text-align: center;
    min-width: 100px;
    height: 40px;
    background-color: #191919;
    margin-left: 10px;
    padding: 5px;
}

.curr_page {
    font-size: 22px;
    font-weight: bold;
}

.last_page {
    font-size: 16px;
    font-weight: bold;
}

.tryTestAgain a {
    color: #5B5A5A;
    font-weight: bold;
    font-size: 13px;
    float: left;
    padding: 10px;
}

#showNextTestPage {
    float: right;
    margin: 7px;
    display: none;
}
.testID {
    display: none;
}
.myUniqueResuts {
    width: 880px;
    color: #807e7e;
    text-transform: uppercase;
    font-size: 16px;
    margin: 10px;
    border-bottom: 2px solid #363636;
    padding-bottom: 5px;
}

.myUniqueResutsText {
    color: white;
    font-size: 16px;
    float: left;
    padding: 10px;
    width: 650px;
}

.shareResutsText {
    float: right;
    clear: right;
    padding: 10px;
    width: 200px;
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.shareMyResutsText {
    float: right;
    padding: 10px;
    width: 225px;
    color: white;
    font-size: 14px;
    font-weight: bold; 
    padding-left: 25px;   
    background: url(/img/share_results.png) no-repeat;
}

.myResultsHere {
    width: 700px;
    height: 80px;
    padding: 10px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

.myResultsNumber {
    color: #3385bf;
    font-weight: bold;
    font-size: 30px;
    float: left;
    width: 50px;
    height: 50px;
}

.myResultsBigQoute {
    width: 55px;
    height: 50px;
    background: url(/img/big-qoute-open.png) no-repeat;
    float: left;
}

.myResultsI {
    margin-top: 10px;
    font-size: 50px;
    float: left;
    margin-left: 5px;
}

.myResultstext {
    font-size: 20px;
    float: left;
    line-height: 20px;
    margin-left: 5px;
}

.myResultsSubtext {
    color: #3385bf;
    text-decoration: underline;
}

.myResultsSmallQoute {
    float: left;
    width: 63px;
    height: 50px;
    background: url(/img/big-qoute-close.png) no-repeat;
    margin: 2px 8px;
}
.myPoliticResult {
    width: 580px;
    float: left;
    color: white;
    font-size: 18px;
    line-height: 20px;
    margin: 20px;
}

.politicsPhoto {
    width: 90px;
    height: 90px;
    float: left;
    margin: 3px 10px 2px;
    border: 2px solid #1a73b8;
    border-radius: 45px;
    -o-border-radius: 45px;
    -moz-border-radius: 45px;
    overflow: hidden;
}

#add_news {
    cursor: pointer;
    margin: 35px 0 0 -35px;
}

.points {
    width: 5px;
    height: 14px;
    display: inline-block;
    text-align: center;
}

#rozshuk_main {
    background: url(/img/poisk_bg.png) no-repeat;
    width: 600px;
    height: 270px;
    margin-left: 50px
}

.poisk_form {
    padding: 130px 0 0 180px;
}

#poisk_form_btn {
    margin-left: 10px;
}

#top_panel_bar {
    height: 55px;
    margin-top: 10px;
}

#top_panel_bar .left_panel {
    color: #373737;
    float: left;
    font-size: 9px;
    font-weight: bold;
    padding: 5px 0px;
    width: 116px;
    white-space: nowrap;
}

#top_panel_bar .middle_panel {
    color: #7F7F7F;
    float: left;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    width: 200px;
    line-height: 16px;
}
#top_panel_bar .middle_panel span {
    font-size: 10px;
    white-space: nowrap;
}

#top_panel_bar .right_panel {
    float: left;
    font-size: 10px;
    font-weight: bold;
    padding: 0 5px;
    width: 103px;
    text-align: center;
}

#top_panel_bar .right_panel a {
    text-decoration: none;
    color: #373737;
}

#top_panel_bar .right_panel a:hover {
    text-decoration: underline;
}

#politician_slider {
    height: 340px;
    border-top: 1px solid #dadada;
    width: 900px;
}

#politician_slider > li { width: 230px; }

/*** Overall MovingBoxes Slider ***/
.mb-wrapper {
    margin: 0 auto 20px;
    position: relative;
    left: 0;
    top: 0;
}

/* qqPanel Wrapper */
.mb-slider, .mb-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    position: relative;
    left: 0;
    top: 0;
    font-size: 18px;
}

/* active slider border highlight */
.mb-active-slider {
    border-color: #333;
}

/*** Slider panel ***/
.mb-slider .mb-panel {
    margin: 0;
    padding: 20px;
    display: block;
    cursor: pointer;
    float: left;
    list-style: none;
}

.mb-panel .mb-inside div {
    border-radius: 115px;
    -o-border-radius: 115px;
    -moz-border-radius: 115px;
    overflow: hidden;
    border: 10px solid white;
    box-shadow: 0 0 20px black;
}
.mb-panel .mb-inside span img {
    border-radius: 115px;
    -o-border-radius: 115px;
    -moz-border-radius: 115px;
}
/* Cursor to arrow over current panel, pointer for all others,
change .current class name using plugin option, currentPanel : 'current' */
.mb-slider .mb-panel.current {
    cursor: auto;
}

/*** Inside the panel ***/
.mb-inside {
    padding: 10px;
}

.mb-inside * {
    max-width: 100%;
}

/*** Left & Right Navigation Arrows ***/
a.mb-scrollButtons {
    display: block;
    width: 32px;
    height: 32px;
    background: transparent url(/img/arrows.png) no-repeat;
    position: absolute;
    margin-top: -29px; /* if you change the arrow images, you may have to adjust this (1/2 height of arrow image) */
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    border: 0;
    top: -30px;
}
a.mb-scrollButtons.mb-left {
    background-position: left top;    left: 186px;
}
a.mb-scrollButtons.mb-right {
    background-position: right top;
    right: 186px;
}
a.mb-scrollButtons.mb-left:hover {
    background-position: left bottom;
}
a.mb-scrollButtons.mb-right:hover {
    background-position: right bottom;
}
a.mb-scrollButtons.disabled {
    display: none;
}

.invisible {
    display: none;
}

#politician_slider_body {
    width: 900px;
    background-color: white;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
}

#politician_slider_body .politician_body_left {
    width: 200px;
    float: left;
    margin-left: -43px;
}

#politician_slider_body .politician_body_left p {
    color: black;
    font-size: 11px;
}

#politician_slider_body .politician_body_left span, #politician-book-left span.title, #politician-book-right span.title {
    color: #7F7F7F;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

#politician-book-left .two-cols-text, #politician-book-right .two-cols-text {
    color: black;
    font-size: 11px;
    -moz-column-count: 2; /* Для Firefox */
    -webkit-column-count: 2; /* Для Safari и Chrome */
    column-count: 2;
    letter-spacing: 1px;
    margin-bottom: 15px;
    padding-left: 5px;
}

#politician-book-left {font-size: 12px; }
.one-col-text {
    color: black;
    font-size: 11px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    padding-left: 5px;
}

.columns_polit { float: left; margin-right: 10px; width: 200px; }

#politician_slider_body .politician_body_left var {
    color: #f12620;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
}

#politician_slider_body .politician_body_left em {
    color: #b2b2b2;
    font-size: 11px;
    font-style: normal;
    display: block;
    margin: 10px 0;
    float: left;
}

#politician_slider_body .politician_body_right {
    width: 200px;
    float: left;
}

#politician_slider_body .politician_body_right span {
    color: #b2b2b2;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

#politician_slider_body .politician_body_right p {
    color: #1ec8e9;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
}

#politician_slider_body .politician_body_middle {
    width: 500px;
    float: left;
    margin: 20px 50px 10px;
}

#progress_bar {
    height: 18px;
    margin-left: 130px;
    margin-top: 25px;
}

#progress_bar .gained_promice {
    width: 170px;
    height: 18px;
    background-color: #14c2dd;
    float: left;
}

#progress_bar .gained_promice span {
    position: relative;
    top: 55px;
    color: #cfcfcf;
    font-size: 25px;
}

#progress_bar .progress_promice {
    width: 80px;
    height: 18px;
    background-color: #cfcfcf;
    float: left;
}

#progress_bar .progress_promice span {
    position: relative;
    top: -13px;
    left: -3px;
    color: #14c2dd;
    font-size: 10px;
    font-weight: bold;
    background: url(/img/tatupedia/check.png) no-repeat 0 3px;
    height: 10px;
    padding: 0 7px;
}

#progress_bar .total_promice {
    width: 200px;
    height: 18px;
    background-color: white;
    float: left;
}

#progress_bar .total_promice b {
    position: relative;
    top: 17px;
    color: black;
    font-size: 10px;
    background: url(/img/tatupedia/check.png) no-repeat 0 -9px;
    padding: 0 7px;
    left: -3px;
}


#progress_bar .total_promice span {
    position: relative;
    top: -29px;
    color: black;
    font-size: 10px;
    font-weight: bold;
}

#progress_bar_table {
    margin: 20px 20px 10px; 
    clear: both;
    width: 390px;
    border-bottom: 2px solid #CFCFCF;
    border-top: 2px solid #CFCFCF;
    height: 65px;
}

#progress_bar_table div {
    width: 86px;
    height: 56px;
    padding: 5px;
    float: left;
    border-right: 1px solid #CFCFCF;
}

#progress_bar_table div.last_progr_bar{
    border: none;
    cursor: pointer;
}

#progress_bar_table div span {
    font-weight: bold;
    text-transform: uppercase;
    color: #929292;
    text-align: center;
    font-size: 10px;
    width: 80px;
    height: 20px;
    display: block;
    padding: 5px 0;
    white-space: nowrap;
}

#progress_bar_table div p {
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    font-size: 26px;
    width: 80px;
    clear: both;
}

#progress_bar_table div.last_progr_bar span {
    color: #14c2dc;
    background: none;
}

#politician_promices h3 {
    color: #929292;
}

.one_promice {
    width: 500px;
    clear: both;
    margin: 5px 0 15px;
}

.one_promice p {
    border: 1px solid #bbbbbb;
    background-color: #efefef;
    padding: 10px;
    width: auto;
    text-align: center;
}

.one_promice var {
    background: url(/img/corner.png) no-repeat 100% 0;
    width: 26px;
    height: 26px;
    padding: 13px;
    position: relative;
    top: -23px;
    left: 64px;
}

.one_promice span.image-box {
    border-radius: 22px;
    -o-border-radius: 22px;
    -moz-border-radius: 22px;
    height: 45px;
    left: -66px;
    overflow: hidden;
    position: relative;
    top: 3px;
    width: 45px;
    padding: 3px;
}

.one_promice span.image-box div {
    background-color: white;
    border-radius: 25px;
    -o-border-radius: 25px;
    -moz-border-radius: 25px;
    overflow: hidden;
    height: 40px;
    width: 40px;
    display: inline-block;
}

.one_promice b {
    padding: 23px;
    background: url(/img/photo_bg.png) no-repeat 0 0;
    position: relative;
    top: -8px;
    left: -20px;
}

#polit_comments {
    width: 800px;
    background-color: white;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 130px;
}



/*news.css*/
#top_news {
    width: 900px;
    background-color: #141413;
    display: inline-block;
    padding-bottom: 15px;
}

/*слайдер*/
.top_news_photo {
    width: 880px;
    height: 250px;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#gallery {
    list-style: none;
    padding: 0;
    margin: 0;  
}

.count_photo {
    margin: 0;
    padding: 0 0 0 10px;
    color: white;
}


/*верхний слайдер*/

#slideshow {
    width:880px;
    position:relative;
    font:12px verdana;
    background:#141413;
    color:#333;
    display: inline-block;
    float: left;
    padding-left: 10px;
}

.watermark {
    background: url(/img/watermark.png) no-repeat;
    width: 308px;
    height: 48px;
    position: relative;
    left: 15px;
    top: 460px;
    z-index: 7;
    margin-top: -48px;
}

#slidesContainer{
    z-index: 6;
}

#slideshow #slidesContainer {
    margin:0 auto;
    width:880px;
    height:500px;
    overflow:auto;
    position:relative;
}

#slideshow #slidesContainer .slide {
    width:880px;
    height:500px;
}

.control {
    display:block;
    width:25px;
    height:26px;
    text-indent:-10000px;
    position:absolute;
    cursor: pointer;
    z-index: 8;
}

#leftControl {
    top:0;
    right: 25px;
    background: url('/img/butprev.png') no-repeat 0 -25px;

}

#rightControl {
    top:0;
    right:0;
    background: url('/img/butnext.png') no-repeat 0 -25px;
}

#pageContainer {
    margin:0 auto;
    width:880px;
}

/*новини*/
#polosa {
    height: 20px;
    width: 880px;
    border-bottom: 3px solid #E1E1E1;
    background-color: white;
    display: inline-block;
    margin-left: 10px;
    margin-top: 20px;
}

#full_news {
    width: 880px;
    display: inline-block;
    background-color: white;
    margin-left: 10px;
}

#full_news_left {
    width: 580px;
    border-right: 3px solid #E1E1E1;
    float: left;
    padding: 10px;
}

.full_news_descr {
    clear: both;
    color: #8B8B8B;
    text-align: justify;
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    text-indent: 20px;
    margin-top: 50px;
}

.full_news_text {
    color: #000000;
    text-align: justify;
    border-bottom: 3px solid #E1E1E1;
    font-size: 12px;
    line-height: 15px;
}

.full_news_text p {
    color: #000000;
    text-align: justify;
    text-indent: 20px;

}

.full_news_info {
    color: #8B8B8B;
}

.full_news_date {
    float: right;
} 

#full_news_right {
    width: 270px;   
    float: left;
    padding-top: 10px;
    display: inline-block;
}

.comm_news_view {
    color: #848383;
    background: url(/img/comm.png) no-repeat 0 50%;
    padding-left: 15px;
    float: right;
    font-weight: bold;
}

.most_comm_news {
    width: 125px;
    padding: 5px;
    float: left;
}

.most_comm_news_time {
    float: left;
    font-weight: bold;
}

.most_comm_news_title {
    clear: both;
    border-bottom: 2px solid #E1E1E1;
}

.most_comm_news_title a, .most_comm_news_title a:active, .most_comm_news_title a:visited {
    color: #8B8B8B;
    text-decoration: none;
    font-weight: bold;
}

.most_comm_news_title a:hover {
    color: #226B9F;
    text-decoration: underline;
    font-weight: bold;
}

#full_news_information {
    width: 880px;
    padding: 10px;
    background-color: #EBEBEB;
    display: inline-block;
}

.news_views {
    background: url(/img/news-view.png) no-repeat 0 50%;
    padding-left: 25px;
    width: 150px;
    float: left;
}

.news_author {
    background: url(/img/author.png) no-repeat 0 50%;
    padding-left: 25px;
    width: 400px;
    float: left;
}

#content {
    width: 900px;
    background-color: white;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
}

#left_side {
    width: 700px;
    float: left;
    border-right: 3px solid #DBDADA; 
}


/*правая сторона*/
#right_side {
    width: 197px;
    float: left;
}

#right_side a{
    margin: 5px 3px;
}

#add_social {
    width: 190px;
    margin: 0 5px 5px 5px;
    background-color: #EBEBEB;
    color: #6E6E6E;
    font-size: 10px;
}

/*коментарии*/
.comm_title_big {
    background: url(/img/comments.png) no-repeat 0 50%;
    padding-left: 25px;
    margin-left: 10px;
}

.comment {
    width: 680px;
    clear: both;
    float: right;
    margin: 10px;
}

.comm_avatar {
    float: left;
    padding-right: 10px;
    width: 52px;
    height: 50px;
}

.comment_body {
    float: left;
    width: 610px;
}

.comment_name {
    float: left;
}

.comment_date {
    float: left;
    padding-left: 5px;
}

.comment_body p {
    margin: 0;
}

.comment_text {
    clear: both;
    margin-top: 5px;
}

.line {
    height: 3px;
    width: 675px;
    border-bottom: 3px solid #E9E9E9;
    margin-left: 8px;
    margin-bottom: 10px;
}

#comment_form {
    clear: both;
    margin: 10px;
    width: 630px;
    background-color: #EBEBEB;
    padding: 20px;
}

.commform input, .commform textarea {
    margin: 5px 0;
    border-color: #D3D2D1;
}

#comment_form2 {
    clear: both;
    margin: 10px 0 10px 70px;
    width: 500px;
    background-color: #EBEBEB;
    padding: 20px;
}

#comment_btn {
    margin-left: 4px;
}

.comm_name, .comm_mail {
    width: 250px;
    height: 20px;
}

.comm_text {
    width: 620px;
    height: 120px;
}

.comm_text2 {
    width: 480px;
    height: 120px;
}

.comment_soc {
    margin: 10px;
    width: 650px;
}

/*ротатор новостей*/


.padding_none {

    padding: 10px;
    width: 1000px;
}


.comm_news_preview {
    width: 150px;
    display: inline-block;
    margin: 15px 0 5px 10px;

}

.news_photo {
    width: 140px;
    height: 105px;
    overflow: hidden;
    float: left;
}

.comm_news_title {
    font-weight: bold;
    clear: both;
}

.comm_news_title a, .comm_news_title a:hover, .comm_news_title a:active, .comm_news_title a:visited{
    text-decoration: none;
    color: black;
}

.comm_news_cat {
    font-weight: bold;
    float: left;
}

.comm_news_cat a, .comm_news_cat a:hover, .comm_news_cat a:active, .comm_news_cat a:visited{
    text-decoration: none;
    color: #2D9FDD;
}

.comm_news_view {
    color: #848383;
    background: url(/img/comm.png) no-repeat 0 50%;
    padding-left: 15px;
    float: right;
    font-weight: bold;
}

.comm_news_date {
    clear: both;
    font-style: italic;
    font-size: 10px;
    font-weight: bold;
}

#newsSlideshow {
    width:980px;
    position:relative;
    font:12px verdana;
    background:#EAEAEA;
    color:#333;
    display: inline-block;
}


#newsSlideshow #newsSlidesContainer {
    margin:0 auto;
    width:960px;
    overflow:auto;
    position:relative;
    margin-top: 30px;
}

#newsSlideshow #newsSlidesContainer .comm_news_preview {
    width:152px;
    height:200px;
}

.myControl {
    display:block;
    width:25px;
    height:26px;
    text-indent:-10000px;
    position:absolute;
    cursor: pointer;
}

#newsLeftControl {
    top:0;
    left: 0;
    background: url('/img/butprev.png') no-repeat 0 -25px;

}

#newsRightControl {
    top:0;
    left:25px;
    background: url('/img/butnext.png') no-repeat 0 0px;
}

#pageContainer {
    margin:0 auto;
    width:980px;
}

.top_padding {
    padding-top: 10px;
}

.short_text_cont {
    font-weight: bold;
    padding: 10px 0;

}

.contacts_text {
    width: 410px;
    float: left;
    text-align: justify;
    padding-left: 5px;
}

.right_float {
    float: right;    
}

.director {
    clear: both;
    width: 890px;
    border-bottom: 3px solid #C6C6C4;
    display: inline-block;
}

.director_name {
    color: #4AA5C7;
    font-size: 12px;
    font-weight: bold;
    clear: both;
    float: right;
}

.director_pos{
    background: url(/img/read.png) no-repeat 0 50%;
    padding-left: 15px;
    text-decoration: none;
    color: #000000;  
    font-weight: bold;
    clear: both;
    float: right;
    font-size: 10px;
}

.phone {
    color: #4AA5C7;
    font-size: 10px;
    padding-left: 2px;
    clear: both;
    float: right;
    font-weight: bold;
}

.director_phone {
    font-size: 10px;
    float: right;
    font-weight: bold;

}

.widgets {
    float: left;
    margin: 5px 0 0 15px;
}

.editcommform {
    width: 540px;
    height: 100px;
}

.newsrating {
    float: right;
}

.greenrate {
    color: #28ae35;
}

.redrate {
    color: #ff0305;
}

.greyrate {
    color: #afafaf;
}

.buttonrate {
    font-size: 11px;
    font-weight: bold;
    float: right;
    padding: 0 2px;
}

.rateminus {
    background: url(/img/minus.png) no-repeat 2px 3px;
    color: #ff0305;
    width: 10px;
    height: 20px;
    cursor: pointer;
}

.rateplus {
    background: url(/img/plus.png) no-repeat 2px 3px;
    color: #28ae35;
    width: 10px;
    height: 20px;
    cursor: pointer;
}

.answerButton {
    font-size: 10px;
    clear: both;
    float: left;
    margin-left: 60px;
    color: black;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    width: 90px;
    background: url(/img/answer.png) no-repeat 72px 0;
}

.notnot {
    color: #777;
    font-style: italic;
}
.notnot span {
    color: red;
}

#newsAds {
    clear: both;
    width: 270px;
}

.advert2 {
    /*    float: left;
        display: inline-block;*/
}

.ban_comment {
    color: red;
}

.ban_comment:hover {
    text-decoration: underline;
    cursor: pointer;
}

/*main.css*/
#top_news {
    width: 900px;
    background-color: #EBEBEB;
    display: inline-block;
    padding-bottom: 15px;
}

#content {
    width: 900px;
    background-color: white;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
}

#video_comm {
    width: 900px;
    background-color: #EBEBEB;
    display: inline-block;
    padding: 0 50px;
    padding-top: 10px;
}

.you_video {
    width: 300px;
    float: left;
}

.title_razdel {
    padding: 0;
    margin: 0 0 10px 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}

.video_name {
    background: url(/img/video.png) no-repeat 0 10px;
    padding-left: 25px;
    color: black;
    font-weight: bold;
    font-size: 12px;
    padding-top: 10px;
}

.video_date {
    font-size: 10px;
    font-weight: bold;
    font-style: italic;
    padding-top: 5px;
    padding-bottom: 10px;
}

.last_comm {
    float: left;
    width: 550px;
    padding-bottom: 10px 0 10px 10px;
    margin-left: 40px;
}

.list_comm {
    display: inline-block;

}

.list_comm a {
    display: inline-block;

}

.list_comm a:active p {
    color: #9f9e9c;
    text-decoration: none;
    display: inline-block;
}

.list_comm a:hover p.news_comm_txt {
    color: #26BDDE;    
    font-weight: bold;
}

.list_comm a:hover p.news_comm_nm {
    color: #000000;
    text-decoration: underline;    
}

.list_comm p {
    float: left;
    padding: 5px 0;
    color: #9f9e9c;
}

.news_comm_txt {
    width: 260px;
    border-top: 3px solid #dbdada;
    margin-right: 0;
    font-style: italic;
    margin-left: 8px;
    overflow: hidden;
    height: 22px;
}

.news_comm_nm {
    width: 210px;
    border-top: 3px solid #dbdada;
    font-weight: bold;
    vertical-align: middle;
    overflow: hidden;
    height: 22px;
}

.list_comm_first p {
    border-top: none;
}

.time_comm {
    width: 50px;
    font-weight: bold;
    font-size: 10px;
    border-top: 3px solid #dbdada;
    text-align: center;
    padding-top: 5px;
}

/*слайдер*/
.top_news_photo {
    width: 600px;
    height: 250px;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#gallery {
    list-style: none;
    padding: 0;
    margin: 0;  
}

.count_photo {
    margin: 0;
    padding: 0 0 0 10px;
}

/*справа от слайдера*/
.top_news_about {
    float: left;
    width: 170px;
    padding: 0 10px 10px 10px;
}

.top_news_about a {
    text-decoration: none;
    color: #000000;  
    font-weight: bold;  
}

.top_news_lead{
    font-size: 12px;
    width: 180px;
    font-weight: normal;
    overflow: hidden;

}

.short_news {
    width: 180px;
    font-size: 11px;
    border-bottom: 2px solid #C6C6C4;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.cat_news {
    display: inline-block;
    width: 110px;
}

.cat_news a {
    color: #55AAC9;
}

.read_news {
    float: right;
    background: url(/img/read.png) no-repeat 0 50%;
    padding-left: 12px;
    text-decoration: none;
    color: #000000;  
    font-weight: bold;  
}
.read_news a {
    text-decoration: none;
    color: #000000;  
    font-weight: bold;      
}


/*топ 3 новости*/

#left_side {
    width: 700px;
    float: left;
    border-right: 3px solid #DBDADA; 
}

#news {
    display: inline-block;       
}

#top3 {
    border: 2px solid #DFDEDE;
    width: 685px;
    margin-bottom: 10px;
    background: #ffffff url(/img/top3bg.png) repeat-x;
}

#small {
    padding: 10px 10px 0 10px;
    display: inline-block;
}

.mini_news {
    float: left;
    width: 200px;
    height: 150px;
    border: 2px solid #CCCCCC;
    background-color: #CCCCCC;
    margin: 8px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.mini_news p {
    width: 196px;
    height: 45px;
    padding: 2px;
    margin: 0;
    background: url(/img/bgbox.png) repeat;
    color: white;
    z-index: 3;
    position: relative;
    left: 0;
    top: 154px;
    margin-top: -49px;
}

.mini_news img {
    z-index: 2;
}

#big {
    width: 636px;
    padding: 10px;
    margin: 0 0 10px 10px;
    border: 2px solid #CECECE;
    display: inline-block;
    background-color: #EBEBEB;
}

.short_about {
    font-weight: bold;
    color: #757D88;
}

.mini_news_about {
    padding: 0;
    margin: 0;
}

.marg_read {
    margin-top: 5px;
    margin-left: 10px;
}

/*левый столбец*/
#left_column {
    width: 500px;
    float: left;
    padding-right: 10px;
    border-right: 3px solid #DBDADA; 
}

.news_preview {
    width: 500px;
    padding-bottom: 20px;
    padding-top: 7px;
    display: inline-block;
}

.news_preview_width {
    width: 690px;
}

.news_preview_width2 {
    width: 870px;
    background-color: white;
    padding: 5px;
    margin-bottom: 13px;
}

.video_place{
    width: 340px;
    margin-right: 10px;
    float: left;
}

.news_photo {
    width: 140px;
    height: 105px;
    overflow: hidden;
    float: left;
}

.news_photo2 {
    width: 140px;
    overflow: hidden;
    float: left;
}

.news_descr {
    width: 350px;
    float: left;
    margin-left: 8px;

}

.title_href3 {
    color: #3b86ad;
    font-size: 18px;
    font-weight: bold;
}

.video_desc {
    width: 190px;
    height: 140px;
}
.news_descr_width {
    width: 540px;
}
.news_descr_width2 {
    width: 720px;
}


.news_descr a {
    text-decoration: none;
}

.date_news {
    float: right;
}

.categ_news {
    margin-top: 5px;
    float: left;
}

.categ_news a {
    color: #55AAC9;
    font-weight: bold;
}

.short_news_text {
    color: #808080;
    font-weight: bold;
    overflow: hidden;
}
.short_news_text2 {
    color: #808080;
    font-weight: bold;
    overflow: hidden;
}

#right_column {
    width: 170px;
    margin-left: 5px;
    float: left;
}

.right_column {
    width: 167px;
    margin-left: 5px;
    float: left;
    border-right: 3px solid #E1E1E1;
}

.last_col {
    border: none;
}

.comm_news_preview {
    display: inline-block;
    margin: 15px 0 7px 8px;

}

.comm_news_title {
    font-weight: bold;
    clear: both;
}

.comm_news_title a, .comm_news_title a:hover, .comm_news_title a:active, .comm_news_title a:visited{
    text-decoration: none;
    color: black;
}

.comm_news_cat {
    font-weight: bold;
    width: 100px;
    float: left;
}

.comm_news_cat a, .comm_news_cat a:hover, .comm_news_cat a:active, .comm_news_cat a:visited{
    text-decoration: none;
    color: #2D9FDD;
}

.comm_news_view {
    color: #848383;
    background: url(/img/comm.png) no-repeat 0 50%;
    padding-left: 15px;
    float: right;
    font-weight: bold;
}

.comm_news_date {
    font-style: italic;
    font-size: 10px;
    font-weight: bold;
    clear: both;
}

/*интервью*/
#inter {
    display: inline-block;
    margin: 15px 0;
}

#left_inter {
    float: left;
    width: 240px;
    margin-right: 10px;
}

#left_inter h3{
    background: url(/img/interview.png) no-repeat 0 50%;
    padding-left: 17px;
}

.inter_photo {
    width: 220px;
    height: 140px;
    overflow: hidden;
    margin-bottom: 10px;
}

#left_inter a {
    text-decoration: none;
}

#left_inter .read_news {
    margin-top: 5px;
}

#right_inter {
    float: left;
    width: 450px;
}

#right_inter h2 {
    text-transform: uppercase;
    font-size: 15px;
}

.arhiv_news {
    width: 130px;
    float: left;
    margin-bottom: 15px;
    margin-left: 10px;
}

.arhiv_news h4 {
    margin: 0;
    font-size: 12px;
}

.arhiv_photo {
    width: 100px;
    height: 75px;
    overflow: hidden;
}

.arhiv_news a {
    text-decoration: none;
}

/*правая сторона*/
#right_side {
    width: 197px;
    float: left;
}

#right_side a{
    margin: 5px 3px;
}

#add_social {
    width: 190px;
    margin: 0 5px 5px 5px;
    background-color: #EBEBEB;
    color: #6E6E6E;
    font-size: 10px;
}

.mainAdv {
    clear: both;
    float: left;
    display: inline-block;
}

.short_news_line {
    width: 350px;
    height: 1px;
    border-top: 2px solid #E1E1E1;
    margin: 10px 0;
    clear: both;
    float: left;
}

/*pages.css*/
#page_nav {
    margin: 5px;
    display: inline-block;
}

.page_marker {
    float: left;
    border: 2px solid #E9E9E9;
    font-weight: bold;
    font-size: 14px;
    color: black;
    margin: 2px;
    padding: 7px;
}

.page_marker a {
    display: block;
    text-decoration: none;
    color: black;
}

.page_marker a:hover {
    color: #2D9FDD;
}

.current_page {
    background: url(/img/pages.png) repeat-x;
}

/*slider.css*/
.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
}


.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 550px;
    height: 200px;
    padding: 2px 0 15px 0;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  550px;
    height: 200px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 550px;
    height: 30px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    color: #000;
}

#mycarousel {
    width: 550px;
}

/**
 *  Vertical Buttons
*/
.jcarousel-skin-tango .jcarousel-next-vertical  {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 550px;
    height: 16px;
    cursor: pointer;
    background: transparent url(/img/combg.png) repeat-x 0 0;
}


.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 0px;
    left: 0;
    width: 550px;
    height: 11px;
    cursor: pointer;
    background: transparent url(/img/combg.png) repeat-x 0 0;
}

#mycarousel li a{
    text-decoration: none;
    color: #878787;
}

#mycarousel li a.hover{
    text-decoration: underline;
    color: #32A1D7;
}

.nextBtn {
    background: transparent url(/img/next-vertical.png) no-repeat 0 0;
    height: 16px;
    width: 16px;
    position: relative;
    left: 50%;
    top: 5px;
}

.prevBtn {
    background: transparent url(/img/prev-vertical.png) no-repeat 0 0;
    height: 16px;
    width: 16px;
    position: relative;
    left: 50%;
    top: 3px;
}


/*верхний слайдер*/

#slideshow {
    width:700px;
    position:relative;
    font:12px verdana;
    background:#e5e5e5;
    color:#333;
    display: inline-block;
    float: left;
}


#slideshow #slidesContainer {
    margin:0 auto;
    width:900px;
    height:398px;
    overflow:auto;
    position:relative;
}

#slideshow #slidesContainer .slide {
    width:900px;
    height:280px;
}

.control {
    display:block;
    width:25px;
    height:26px;
    text-indent:-10000px;
    position:absolute;
    cursor: pointer;
}

#leftControl {
    top:0;
    left: 0;
    background: url('/img/butprev.png') no-repeat 0 -25px;

}

#rightControl {
    top:0;
    left:25px;
    background: url('/img/butnext.png') no-repeat 0 0px;
}

#pageContainer {
    margin:0 auto;
    width:700px;
}

.top_news_img {
    float: left;
    width: 700px;
    min-height: 100px;
}

/*politician*/
.politician_body_left #yashare {
    margin: 5px;
}


/*jQuery mask*/
.loadmask {
    z-index: 100;
    position: absolute;
    top:0;
    left:0;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
    background-color: #CCC;
    width: 100%;
    height: 100%;
    zoom: 1;
}
.loadmask-msg {
    z-index: 20001;
    position: absolute;
    top: 0;
    left: 0;
    background: #c3daf9;
    padding:2px;
}
.loadmask-msg div {
    padding:5px 10px 5px 25px;
    background: #fbfbfb url('/img/loading.gif') no-repeat 5px 5px;
    line-height: 16px;
    color:#222;
    font:normal 11px tahoma, arial, helvetica, sans-serif;
    cursor:wait;
}
.masked {
    overflow: hidden !important;
}
.masked-relative {
    position: relative !important;
}
.masked-hidden {
    visibility: hidden !important;
}

/*tatupedia*/
#tatupedia-main {
    width: 537px;
    height: 653px;
    margin: 10px auto;
    background: url(/img/tatupedia/oblozhka.jpg) no-repeat;
}

.next-hand div {
    width: 78px;
    height: 76px;
    background: url(/img/tatupedia/page.png) no-repeat;
}
.next-hand div:hover {
    background-position: 0 -76px;
}
#tatupedia-main a.next-hand {
    position: absolute;
    right: 256px;
    top: 588px;
}

#tatupedia-annotation a.next-hand, #politician_frame a.next-hand  {
    position: absolute;
    top: 576px;
    right: 46px;
}

.prev-hand div {
    width: 78px;
    height: 76px;
    background: url(/img/tatupedia/page-left.png) no-repeat;
}
.prev-hand div:hover {
    background-position: 0 -76px;
}
#tatupedia-main a.prev-hand {
    position: relative;
    top: 565px;
    right: -426px;
}

#tatupedia-annotation a.prev-hand, #politician_frame a.prev-hand {
    position: absolute;
    top: 576px;
    left: -25px;
}
#tatupedia-annotation {
    width: 984px;
    height: 651px;
    margin: 10px auto;
    background: url(/img/tatupedia/annotation.jpg) no-repeat;
    position: relative;
    left: -50px;
    font-family: "Times New Roman", Times, serif; 
}

#content .tatupedia-area {
    background: url(/img/tatupedia/area.jpg) no-repeat;
}
#content .tatupedia-contacts {
    background: url(/img/tatupedia/contacts.jpg) no-repeat 0 35px;
}
.tatupedia-cont div {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #265546;
    position: absolute;
    top: 2px;
    left: 45px;
    border: 1px solid #265546;
    padding: 5px;
    border-radius: 4px;
    display: none;
}
.tatupedia-cont:hover div {
    display: block;
}
#content .tatupedia-zmist {
    background: url(/img/tatupedia/zmist.jpg) no-repeat;
}

#politician-book-two-cols {
    color: black;
    font-size: 11px;
    -moz-column-count: 2; /* Для Firefox */
    -webkit-column-count: 2; /* Для Safari и Chrome */
    column-count: 2;
    -moz-column-gap: 90px;
    -webkit-column-gap: 90px;
    column-gap: 90px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    padding: 15px 0 0 40px;
    width: 840px;
    height: 430px;
}

.politician-book-two-cols {
    color: black;
    font-size: 11px;
    -moz-column-count: 2; /* Для Firefox */
    -webkit-column-count: 2; /* Для Safari и Chrome */
    column-count: 2;
    -moz-column-gap: 90px;
    -webkit-column-gap: 90px;
    column-gap: 90px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    padding: 15px 0 0 40px;
    width: 840px;
    height: 430px;
}
#content .tatupedia-politician, #politician_frame {
    background: url(/img/tatupedia/book_bg.jpg) no-repeat;
    font: 70%/1.3em Verdana, Tahoma, arial, sans-serif;
    line-height: 14px;
}

#tatupedia-nav {
    width: 30px;
    position: absolute;
    top: 80px;
    right: -20px;
}

#tatupedia-main #tatupedia-nav {
    right: 200px;
    top: 216px;
}

#tatupedia-nav .letter {
    width: 26px;
    height: 20px;
    cursor: pointer;
    background: url(/img/tatupedia/alph-bg.png) no-repeat;
    text-align: center;
    color: #265546;
    padding-top: 5px;
    font-size: 15px;
    font-weight: bold;
    margin: 8px 0;
}

#tatupedia-nav .letter:hover {
    width: 26px;
    height: 20px;
    background-position: 0 -25px;
    color: white;
}

#tatupedia-nav ul {
    display: none;
    width: 150px;
    position: absolute;
    left: 10px;
}
#tatupedia-nav ul li a {
    color: #265546;
    text-decoration: none;
    font-weight: bold;
}
#tatupedia-nav ul li a:hover {
    text-decoration: underline;
}

#tatupedia-annotation .big-letter {
    font-weight: bold;
    font-size: 36px;
    position: absolute;
    top: 100px;
    right: 698px;
    text-align: center;
    width: 50px;
}

#tatupedia-annotation .area-name {
    font-size: 20px;
    position: absolute;
    top: 145px;
    right: 520px;
    width: 400px;
    text-align: center;
    letter-spacing: 4px;
}

#tatupedia-annotation .left-side {
    list-style: none;
    width: 370px;
    position: absolute;
    top: 165px;
    left: 30px;
    font-size: 14px;
    letter-spacing: 2px;
}

#tatupedia-annotation .left-side a {
    color: black;
    text-decoration: none;
    width: 350px;
}

#tatupedia-annotation .left-side a:hover {
    text-decoration: underline;
}

#tatupedia-annotation .left-side li {
    clear: both;
    height: auto;
}

#tatupedia-annotation .left-side div{
    width: 175px;
    padding-bottom: 10px;
    float: left;
}
#tatupedia-annotation .left-side li a:hover div {
    text-decoration: underline;
}

#tatupedia-annotation .left-side div.ovo-dep{
    float: right;
    text-align: right;
}

#politician-book-left {
    width: 430px;
    position: absolute;
    top: 73px;
    left: 40px;
}

#politician-book-left .polit-image {
    border-radius: 86px;
    -o-border-radius: 86px;
    -moz-border-radius: 86px;
    overflow: hidden;
    width: 148px;
    height: 148px;
}

#politician-book-left .polit-image-box {
    border: 7px solid white;
    overflow: hidden;
    border-radius: 86px;
    -o-border-radius: 86px;
    -moz-border-radius: 86px;
    width: 148px;
    height: 148px;
    margin: 15px auto 0;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Для Firefox */
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Для Safari и Chrome */
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#politician-book-right {
    width: 365px;
    position: absolute;
    top: 73px;
    left: 510px;
}

#politician-book-right .polit-image {
    border-radius: 30px;
    -o-border-radius: 30px;
    -moz-border-radius: 30px;
    overflow: hidden;
    width: 45px;
    height: 45px;
}

#politician-book-right .polit-image-box {
    border: 3px solid white;
    border-radius: 30px;
    -o-border-radius: 30px;
    -moz-border-radius: 30px;
    margin: 8px 0;
    overflow: hidden;
    width: 45px;
    height: 45px;
    float: left;
    clear: both;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Для Firefox */
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Для Safari и Chrome */
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#politician-book-right .polit-corner {
    float: left;
    background: url(/img/tatupedia/arrow.png) no-repeat;
    width: 14px;
    height: 16px;
    margin: 40px 5px;
}

#politician-book-right .polit-comment {
    float: left;
    border: 1px dashed #7F7F7F;
    padding: 10px;
    width: 250px;
    margin-top: 20px;
    font-size: 11px;
    /*    height: 200px;
        overflow-y: auto;*/
}

.scroll {
    height: 200px;
    width: 350px;
    overflow-x: auto;
}

.clear {clear: both;}

#tatupedia-share {
    display: block;
    float: none;
}
#tatupedia-share em {
    font-style: normal;
    float: left;
    margin: 5px 0;
    color: #808080;
    font-size: 14px;
}
#tatupedia-share #yashare {
    float: left;
    margin: 0 10px;
}

.tatupedia-cont {
    width: 40px;
    height: 50px;
    position: absolute;
    top: 137px;
    left: 359px;
}
.cont-pos {
    top: 4px;
    left: 575px;
}
.cont-pos2 {
    top: 0px;
    left: 603px;
}

#politician_filter {
    display: none;
    width: 200px;
    height: 150px;
    overflow-y: auto;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    position: relative;
    left: 170px;
}
#politician_filter ul {
    padding: 0 5px;;
    margin: 0;
}
#politician_filter li {
    list-style: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    margin: 2px 0;
    width: 200px;
}
#politician_filter li:hover {
    background-color: #CCCCCC;
}
#tatupedia-annotation .zmist li {
    margin-bottom: 12px;
    font-size: 16px;
}

#tatupedia-main .tatupedia-cont {
    top: 27px;
}

.text2 {
    margin: -6px 0 0;
    padding: 0;
    float: right;
}
.zmist a:hover .text2 {
    text-decoration: underline;
}

#tatupedia-annotation .main-nav {
    position: absolute;
    top: 155px;
    left: -9px;
    background: url(/img/tatupedia/zakl_main.png) no-repeat;
    width: 28px;
    height: 97px;
}

#tatupedia-annotation .zmist-nav, #tatupedia-main .zmist-nav {
    position: absolute;
    top: 110px;
    right: 4px;
    background: url(/img/tatupedia/zakl_zmist.png) no-repeat;
    width: 27px;
    height: 63px;
}

#tatupedia-annotation .comment-nav {
    position: absolute;
    top: 631px;
    right: 205px;
    background: url(/img/tatupedia/comm.png) no-repeat;
    width: 98px;
    height: 27px;
}

/*Lightview*/

.lv_window {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0;
    overflow: hidden;
    text-align: left;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.lv_window,
.lv_controls_top,
.lv_controls_top_close,
.lv_thumbnails,
.lv_thumbnails_top_close {
    z-index: 100000;
}
.lv_skin {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible;
}

.lv_bubble,
.lv_shadow {
    position: absolute;
}
.lv_bubble * {
    display: inline;
    position: relative;
    float: left;
    z-index: none;
}

.lv_skin * {
    margin: 0;
    padding: 0;
}

.lv_overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99999;
}

/* wrapper for the spinner */
.lv_spinner_wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
}

/* The the previous/next overlay buttons on top of images */
.lv_inner_previous_next_overlays {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    zoom: 1;
    background: url('/img/skins/blank.gif');
}
.lv_inner_previous_next_overlays * { padding: 0; margin: 0; }
.lv_inner_previous_next_overlays .lv_button {
    position: relative;
    height: 100%;
    width: 49%;
    background: url('/img/skins/blank.gif');
    zoom: 1;
    cursor: pointer;
}
.lv_button_inner_previous_overlay { float: left; }
.lv_button_inner_next_overlay { float: right; }


.lv_title_caption {
    position:absolute;
    font: 11px/18px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Tahoma, Arial, sans-serif;
    color: #eaeaea;
}
.lv_title_caption_slider { position: relative; float:left; overflow-y: hidden;}
.lv_title_caption_slide { position: relative; float: left; top: 0; left: 0; padding: 15px 0 7px 0; }
.lv_title { font-weight: bold; }
.lv_title, .lv_caption {
    float: left;
    clear: both;
}

.lv_update_queue {
    position: absolute;
    top: -15000px;
    left: -15000px;
    width: 5000px;
    height: 5000px;
    visibility: hidden;
}
.lv_update_queue .lv_window,
.lv_update_queue .lv_content {
    position: relative;
    overflow: visible;
    float: left;
    top: auto;
    left: auto;
    width: 100%;
}
.lv_content .lv_content_wrapper {
    float: left;
    clear: both;
    position: relative;  
}
.lv_update_queue .lv_content_wrapper {
    position: absolute;
    top: 0;
    left: 0;
}
.lv_content_wrapper canvas {
    float: left;
    zoom: 1;
}

.lv_content {
    position: absolute;
    padding: 0;
    margin: 0;
    overflow: auto; /* scrollbars */
    text-align: left;
    background: url('/img/skins/blank.gif'); /* Chrome 18+ opacity bug */
}

.lv_measure_element {
    position: relative;
    float: left;
    clear: both;
}
.lv_content_canvas,
.lv_content_image,
.lv_content_flash,
.lv_content_object,
.lv_content_iframe,
.lv_content_html {
    float: left;
    border: 0;
    clear: both;
    padding: 0;
    margin: 0;
    background: none;
}


.lv_blank_background, /* IE  */
.lv_content /* Chrome 18+ */
{ background-image: url('/img/skins/blank.gif'); }

/* The buttons on the side when you view a gallery */
.lv_side_buttons_underneath {
    position: absolute;
    top: 50%;
    left: 50%;
    clear: both;
    width: 100%;
    padding: 0;
    height: 67px;
    margin-top: -34px;
}
.lv_side_buttons_underneath * { padding: 0; margin: 0; }

.lv_side_buttons_underneath .lv_side_left { float: left; }
.lv_side_buttons_underneath .lv_side_right { float: right; }

.lv_side,
.lv_side_button {
    height: 37px;
    width: 41px;
    position: absolute;
}
.lv_side {
    position: relative;
    overflow: hidden;
    padding: 15px 0;
    cursor: pointer;
}

.lv_side_left { margin-left: -41px; }
.lv_side_right { margin-right: -41px; }
.lv_side_button {
    height: 31px;
    width: 41px;
    cursor: pointer;
}
.lv_side_button_previous {
    margin-left: 0px;
    background-image: url("skins/light/sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -33px;
}
.lv_side_button_previous:hover,
.lv_side_left .lv_side_button_out { background-position: 0px -64px; }
.lv_side_button_next {
    margin-left: 0px;
    background-image: url("skins/light/sprite.png");
    background-repeat: no-repeat;
    background-position: -41px -33px;
}
.lv_side_button_next:hover,
.lv_side_right .lv_side_button_out { background-position: -41px -64px; }
.lv_side_buttons_underneath .lv_side_button_out { margin-left: 0; }

/* disabled states */
.lv_side_buttons_underneath .lv_side_left_disabled .lv_side_button,
.lv_side_buttons_underneath .lv_side_left_disabled:hover .lv_side_button { background-position: 0px -95px; }

.lv_button_top_close {
    width: 33px;
    height: 33px;
    position: absolute;
    cursor: pointer;
    background-image: url("skins/light/sprite.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    /* the spacing option set on the relative controls is taken into account when positioning */
    top: 17px;
    /* left or right is set on the css of the skin */
}
.lv_button_top_close:hover {
    background-position: -33px 0px;
}



/*
 * Top Controls
*/
.lv_controls_top {
    position: fixed;
    top: 0;
    left: 50%;
    width: 126px;
    margin-left: -63px;
    height: 63px;
    overflow: hidden;
}
.lv_controls_top_with_slideshow {
    width: 147px;
    margin-left: -74px;
}

.lv_controls_top .lv_top_middle {
    width: 100%;
    height: 33px;
    margin-top: 15px;
    float: left;
    position: relative;
}

.lv_controls_top .lv_top_button {
    height: 100%;
    float: left;
    position: relative;
}
.lv_controls_top .lv_icon {
    background-image: url("skins/light/sprite.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    float: left;
    cursor: pointer;
    font-family: "Lucida Sans", "Lucida Grande", Tahoma, sans-serif;
    color: #d4d4d4;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    position: relative;
}
.lv_controls_top .lv_icon_disabled {
    cursor: default;
    color: #2e2e2e;
    text-shadow: none;
}

.lv_top_previous { width: 63px; }
.lv_top_previous .lv_icon { background-position: 0px -96px; }
.lv_top_previous:hover .lv_icon { background-position: 0px -129px; }
.lv_top_previous .lv_icon_disabled,
.lv_top_previous:hover .lv_icon_disabled { background-position: 0px -162px; }

.lv_top_slideshow { width: 21px; display: none; position: relative; }
.lv_controls_top_with_slideshow .lv_top_slideshow { display: block; }
.lv_top_slideshow .lv_icon { background-position: -63px -96px; }
.lv_top_slideshow:hover .lv_icon { background-position: -63px -129px; }
.lv_top_slideshow .lv_icon_disabled,
.lv_top_slideshow:hover .lv_icon_disabled { background-position: -63px -162px; }

.lv_top_slideshow_playing .lv_icon { background-position: -148px -96px; }
.lv_top_slideshow_playing:hover .lv_icon { background-position: -148px -129px; }


.lv_top_next { width: 62px; }
.lv_top_next .lv_icon { background-position: -84px -96px; }
.lv_top_next:hover .lv_icon { background-position: -84px -129px; }
.lv_top_next .lv_icon_disabled,
.lv_top_next:hover .lv_icon_disabled { background-position: -84px -162px; }

.lv_icon span { margin-top: 5px; width: 30px; text-align: center; line-height: 23px; }
.lv_top_previous span { float: right; margin-right: 7px; }
.lv_top_next span { float: left; margin-left: 6px; }


.lv_controls_top_close {
    height: 33px;
    width: 33px; /* 46 */
    position: fixed;
    top: 0;
    right: 0;
    padding: 13px;
}
.lv_controls_top_close_button {
    height: 33px;
    width: 33px;
    float: left;
    position: relative;
    background-image: url("skins/light/sprite.png");
    background-repeat: no-repeat;
    background-position: -166px -21px;
    cursor: pointer;
}
.lv_controls_top_close_button:hover {
    background-position: -166px -54px;
}


/*
 * Relative Controls / Slider
*/
.lv_controls_relative {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -150px;
    height: 50px;
    overflow: hidden;
    background: url('/img/skins/blank.gif');
}
.lv_slider {
    font-family: "Lucida Sans", "Lucida Grande", Tahoma, sans-serif;
    font-size: 9px;
    height: 21px;
    line-height: 21px;
    padding: 15px 0 14px 0;
    position: relative;
    overflow: hidden;
}
.lv_slider .lv_slider_numbers {
    float: left;
    position: relative;
    height: 21px;
    overflow: hidden;
    margin: 0 2px;
}
.lv_slider .lv_slider_slide {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
}

.lv_slider_number,
.lv_slider_number_empty { 
    float: left;
    position: relative;
    height: 21px;
    width: 28px;
    line-height: 21px;
    overflow: hidden;
    color: #d4d4d4;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    background: #4a4a4a;
    text-align: center;
    padding: 0;
    margin: 0;
    zoom: 1;
    text-transform: none;
    text-decoration: none;
    border: none;
    background-repeat: no-repeat;
    background: url('/img/skins/light/sprite.png');
    background-position: -67px 0px;
    cursor: pointer;
}

.lv_slider_number_empty { background-position: -151px 0px; cursor: default; }
.lv_slider_number_last { margin-right: 0; }

.lv_slider_number:hover {
    background-position: -95px 0px;

}
.lv_slider_numbers .lv_slider_number_active,
.lv_slider_numbers .lv_slider_number_active:hover {
    background-position: -123px 0px;
    color: #808080;
    cursor: default;
}

.lv_slider .lv_slider_icon,
.lv_slider .lv_icon {
    height: 21px;
    width: 21px;
}
.lv_slider .lv_slider_icon {
    zoom: 1;
    padding: 0 2px; /* IE6 needs padding instead of margin */
    display: inline;
    position: relative;
    cursor: pointer;
    float: left;
}
.lv_slider .lv_icon {
    background: url('/img/skins/light/sprite.png');
    background-repeat: no-repeat;
    /* IE6 */
    position: absolute; 
    top: 0;
    left: 2px;
    display: block;
}

.lv_slider_previous .lv_icon { background-position: -82px -21px; }
.lv_slider_previous .lv_icon:hover { background-position: -82px -42px; }
.lv_slider_previous_disabled .lv_icon,
.lv_slider_previous_disabled .lv_icon:hover { background-position: -82px -63px; cursor: default; }

.lv_slider_next .lv_icon { background-position: -103px -21px; }
.lv_slider_next .lv_icon:hover { background-position: -103px -42px; }
.lv_slider_next_disabled .lv_icon,
.lv_slider_next_disabled .lv_icon:hover { background-position: -103px -63px; cursor: default; }

.lv_slider_slideshow { position: relative; top : 0; left: 0; display: inline; }
.lv_slider_slideshow .lv_icon { background-position: -125px -21px;}
.lv_slider_slideshow .lv_icon:hover { background-position: -125px -42px; }
.lv_slider_slideshow_playing .lv_icon { background-position: -146px -21px; }
.lv_slider_slideshow_playing .lv_icon:hover { background-position: -146px -42px; }
.lv_slider_slideshow_disabled .lv_icon,
.lv_slider_slideshow_disabled .lv_icon:hover { background-position: -125px -63px; cursor: default; }


/* thumbnails */
.lv_thumbnails {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 92px;
    padding: 15px 0 25px 0;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.lv_thumbnails_slider {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
}

.lv_thumbnails_slide {
    position: absolute;
    top: 0;
    left: 0;
}

.lv_thumbnail {
    width: 92px;
    height: 92px;
    float: left;
    position: relative;
    display: inline; 
    overflow: hidden; /* IE6 */
}
.lv_thumbnail_image {
    position: relative;
    background: red;
    background: #161616;
    width: 80px;
    height: 80px;
    margin: 6px;
    float: left;
    box-shadow: 0 -1px 4px rgba(0, 0, 0, .3);
    cursor: pointer;
    overflow: hidden;
    display: inline; /* IE6 */
    z-index: 0; /* IE8 */

}
.lv_thumbnail_image img { position: absolute; }
.lv_thumbnail_active .lv_thumbnail_image {
    filter: alpha(opacity=35);
    opacity: .35;
    display: inline;
}

.lv_thumbnail_icon {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -18px;
    margin-top: -18px;
    background-position: 99px 99px;
    background-repeat: no-repeat;
    display: block !important;
    display: none; /* IE6 */
}

.lv_thumbnail_image_spinner_overlay {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    background: #161616;
}

.lv_thumbnail_icon_video { background-position: 0px -196px; }
.lv_thumbnail:hover .lv_thumbnail_icon_video { background-position: -36px -196px; }
.lv_thumbnail_active:hover .lv_thumbnail_icon_video { background-position: 0px -196px; }

/* 
 * Skins
*/
/* normalization for all skins */
.lv_content { text-align: left; }

.lv_content,
.lv_content h1,
.lv_content h2,
.lv_content h3,
.lv_content h4,
.lv_content h5,
.lv_content h6 { color: #333; }

.lv_content a,
.lv_content a:hover {
    color: #0088cc;
    font-weight: normal;
    background: none;
    border: 0;
    text-decoration: none;
}
.lv_content a:hover { text-decoration: underline; }

.lv_title_caption a,
.lv_title_caption a:hover {
    color: #b4b4b4;
    font-weight: normal;
    background: none;
    border: 0;
    text-decoration: none;
}
.lv_title_caption a:hover { text-decoration: underline; }

/* 
 * skin: 'light'
*/
/* title/caption */
.lv_window_light .lv_title_caption { text-shadow: 0px 1px 1px rgba(0,0,0,.25); }

/* close button */
.lv_window_light .lv_button_top_close {
    top: 17px;
    left: 55px;
}

/* sprite */
.lv_window_light .lv_side_button_previous,
.lv_window_light .lv_side_button_next,
.lv_window_light .lv_button_top_close,
.lv_window_light .lv_controls_top_close_button,
.lv_window_light .lv_slider .lv_icon,
.lv_window_light .lv_slider_number,
.lv_window_light .lv_slider_number_empty,
.lv_window_light .lv_controls_top_close_button,
.lv_controls_top_skin_light .lv_icon,
.lv_controls_top_close_skin_light .lv_controls_top_close_button,
.lv_thumbnails_skin_light .lv_thumbnail_icon {
    background-image: url('/img/skins/light/sprite.png') !important;  
    background-image: url('/img/skins/light/sprite_ie_lt_7.png'); /* IE < 7 */
}


/*
 * skin: 'dark'
*/
/* normalization */
.lv_content_dark,
.lv_content_dark h1,
.lv_content_dark h2,
.lv_content_dark h3,
.lv_content_dark h4,
.lv_content_dark h5,
.lv_content_dark h6 {
    color: #f3f3f3;
}

.lv_content_dark a,
.lv_content_dark a:hover {
    color: #b4b4b4;
}

/* sprite */
.lv_window_dark .lv_side_buttons_underneath .lv_side_button_previous,
.lv_window_dark .lv_side_buttons_underneath .lv_side_button_next,
.lv_window_dark .lv_button_top_close,
.lv_window_dark .lv_controls_top_close_button,
.lv_window_dark .lv_slider .lv_icon,
.lv_window_dark .lv_slider .lv_slider_number,
.lv_window_dark .lv_slider .lv_slider_number_empty,
.lv_window_dark .lv_controls_top_close_button,
.lv_controls_top_skin_dark .lv_icon,
.lv_controls_top_close_skin_dark .lv_controls_top_close_button,
.lv_thumbnails_skin_dark .lv_thumbnail_icon {
    background-image: url('/img/skins/dark/sprite.png') !important;
    background-image: url('/img/skins/dark/sprite_ie_lt_7.png'); /* IE < 7 */
}

/* close button */
.lv_window_dark .lv_button_top_close {
    top: 18px;
    left: 53px;
}

/* controls: 'relative' */
.lv_window_dark .lv_slider_number { color: #acacac; }
.lv_window_dark .lv_slider_number:hover { color: #e3e3e3; }
.lv_window_dark .lv_slider_number_active,
.lv_window_dark .lv_slider_number_active:hover { color: #5d5d5d;}

/* controls: 'top' */
.lv_controls_top_skin_dark .lv_icon { color: #a6a6a6; }
.lv_controls_top_skin_dark .lv_icon:hover { color: #e0e0e0; }
.lv_controls_top_skin_dark .lv_icon_disabled,
.lv_controls_top_skin_dark .lv_icon_disabled:hover { color: #575757; }


/* 
 * skin: 'mac'
*/
/* title/caption */
.lv_window_mac .lv_title_caption { text-shadow: 0px 1px 1px rgba(0,0,0,.25); }

/* sprite */
.lv_window_mac .lv_side_button_previous,
.lv_window_mac .lv_side_button_next,
.lv_window_mac .lv_button_top_close,
.lv_window_mac .lv_controls_top_close_button,
.lv_window_mac .lv_slider .lv_icon,
.lv_window_mac .lv_slider_number,
.lv_window_mac .lv_slider_number_empty,
.lv_window_mac .lv_controls_top_close_button,
.lv_controls_top_skin_mac .lv_icon,
.lv_controls_top_close_skin_mac .lv_controls_top_close_button,
.lv_thumbnails_skin_mac .lv_thumbnail_icon {
    background-image: url('/img/skins/mac/sprite.png') !important;
    background-image: url('/img/skins/mac/sprite_ie_lt_7.png'); IE < 7
}

/* close button */
.lv_window_mac .lv_button_top_close {
    top: 39px;
    left: 39px;
}

/* controls: 'relative' */
.lv_window_mac .lv_slider_number { color: #acacac; }
.lv_window_mac .lv_slider_number:hover { color: #e1e1e1; }
.lv_window_mac .lv_slider_number_active,
.lv_window_mac .lv_slider_number_active:hover { color: #5d5d5d; }

/* controls: 'top' */
.lv_controls_top_skin_mac .lv_icon { color: #a6a6a6; }
.lv_controls_top_skin_mac .lv_icon:hover { color: #e0e0e0; }
.lv_controls_top_skin_mac .lv_icon_disabled,
.lv_controls_top_skin_mac .lv_icon_disabled:hover { color: #575757; }

/**
* @file: highslide.css 
* @version: 4.1.13
*/
/**
* @file: highslide.css 
* @version: 4.1.13
*/
.highslide-container div {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide-container table {
    background: none;
    table-layout: auto;
}
.highslide {
    outline: none;
    text-decoration: none;
}
.highslide img {
    border: 2px solid silver;
}
.highslide:hover img {
    border-color: gray;
}
.highslide-active-anchor img {
    visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
    border-color: black;
    visibility: visible;
    cursor: default;
}
.highslide-image {
    border-width: 2px;
    border-style: solid;
    border-color: white;
}
.highslide-wrapper, .highslide-outline {
    background: white;
}
.glossy-dark {
    background: #111;
}

.highslide-image-blur {
}
.highslide-number {
    font-weight: bold;
    color: gray;
    font-size: .9em;
}
.highslide-caption {
    display: none;
    font-size: 1em;
    padding: 5px;
    /*background: white;*/
}
.highslide-heading {
    display: none;
    font-weight: bold;
    margin: 0.4em;
}
.highslide-dimming {
    /*position: absolute;*/
    background: black;
}
a.highslide-full-expand {
    background: url(../img/graphics/fullexpand.gif) no-repeat;
    display: block;
    margin: 0 10px 10px 0;
    width: 34px;
    height: 34px;
}
.highslide-loading {
    display: block;
    color: black;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding: 3px;
    border: 1px solid white;
    background-color: white;
    padding-left: 22px;
    background-image: url(../img/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
    font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-move, .highslide-move * {
    cursor: move;
}

.highslide-viewport {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: none;
    left: 0;
    top: 0;
}
.highslide-overlay {
    display: none;
}
.hidden-container {
    display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
    position: relative;
    top: -15px;
    left: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../img/graphics/close.png);
    /* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/*****************************************************************************/
/* Thumbnail boxes for the galleries.                                        */
/* Remove these if you are not using a gallery.                              */
/*****************************************************************************/
.highslide-gallery ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.highslide-gallery ul li {
    display: block;
    position: relative;
    float: left;
    width: 106px;
    height: 106px;
    border: 1px solid silver;
    background: #ededed;
    margin: 2px;
    padding: 0;
    line-height: 0;
    overflow: hidden;
}
.highslide-gallery ul a {
    position: absolute;
    top: 50%;
    left: 50%;
}
.highslide-gallery ul img {
    position: relative;
    top: -50%;
    left: -50%;
}
html>/**/body .highslide-gallery ul li {
    display: table;
    text-align: center;
}
html>/**/body .highslide-gallery ul li {
    text-align: center;
}
html>/**/body .highslide-gallery ul a {
    position: static;
    display: table-cell;
    vertical-align: middle;
}
html>/**/body .highslide-gallery ul img {
    position: static;
}

/*****************************************************************************/
/* Controls for the galleries.											     */
/* Remove these if you are not using a gallery							     */
/*****************************************************************************/
.highslide-controls {
    width: 195px;
    height: 40px;
    background: url(../img/graphics/controlbar-white.gif) 0 -90px no-repeat;
    margin: 20px 15px 10px 0;
}
.highslide-controls ul {
    position: relative;
    left: 15px;
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: url(../img/graphics/controlbar-white.gif) right -90px no-repeat;

}
.highslide-controls li {
    float: left;
    padding: 5px 0;
    margin:0;
    list-style: none;
}
.highslide-controls a {
    background-image: url(../img/graphics/controlbar-white.gif);
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    outline: none;
}
.highslide-controls a.disabled {
    cursor: default;
}
.highslide-controls a.disabled span {
    cursor: default;
}
.highslide-controls a span {
    /* hide the text for these graphic buttons */
    display: none;
    cursor: pointer;
}


/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
    background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
    background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
    background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
    background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
    background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
    background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
    background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
    background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
    background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
    background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
    background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
    background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
    background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
    background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
    background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
    background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
    background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
    background-position: -180px -30px;
}

/*****************************************************************************/
/* Styles for the HTML popups											     */
/* Remove these if you are not using Highslide HTML						     */
/*****************************************************************************/
.highslide-maincontent {
    display: none;
}
.highslide-html {
    background-color: white;
}
.mobile .highslide-html {
    border: 1px solid silver;
}
.highslide-html-content {
    display: none;
    width: 400px;
    padding: 0 5px 5px 5px;
}
.highslide-header {
    padding-bottom: 5px;
}
.highslide-header ul {
    margin: 0;
    padding: 0;
    text-align: right;
}
.highslide-header ul li {
    display: inline;
    padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
    display: none;
}
.highslide-header a {
    font-weight: bold;
    color: gray;
    text-transform: uppercase;
    text-decoration: none;
}
.highslide-header a:hover {
    color: black;
}
.highslide-header .highslide-move a {
    cursor: move;
}
.highslide-footer {
    height: 16px;
}
.highslide-footer .highslide-resize {
    display: block;
    float: right;
    margin-top: 5px;
    height: 11px;
    width: 11px;
    background: url(../img/graphics/resize.gif) no-repeat;
}
.highslide-footer .highslide-resize span {
    display: none;
}
.highslide-body {
}
.highslide-resize {
    cursor: nw-resize;
}

/*****************************************************************************/
/* Styles for the Individual wrapper class names.							 */
/* See www.highslide.com/ref/hs.wrapperClassName							 */
/* You can safely remove the class name themes you don't use				 */
/*****************************************************************************/

/* hs.wrapperClassName = 'draggable-header' */
.draggable-header .highslide-header {
    height: 18px;
    border-bottom: 1px solid #dddddd;
}
.draggable-header .highslide-heading {
    position: absolute;
    margin: 2px 0.4em;
}

.draggable-header .highslide-header .highslide-move {
    cursor: move;
    display: block;
    height: 16px;
    position: absolute;
    right: 24px;
    top: 0;
    width: 100%;
    z-index: 1;
}
.draggable-header .highslide-header .highslide-move * {
    display: none;
}
.draggable-header .highslide-header .highslide-close {
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 5;
    padding: 0;
}
.draggable-header .highslide-header .highslide-close a {
    display: block;
    height: 16px;
    width: 16px;
    background-image: url(../img/graphics/closeX.png);
}
.draggable-header .highslide-header .highslide-close a:hover {
    background-position: 0 16px;
}
.draggable-header .highslide-header .highslide-close span {
    display: none;
}
.draggable-header .highslide-maincontent {
    padding-top: 1em;
}

/* hs.wrapperClassName = 'titlebar' */
.titlebar .highslide-header {
    height: 18px;
    border-bottom: 1px solid #dddddd;
}
.titlebar .highslide-heading {
    position: absolute;
    width: 90%;
    margin: 1px 0 1px 5px;
    color: #666666;
}

.titlebar .highslide-header .highslide-move {
    cursor: move;
    display: block;
    height: 16px;
    position: absolute;
    right: 24px;
    top: 0;
    width: 100%;
    z-index: 1;
}
.titlebar .highslide-header .highslide-move * {
    display: none;
}
.titlebar .highslide-header li {
    position: relative;
    top: 3px;
    z-index: 2;
    padding: 0 0 0 1em;
}
.titlebar .highslide-maincontent {
    padding-top: 1em;
}

/* hs.wrapperClassName = 'no-footer' */
.no-footer .highslide-footer {
    display: none;
}

/* hs.wrapperClassName = 'wide-border' */
.wide-border {
    background: white;
}
.wide-border .highslide-image {
    border-width: 10px;
}
.wide-border .highslide-caption {
    padding: 0 10px 10px 10px;
}

/* hs.wrapperClassName = 'borderless' */
.borderless .highslide-image {
    border: none;
}
.borderless .highslide-caption {
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    background: silver;
}

/* hs.wrapperClassName = 'outer-glow' */
.outer-glow {
    background: #444;
}
.outer-glow .highslide-image {
    border: 5px solid #444444;
}
.outer-glow .highslide-caption {
    border: 5px solid #444444;
    border-top: none;
    padding: 5px;
    background-color: gray;
}

/* hs.wrapperClassName = 'colored-border' */
.colored-border {
    background: white;
}
.colored-border .highslide-image {
    border: 2px solid green;
}
.colored-border .highslide-caption {
    border: 2px solid green;
    border-top: none;
}

/* hs.wrapperClassName = 'dark' */
.dark {
    background: #111;
}
.dark .highslide-image {
    border-color: black black #202020 black;
    background: gray;
}
.dark .highslide-caption {
    color: white;
    background: #111;
}
.dark .highslide-controls,
.dark .highslide-controls ul,
.dark .highslide-controls a {
    background-image: url(../img/graphics/controlbar-black-border.gif);
}

/* hs.wrapperClassName = 'floating-caption' */
.floating-caption .highslide-caption {
    position: absolute;
    padding: 1em 0 0 0;
    background: none;
    color: white;
    border: none;
    font-weight: bold;
}

/* hs.wrapperClassName = 'controls-in-heading' */
.controls-in-heading .highslide-heading {
    color: gray;
    font-weight: bold;
    height: 20px;
    overflow: hidden;
    cursor: default;
    padding: 0 0 0 22px;
    margin: 0;
    background: url(../img/graphics/icon.gif) no-repeat 0 1px;
}
.controls-in-heading .highslide-controls {
    width: 105px;
    height: 20px;
    position: relative;
    margin: 0;
    top: -23px;
    left: 7px;
    background: none;
}
.controls-in-heading .highslide-controls ul {
    position: static;
    height: 20px;
    background: none;
}
.controls-in-heading .highslide-controls li {
    padding: 0;
}
.controls-in-heading .highslide-controls a {
    background-image: url(../img/graphics/controlbar-white-small.gif);
    height: 20px;
    width: 20px;
}

.controls-in-heading .highslide-controls .highslide-move {
    display: none;
}

.controls-in-heading .highslide-controls .highslide-previous a {
    background-position: 0 0;
}
.controls-in-heading .highslide-controls .highslide-previous a:hover {
    background-position: 0 -20px;
}
.controls-in-heading .highslide-controls .highslide-previous a.disabled {
    background-position: 0 -40px !important;
}
.controls-in-heading .highslide-controls .highslide-play a {
    background-position: -20px 0;
}
.controls-in-heading .highslide-controls .highslide-play a:hover {
    background-position: -20px -20px;
}
.controls-in-heading .highslide-controls .highslide-play a.disabled {
    background-position: -20px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-pause a {
    background-position: -40px 0;
}
.controls-in-heading .highslide-controls .highslide-pause a:hover {
    background-position: -40px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a {
    background-position: -60px 0;
}
.controls-in-heading .highslide-controls .highslide-next a:hover {
    background-position: -60px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a.disabled {
    background-position: -60px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-full-expand a {
    background-position: -100px 0;
}
.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
    background-position: -100px -20px;
}
.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
    background-position: -100px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-close a {
    background-position: -120px 0;
}
.controls-in-heading .highslide-controls .highslide-close a:hover {
    background-position: -120px -20px;
}

/*****************************************************************************/
/* Styles for text based controls.						                     */
/* You can safely remove this if you don't use text based controls			 */
/*****************************************************************************/

.text-controls .highslide-controls {
    width: auto;
    height: auto;
    margin: 0;
    text-align: center;
    background: none;
}
.text-controls ul {
    position: static;
    background: none;
    height: auto;
    left: 0;
}
.text-controls .highslide-move {
    display: none;
}
.text-controls li {
    background-image: url(../img/graphics/controlbar-text-buttons.png);
    background-position: right top !important;
    padding: 0;
    margin-left: 15px;
    display: block;
    width: auto;
}
.text-controls a {
    background: url(../img/graphics/controlbar-text-buttons.png) no-repeat;
    background-position: left top !important;
    position: relative;
    left: -10px;
    display: block;
    width: auto;
    height: auto;
    text-decoration: none !important;
}
.text-controls a span {
    background: url(../img/graphics/controlbar-text-buttons.png) no-repeat;
    margin: 1px 2px 1px 10px;
    display: block;
    min-width: 4em;
    height: 18px;
    line-height: 18px;
    padding: 1px 0 1px 18px;
    color: #333;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
}
.text-controls .highslide-next {
    margin-right: 1em;
}
.text-controls .highslide-full-expand a span {
    min-width: 0;
    margin: 1px 0;
    padding: 1px 0 1px 10px;
}
.text-controls .highslide-close a span {
    min-width: 0;
}
.text-controls a:hover span {
    color: black;
}
.text-controls a.disabled span {
    color: #999;
}

.text-controls .highslide-previous span {
    background-position: 0 -40px;
}
.text-controls .highslide-previous a.disabled {
    background-position: left top !important;
}
.text-controls .highslide-previous a.disabled span {
    background-position: 0 -140px;
}
.text-controls .highslide-play span {
    background-position: 0 -60px;
}
.text-controls .highslide-play a.disabled {
    background-position: left top !important;
}
.text-controls .highslide-play a.disabled span {
    background-position: 0 -160px;
}
.text-controls .highslide-pause span {
    background-position: 0 -80px;
}
.text-controls .highslide-next span {
    background-position: 0 -100px;
}
.text-controls .highslide-next a.disabled {
    background-position: left top !important;
}
.text-controls .highslide-next a.disabled span {
    background-position: 0 -200px;
}
.text-controls .highslide-full-expand span {
    background: none;
}
.text-controls .highslide-full-expand a.disabled {
    background-position: left top !important;
}
.text-controls .highslide-close span {
    background-position: 0 -120px;
}


/*****************************************************************************/
/* Styles for the thumbstrip.							                     */
/* See www.highslide.com/ref/hs.addSlideshow    							 */
/* You can safely remove this if you don't use a thumbstrip 				 */
/*****************************************************************************/

.highslide-thumbstrip {
    height: 100%;
    direction: ltr;
}
.highslide-thumbstrip div {
    overflow: hidden;
}
.highslide-thumbstrip table {
    position: relative;
    padding: 0;
    border-collapse: collapse;
}
.highslide-thumbstrip td {
    padding: 1px;
    /*text-align: center;*/
}
.highslide-thumbstrip a {
    outline: none;
}
.highslide-thumbstrip img {
    display: block;
    border: 1px solid gray;
    margin: 0 auto;
}
.highslide-thumbstrip .highslide-active-anchor img {
    visibility: visible;
}
.highslide-thumbstrip .highslide-marker {
    position: absolute;
    width: 0;
    height: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent; /* change this to actual background color in highslide-ie6.css */
}
.highslide-thumbstrip-horizontal div {
    width: auto;
    /* width: 100% breaks in small strips in IE */
}
.highslide-thumbstrip-horizontal .highslide-scroll-up {
    display: none;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 25px;
    height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-up div {
    margin-bottom: 10px;
    cursor: pointer;
    background: url(../img/graphics/scrollarrows.png) left center no-repeat;
    height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down {
    display: none;
    position: absolute;
    top: 3px;
    right: 3px;
    width: 25px;
    height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down div {
    margin-bottom: 10px;
    cursor: pointer;
    background: url(../img/graphics/scrollarrows.png) center right no-repeat;
    height: 42px;
}
.highslide-thumbstrip-horizontal table {
    margin: 2px 0 10px 0;
}
.highslide-viewport .highslide-thumbstrip-horizontal table {
    margin-left: 10px;
}
.highslide-thumbstrip-horizontal img {
    width: auto;
    height: 40px;
}
.highslide-thumbstrip-horizontal .highslide-marker {
    top: 47px;
    border-left-width: 6px;
    border-right-width: 6px;
    border-bottom: 6px solid gray;
}
.highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
    margin-left: 10px;
}
.dark .highslide-thumbstrip-horizontal .highslide-marker, .highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
    border-bottom-color: white !important;
}

.highslide-thumbstrip-vertical-overlay {
    overflow: hidden !important;
}
.highslide-thumbstrip-vertical div {
    height: 100%;
}
.highslide-thumbstrip-vertical a {
    display: block;
}
.highslide-thumbstrip-vertical .highslide-scroll-up {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-up div {
    margin-left: 10px;
    cursor: pointer;
    background: url(../img/graphics/scrollarrows.png) top center no-repeat;
    height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down div {
    margin-left: 10px;
    cursor: pointer;
    background: url(../img/graphics/scrollarrows.png) bottom center no-repeat;
    height: 25px;
}
.highslide-thumbstrip-vertical table {
    margin: 10px 0 0 10px;
}
.highslide-thumbstrip-vertical img {
    width: 60px; /* t=5481 */
}
.highslide-thumbstrip-vertical .highslide-marker {
    left: 0;
    margin-top: 8px;
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-left: 6px solid gray;
}
.dark .highslide-thumbstrip-vertical .highslide-marker, .highslide-viewport .highslide-thumbstrip-vertical .highslide-marker {
    border-left-color: white;
}

.highslide-viewport .highslide-thumbstrip-float {
    overflow: auto;
}
.highslide-thumbstrip-float ul {
    margin: 2px 0;
    padding: 0;
}
.highslide-thumbstrip-float li {
    display: block;
    height: 60px;
    margin: 0 2px;
    list-style: none;
    float: left;
}
.highslide-thumbstrip-float img {
    display: inline;
    border-color: silver;
    max-height: 56px;
}
.highslide-thumbstrip-float .highslide-active-anchor img {
    border-color: black;
}
.highslide-thumbstrip-float .highslide-scroll-up div, .highslide-thumbstrip-float .highslide-scroll-down div {
    display: none;
}
.highslide-thumbstrip-float .highslide-marker {
    display: none;
}

#politician_frame h2 {
    padding: 83px 0 0 51px;
}

.read_more_button { background: url(/img/tatupedia/read_more.png) 0 2px no-repeat; padding-left: 10px; color: #2a8b9a; float: right; text-decoration: none; font-weight: bold; font-size: 11px; }

#politician_frame h2 { width: 400px; text-align: center; color: #94776d; font-size: 16px; }
#politician_frame h4 { width: 500px; text-align: center; color: black; font-size: 13px; margin-bottom: 0;}
#politician_frame .chapter_img { position: absolute; top: 85px; right: 280px; }
#hodden_overflow {overflow: hidden; width: 425px; height: 415px; font-family: "Times New Roman", Times, serif; }
#hodden_overflow b { text-align: center; padding-top: 325px; display: block; }
.poll_remark {color: #e16158; font-weight: bold; font-size: 12px; margin-top: -22px; position: absolute; left: 236px;}
.share_poll { color: #ACABAB; font-weight: bold; margin-left: 222px;}
.share_poll div {display: inline-block;}

.advert-block { display: inline-block; width: 200px; margin: 10px 30px; }