/* Global */
* {
	margin:0;
	padding:0;
}
a,img{border:none;}
li {list-style:none;}
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
a{text-decoration:underline;}
a:hover{text-decoration:none;}
.underline{text-decoration:underline;}
/* Layout */
html
{
	height: 100%;
}
body{
	background-color:#f6f4ef;
	font: 62.5%/1.4  Arial, Helvetica, sans-serif;
	color:#2c2c2c;
	height: 100%;
}
#main_table{box-sizing: content-box;}
#main_table_inner{background:none;}
#header,
#header_en {
	height: 214px;
	width:100%;
	position:relative;
	font-size:11px;
}
#header {background:url(/images/art-f-v4-ru.jpg) no-repeat top left;}
#header_en {background:url(/images/art-f-v4-en.jpg) no-repeat top left;}
#container{
	position:relative;
	padding-top:1px;
	border-left:1px solid #90c243;
	border-right:1px solid #283a99;
	width:778px;
	z-index:1;
	background:#e2e2e2;
	font-size:11px;
}
#footer{
	width:1000px;
	height:90px;
	position:relative;
	background:url(/images/footer_bg.gif) top left repeat-x;
	font-size:11px;
	margin-top:20px;
	margin-left: -15px;
}
/* Header */
#header h1,
#header_en h1{
	position:absolute;
	top:11px;
	left:32px;
}
#header h1 a,
#header_en h1 a{
	display:block;
	width:213px;
	height:166px;
	overflow:hidden;
	text-indent:-9999px;
	/*background:url(/images/logo.png) top left no-repeat;*/
	font-size:1px;
	outline:none;
}
#header h2,
#header_en h2 {
	/*padding-top:61px;
	padding-left:203px;*/
	padding-top:20px;
	/*padding-left:156px;*/
	padding: 20px 55px 0 235px;
	color: #fff;
	line-height: 36px;
	font-size: 26px;
	font-weight:normal;
	font-family: Georgia, sans-serif;
	font-style: italic;
	font-weight: bold;
}
#header h2 span,
#header_en h2 span {
	/*font-size:32px;*/
	color:#f26c00;
}
#header h3,
#header_en h3 {
	padding-left:203px;
	font-size:12px;
	color:#7d7d7d;
	font-weight:normal;
	position:relative;
	top:-5px;
}
#header .login_form,
#header_en .login-form {
	position:absolute;
	left:275px;
	top:4px;
}
#header .login_form label, #header .login_form input,
#header_en .login_form label, #header_en .login_form input {
	vertical-align:middle;
}
#header .login_form .text,
#header_en .login_form .text {
	border:1px solid #dbdbdb;
	height:13px;
	width:77px;
	font-size:10px;
}
#header .login_form .submit,
#header_en .login_form .submit {
	border:none;
	background:url(/images/login_arrow.gif) right 6px no-repeat;
	padding-right:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
	cursor:pointer;
}
#header .info_block,
#header_en .info_block {
	width:301px;
	height:46px;
	padding-top:11px;
	padding-left:44px;
	background:url(/images/header_block_bg.jpg) 0 0 no-repeat;
	position:absolute;
	top:28px;
	right:12px;
	color:#7d7d7d;
}
#header .info_block a,
#header_en .info_block a {
	color:#7d7d7d;
	text-decoration:none;
}
#header .info_block span a,
#header_en .info_block span a {color:#000;}
#header .navigate,
#header_en .navigate {
	position:absolute;
	top:7px;
	left:8px;
	height:13px;
	width:175px;
	background:url(/images/navigate_bg.gif) 0 0 no-repeat;
}
#header .navigate li, #header .navigate2 li,
#header_en .navigate li, #header_en .navigate2 li {
	display:block;
	float:left;
}
#header .navigate li a,
#header_en .navigate li a {
	width:12px;
	height:11px;
	display:block;
	margin-left:45px;
	font-size:1px;
	overflow:hidden;
	text-indent:-9999px;
	outline:none;
}
#header .navigate2,
#header_en .navigate2 {
	position:absolute;
	top: 0px;
	right: 0px;
	width: 58px;
	height: 75px;
	background: #f0f5fb;
	border-radius: 0px 0px 6px 6px;
}
#header .navigate2 li,
#header_en .navigate2 li {
	/*padding:12px 10px;*/
	float:left;
	color:#003476;
	/*font-weight:bold;*/
	/*border-left:1px solid #c4c4c4;*/
	width: 28px;
	height: 28px;
	font-size: 13px;
	line-height:13px;
	/*text-align: center;*/
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -14px;
}
#header .navigate2 li.active,
#header_en .navigate2 li.active {
	color:#ffffff;
	background: url("/images/bg_lang.png") no-repeat 0px 0px transparent;
}
#header .navigate2 li.active span,
#header_en .navigate2 li.active span {
	color: #ffffff;
	text-decoration: none;
}
#header .navigate2 li:first-child,
#header_en .navigate2 li:first-child {
	border:none;
	margin-bottom: 4px;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -14px;
}
#header .navigate2 li span,
#header_en .navigate2 li span {
	color:#003476;
	font-weight:normal;
	font-size: 12px;
	margin: 10px 10px 0px 0;
	display: block;
	margin: 7px 0 0 5px;
        text-decoration: underline;
        cursor: pointer;
}
#header .navigate2 li span:hover,
#header_en .navigate2 li span:hover {	
        text-decoration: none;
       
}
#main_menu{
	width:100%;
	height:38px;
	background:url(/images/menu_bg.gif) 0 0 no-repeat;
	padding-bottom:12px;
}
#main_menu .inner_bg{
	background:url(/images/menu_bg_inner.gif) top right no-repeat;
	height:27px;
	text-align:center;
	padding-top:11px;
}
/*#main_menu .inner_bg li{
display:inline;
padding:0px 13px;
}*/
#main_menu .inner_bg li{
	display:inline;
	padding:0px 7px;
}
#main_menu .inner_bg li a{
	font-size:14px;
	/*font-weight:bold;*/
	/*color:#003476;*/
	text-decoration: underline;
	color: #2c578c;
}
#main_menu .inner_bg li a:hover{
	/*text-decoration:underline;*/
}
/* Content */
.sidebar{
	width:245px;
	/*min-height:200px;*/
	padding: 5px 0px 5px;
	/*background:url(/images/area_bg.jpg) 0 0 no-repeat;*/
	background-color: #fff;
	font-size:11px;
	/*margin-left:16px;*/
	position:relative;
	margin-bottom:15px;
}
.sidebar .cut{
	position:absolute;
	width:15px;
	height:15px;
	bottom:0;
	left:0;
	/*background:url(/images/area_cut.gif) 0 0 no-repeat;*/
}
.sidebar .menu{
	/*margin-bottom:45px;*/
	margin-left:20px;
}
.sidebar .menu li {
	min-height:30px;
	width:211px;
	background: url(/images/dot.gif) left top repeat-x;
}
.sidebar .menu li:first-child{
	background:none;
}
.sidebar .menu li a{
	line-height:29px;
	color:#000;
	font-size:12px;
	display:block;
	padding-left:27px;
	background:url(/images/arrow.gif) left center no-repeat;
	text-decoration:none;
	outline:none;
}
.sidebar .menu li a.active {
	background-color:#257b00;
	font-weight:bold;
}
.sidebar .menu li a:hover{
	text-decoration:underline;
}
.sidebar .menu li div {
	margin-left:27px;
	width:184px;
	background:url(/images/dot.gif) 27px top repeat-x;
}
.sidebar .menu li div:first-child {
	background:none;
}
.sidebar .menu li div a{
	display:block;
	outline:none;
	line-height:20px;
	padding-left:10px;
	background:url(/images/arrow2.gif) left center no-repeat;
	color:#000;
	font-weight:normal;
	font-size:11px;
}
.sidebar .boxes li {
	width:141px;
	height:37px;
	margin-bottom:1px;
	background:url(/images/box_bg.gif) 0 0 no-repeat;
	padding-left:48px;
	padding-top:14px;
	color:#FFF;
}
.sidebar .boxes li a{
	color:#FFF;
	font-weight:bold;
}
.banner{
	text-align:center;
	/*margin-left:16px;*/
}
.rightbar{
	width:177px;
	/*padding-right:19px;*/
	font-size:11px;
}
.rightbar h2{
	color:#fff;
	font-size:17px;
	font-weight:normal;
	font-family:Tahoma;
	width:164px;
	padding-left:13px;
	height:26px;
	padding-top:3px;
	background:url(/images/right_title.gif) 0 0 no-repeat;
	text-transform:uppercase;
}
.rightbar ul{
	width:177px;
	background-color:#FFF;
	padding-top:20px;
}
.rightbar li {
	margin-bottom:25px;
	width:177px;
	text-align:center;
}
.rightbar li a{
	outline:none;
}
.container {
	min-height:370px;
	padding: 18px 25px 3px 24px;
	/*font-size:11px;*/
	font-size:13px;
}
.container h2.title{
	color:#fff;
	font-size:17px;
	font-weight:normal;
	font-family:Tahoma;
	width:100%;
	height:29px;
	background:url(/images/title_long_bg.gif) 0 0 no-repeat;
	text-transform:uppercase;
	margin-bottom:15px;
}
.container h2.title span{
	display:block;
	background:url(/images/title_long_bg.gif) right 0 no-repeat;
	height:27px;
	padding-top:2px;
	margin-left:20px;
}
.container .text_block_inner{
	padding:0px 17px;
}
.container .text_block_inner h3.title{
	font-size:18px;
	color:#3c3d3f;
	font-weight:normal;
	text-align:justify;
}
.container .text_block_inner h4.title{
	font-size:15px;
	color:#3c3d3f;
	font-weight:normal;
	text-align:justify;
	margin-bottom:15px;
}
.text_block_inner .text {
	color:#3c3d3f;
	font-size:11px;
	text-align:justify;
	margin-bottom:10px;
}
.text_block_inner .right {
	text-align:right;
	color:#3c3d3f;
	font-size:11px;
}
.container .blocks{
	margin-top:25px;
}
.container .news{
	float:left;
	width:43%;
	margin-right:3%;
}
.container .news h2{
	color:#fff;
	font-size:17px;
	font-weight:normal;
	font-family:Tahoma;
	width:100%;

	height:29px;

	background:url(/images/title_long_bg.gif) 0 0 no-repeat;
	text-transform:uppercase;
}
.container .news h2 span{
	display:block;
	background:url(/images/title_long_bg.gif) right 0 no-repeat;
	height:27px;
	padding-top:2px;
	margin-left:20px;
}
.container .news ul {
	padding-top:15px;
	background-color:#FFF;
}
.container .news li{
	margin-left:10px;
	padding-left:18px;
	padding-right:15px;
	background:url(/images/news-icon.gif) 0 0 no-repeat;
	margin-bottom:10px;
}
.container .news li span a{
	font-size:10px;
	display:block;
	color:#b7b2a1;
	text-decoration:none;
}
.container .news li span a:hover{
	text-decoration:underline;
}

.container .news li p a{
	color:#2C2C2C;
	text-decoration:none;
}
.container .news li p a:hover{
	text-decoration:underline;
}

.container .text_block{
	width:54%;
	float:left;
}
.container .text_block p{
	margin-top:10px;
}
.container .text_block a{
	text-decoration:none;
	color:#2C2C2C;
}
.container .text_block a:hover{
	text-decoration:underline;
}
.container .text_block .more{
	text-align:right;
	color:#0067af;
	font-size:10px;
	padding-right:10px;
	background:url(/images/arrow3.gif) right 6px no-repeat;
	margin-right:5px;
}
.container .text_block .more a{
	color:#0067af;
}
/* Footer */
#footer p.copy {
	position:absolute;
	left:5px;
	top:50px;
	color:#9e9a91;
	width:121px;
	padding-left:144px;
	padding-top:10px;
	height:98px;
	display:block;
	background:url(/images/logo2.gif) 0 0 no-repeat;
}
#footer .contacts{
	width:350px;
	height:47px;
	position:absolute;
	top:45px;
	left:640px;
	background:url(/images/flag.gif) 0 8px no-repeat;
	padding-left:32px;
	padding-top:3px;
	font-size: 13px;
}
#footer .contacts .label {
	font-style: italic;
}
#footer .contacts .email {
	/*text-decoration: underline;*/
	color: #000;
}
#footer .counters{
	width:230px;
	position:absolute;
	right:0;
	top:60px;
	height:80px;
}
#footer .counters img {
	float:right;
	margin-bottom:10px;
	margin-left:10px;
}

.news_page  a:hover {
	text-decoration:underline;
}
.news_page a {
	text-decoration:none;
	color:#2C2C2C;
}

.news_page .date a{
	color:#B7B2A1;
}
.news_page .title a{
	color:#2C2C2C;
	font-weight:bold;
}
.smap{
	margin-left:20px;
}
.smap a{
	color:#2C2C2C;
	text-decoration:none;
}
.smap a:hover{
	text-decoration:underline;
}
.smap li{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:circle;
}
.sidebar .info_block {
	margin: 10px;
	text-align: center;
	font-size: 16px;
}
.sidebar.event {
	min-height: 10px;
}
.sidebar.hotnews {
	min-height: 300px;
	padding-top: 0px;
	/*padding-bottom: 40px;*/
}
.sidebar h2 {
	background:url(/images/right_title.gif) 0 0 no-repeat;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 17px;
    font-weight: normal;
    height: 26px;
    /*padding-left: 13px;*/
    padding-top: 3px;
}
.hotnews {
	color: #003476;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}
.hotnews .news {margin-left: 20px;}
.hotnews .all {
	/*position: absolute;
	bottom: 0;*/
	text-align: center;
	width: 100%;
	/*margin: 0 auto;*/
	padding: 0px 0px 15px;
}
.hotnews .all hr {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	text-align: center;
	margin-bottom: 10px;
}
.hotnews a,
.hotnews a:active {color: #003476!important;}
.hotnews li {
	list-style-type: none;
	margin-bottom: 20px;
	padding-right: 15px;
}
.hotnews .news .date {
	font-style: italic;
	color: #aaa;
}
.hotnews h2.title{
	color:#fff;
	font-size:17px;
	font-weight:normal;
	font-family:Tahoma;
	width:100%;
	height:29px;
	background:url(/images/title_long_bg.gif) 0 0 no-repeat;
	/*text-transform:uppercase;*/
	margin-bottom:15px;
	padding-top:0px;
}
.hotnews h2.title span{
	display:block;
	background:url(/images/title_long_bg.gif) right 0 no-repeat;
	height:27px;
	padding-top:0px;
	margin-left:20px;
	line-height: 24px;
}
.event a {
	/*color: #003476;*/
	/*color: #003476;*/
}
.event .info_block span a{
	color: #003476;
	font-size: 12px;
	font-style: italic;
}
.networks {
	text-align: center;
	margin-bottom: 10px;
}

/* DropDown Menu */
#main_menu .inner_bg  {padding:0;height:38px;}
#main_menu {
	height:38px;
}
#main_menu ul{
	z-index:10;
	position:relative;
}
#main_menu .inner_bg li{
	position:relative;
	padding-top:8px;
	height: 30px;
	display:inline-block;
	vertical-align:top;
}
#main_menu .inner_bg li.active > a{
	color: #fff;
	text-decoration: none;
	background: #F26C00;
	border-radius: 15px;
	border: solid  #F26C00;
	border-width: 3px 8px;

}
#main_menu .inner_bg li li {
	padding:0;
	margin:0;
	height:21px;
}
*+html #main_menu .inner_bg li{
	display:inline;
	zoom:1;
}
#main_menu ul ul{
	position:absolute;
	left:-99999px;
	top:-9999px;
	margin:0;
	list-style:none;
	width:100px;
	background:#94b4e0;
	overflow:hidden;
	padding:8px 20px 8px;
	text-align:left;
}
#main_menu ul li:hover ul
/*#main_menu ul li.active ul */{
	left:-30px;
	top:100%;
}
/* Fotogallery */
.content-holder {
	position:relative;
	overflow:hidden;
	width:705px;
}
.content-holder .gallery{list-style:none;}
.content-holder > ul {width:705px;}
.content-holder .gallery li{
	padding:0;
	display: inline-block;
	vertical-align:top;
	margin: 0 0 8px 0;
	width: 173px;
	text-align:center;
}
.content-holder .foto-gallery li{
	padding:0;
	display: inline-block;
	vertical-align:top;
	margin: 0 0 18px 0;
	width: 173px;
	text-align:center;
}
.content-holder .video-gallery li{
	padding:0;
	display: inline-block;
	vertical-align:top;
	margin: 0 0 15px 0;
	width: 173px;
	text-align:center;
}
*+html .content-holder .video-gallery li,
*+html .content-holder .foto-gallery li,
*+html .content-holder .gallery li{
	display:inline;
	zoom:1;
}
.content-holder a{
	font-size:14px;
	line-height:17px;
	color:#2c2c2c;
	text-decoration:none;
}
.content-holder a span {
	margin:0 10px;
	display:block;
	text-align:center;
}
.content-holder a img{margin:0 0 8px;}
.content-holder a .grey{
	color:#868686;
}
.content-holder a:hover span{
	text-decoration:underline;
}
.container h3{
	margin:0 0 20px;
	font-size:14px;
	line-height:17px;
	font-weight:normal;
}

/*
	--- SLIDER ---
*/
/*
	UTILITY STYLES
*/
#page-wrap .floatLeft
{ float: left; margin-right: 10px;}
#page-wrap .floatRight
{ float: right; }
#page-wrap .clear
{ clear: both; }
#page-wrap a
{ outline: none; }
/*
	PAGE STRUCTURE
*/
#page-wrap
{ width: 720px; margin: 0 0; position: relative; height: 430px; /*background: url(/images/bg.png) top center;*/}
/*
	TYPOGRAPHY
*/
#page-wrap ul
{ list-style: square inside; }
/*#page-wrap a, a:visited
{ color: #729dff; text-decoration: none; }*/
#page-wrap a:hover, a:active
{ color: white; }
#page-wrap blockquote
{ padding: 0 20px; margin-left: 20px; border-left: 20px solid #ccc; font-size: 14px;font-family: Georgia, serif; font-style: italic; margin-top: 10px;}
/*
	SLIDER_STYLE
*/
.slider-wrap
/*{ width: 720px; position: absolute; top: 87px; left: 40px; }*/
{ width: 720px; position: absolute; top: 60px; left: 14px; }
.stripViewer .panelContainer
.panel ul
{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer {
	position: relative;
	overflow: hidden;
	width: 635px;
	float: left;
	height: 420px;
	margin: -55px 0 41px -14px;
}
.stripViewer .panelContainer
{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel
{ float: left; height: 100%; position: relative; width: 635px; }
.stripViewer .panelContainer .panel img {height: 420px!important;}
.stripNavL, .stripNavR, .stripNav
{ display: none; }
.nav-thumb
{ border: 1px solid black; margin-right: 5px; }
#movers-row {
	margin: -63px 0 0 -14px;
	width: 92px;
	float: right;
	overflow: hidden;
	padding-top: 0;
}
#movers-row div
{ width: 90px; float: left; margin-left: 0; }
/*.photo-meta-data
{ background: url(/images/transpBlack.png); padding: 10px; height: 30px;margin-top: -50px; position: relative; z-index: 9999; color: white; }
*/
.photo-meta-data
{
  background: url(/images/transpBlack.png);
  padding: 10px;
  /* height: 30px; */
  /* margin-top: -50px; */
  position: absolute;
  z-index: 9999;
  width: 100%;
  color: white;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
}
.photo-meta-data span
{ font-size: 16px; }
.cross-link
{ display: block; width: 92px; margin-top: -14px;position: relative; padding-top: 24px; z-index: 9999; height: 77px; }
/*.active-thumb
{ background: transparent url(/images/icon-uparrowsmallwhite.png) top center no-repeat; }*/
/*
	--- END SLIDER ---
*/

#partners {
	/*width: 600px;*/
	height: 70px;
	padding: 10px 40px 25px 47px;
	background-color: #FFFFFF;
}
#partners ul {
	list-style-type: none;
}

#partners li {
	float: left;
	/*margin-left: 20px;*/
}
#partners li img {
	/*width: 70px;*/
}

#footer .copyright {
	position:absolute;
	left:5px;
	top:47px;

	width: 350px;
	font-size: 13px;
}

#footer .copyright span {
	height: 50px;
	margin-right: 5px;
	float:left;
}

.sidebar.event #partners{
    padding: 10px 20px 0;
}
.big-banner{
    /*background: #FFFFFF;*/
    text-align: center;
}
.big-banner img{
    padding: 15px;
}

.news_page {
    padding-bottom: 7px;
    border-bottom: 1px solid #FFFFFF;
    overflow: hidden;
}
.news_page img {
    float: left;
    margin-right: 10px;
    /*width: 121px;*/
}
.news-text {
    float: left;
    width: 554px;
}
.news_image,.news_title {margin-bottom: 10px;}
.news_title {text-align: left;}
.news_image {text-align: center;}
/*.news_image img {width: 400px;}*/
/* social-tabs [start] */
.tabs {
    width:100%;
    overflow:hidden;
    font-size:0.9em;
    margin:35px 0;
    zoom:1;
    padding:1px;
    position:relative;
}
.tabs dt {
    float:left;
    line-height:2;
    height:2em;
    background:#DAE2E8;
    border:1px solid #e8f0f5;
    border-bottom:0;
    padding:0 1em;
    position:relative;
    left:35px;
    margin-right:1px;
    cursor:pointer;
}
.tabs dt:hover {background-color:#C6C6C6;}
.tabs dt.selected {
    border-color:#C6C6C6;
    background:#fff;z-index:3;
    cursor:auto;
}
.tabs dd {
    background:#fff;
    display:none;
    float:right;
    width:100%;
    margin:2em 0 0 -100%;
    position:relative;
    z-index:2;
}
.tabs dd.selected {display:block;}
.tabs .tab-content {
    border:1px solid #C6C6C6;
    padding:20px;
}
.fb-comments:after{content: 'РџРµСЂРµРіСЂСѓР·РёС‚Рµ СЃС‚СЂР°РЅРёС†Сѓ'}
.fb-comments.fb_iframe_widget:after{content: ''}
/* social-tabs [end] */
.search button{
    background: url("/images/search_btn.png") no-repeat scroll center center;
     border: medium none;
    border-radius: 0 2px 2px 0;
    cursor: pointer;
   height: 24px;
    padding-top: 10px;
    width: 26px;
}
.searcher button{
    background: url("/images/search_btn.png") no-repeat scroll center center;
     border: medium none;
    border-radius: 0 2px 2px 0;
    cursor: pointer;
   height: 25px;
    padding-top: 10px;
    width: 27px;
}
.paginator {
    margin: 0 auto;
    position: relative;
    left: 290px;
    right: -360px;
}
.paginator ul.pagination {
    list-style: none outside none;  
}
ul.pagination li {
    float: left;
    margin-right: 5px;
}
.pagination li a{
    color: #000000;
/*    text-decoration: none;
    font-weight:bold;*/
}
/*LAVROV*/
.fancytitle {margin-top: -10px;}
.search {
	width: 175px;
	padding: 7px 0 0 10px;
}
.search input {
	border: none;
	border-radius: 21px;
	margin-right: 5px;
	box-shadow: -1px 1px 2px rgba(0,0,0,.3) inset;
	padding: 0 5px;
}
.inner_bg {position: relative;}
#main_menu ul {position: absolute;}
#main_menu ul {
    width: 837px;
    left: 50%;
	top: 0;
    margin-left: -330px;
}
/**/
#n-container {
	margin: 20px 0;
	width: 705px;
	position:relative;
	z-index:0;
	background: none;
}
#example {
	width: 705px;
	height: 160px;
	position:relative;
}
#slides {
	position:absolute;
	z-index:100;
}
#slides .next,
#slides .prev {
	position:absolute;
	top:60px;
	width:33px;
	height:44px;
	display:block;
	z-index:101;
}
.slides_container {
	width:705px;
	height:160px;
	overflow:hidden;
	position:relative;
}
#n-container .next {
	right: 0px;
	background: url(../images/controls.png) no-repeat top right;
}
#n-container .next:hover {background: url(../images/controls.png) no-repeat bottom right;}
#n-container .prev {
	left: 0px;
	background: url(../images/controls.png) no-repeat top left;
}
#n-container .prev:hover {background: url(../images/controls.png) no-repeat bottom left;}
.caption {
	width: 100%;
	height: 40px;
	background: rgba(0,0,0,.4);
	position:absolute;
	bottom: 0px;
	color: #fff;
}
.slide-collection {
	overflow: hidden;
	width: 565px;
	height: 131px;
	padding: 15px 70px;
}
.slide-collection a {
	display: block;
	width: 175px;
	height: 131px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}
.slide-collection a:last-child {margin-right: 0;}
#main_menu .inner_bg .highlight {background:url(/images/highlight.png) repeat-x;}
#main_menu .inner_bg .highlight a {
	text-decoration: none;
	color: #fff;
}
#main_menu .inner_bg .activehighlight {background:url(/images/activehighlight.png) repeat-x;}
#main_menu .inner_bg .activehighlight a {
	text-decoration: none;
	color: #fff;
}
.news_image img {height: auto;}
.new-links-block {
	/*width: 239px;
	padding: 0 3px;*/
	overflow: hidden;
	margin-top: 14px;
}
.new-links-block a {
	display: block;
	width: 75px;
	float: left;
	margin-left: 7px;
}
.mini-links-block a {
    padding-right: 1px;
}
.new-links-block a:first-child {margin-left: 0;}
.new-links-block a img {width: 75px;}

.sb_u_img_block_icon {
    bottom: 0;
    display: block!important;
    left: 0;
    position: absolute;
    width: 28px;
    height: 28px;
     margin-left: 0!important;
}

.sb_u_img_block_icon span.sp {
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    display: block!important;
    margin: 0!important;
    text-align: center!important;
    height: 28px;
}


.sb_u_icon_type {
    background-color: rgba(0, 0, 0, 0)!important;
    background-image: url("/images/mainSprite.png");
    display: inline-block!important;
    margin: 8px 0!important;
    text-decoration: none !important;
}
.sb_u_icon_type_v_w {
    background-position: -167px -402px;
    padding: 0 0 14px 14px !important;
    height: 0!important;
    overflow: hidden;
    vertical-align: middle;
    width: 0;
}
td#fancybox-title-float-left
{
	background: none;
}
td#fancybox-title-float-right
{
	background: none;
}
#fancybox-title-float-wrap td#fancybox-title-float-main
{
	background-image: none;
	background: #000;
	border: 1px solid #fff;
	padding: 5px;
    max-width: 900px;
    word-wrap: break-word;
    white-space: pre;
}
.panel a {
  color: #ddd;
}
.panel a:visited
{
 color: #ddd;	
}
#fancybox-title-float-wrap
{
	width: 600px;
	max-width: 600px;
}
#main_table
{
	overflow: hidden;
}