a.zap{
	display:inline-block;
	width:18px;
	height:25px;
	background:url('icons/zap.gif') no-repeat scroll 0 0 transparent;
}

#header1 {
	border-bottom: 1px #e5e5e5 solid;
	padding-bottom:15px;
	position:relative;
}

#header1 .rightad{
	position:absolute;
	right:0;
	top:0;
	font-size:12px;
	font-weight:normal;
}



h1 {
	color:#333;
}

#exhibition_content{
	text-align:center;
	margin:auto;
}

div.anav{
	padding:0;
	margin:5px 0 0 0;
	background:none;
	font-size:100%;
	border:0;
	text-align:right;
}
div.anav a, div.anav a:visited, a.anav {
	border:0;
	padding:0;
	text-decoration: none;
	font-size:80%;
	background:none;
}
a.anav:hover { background:none;}
div.anav span{
	padding: 0;
	font-weight: bold;
	font-size:80%;
}


#exhibition_about {
	margin:10px auto 0; 
	text-align:left; 
	width:960px;
	font-size:80%;
}



#thumbnails{
	width:960px;
	padding:16px 0; 
	clear:both;
	margin:auto;
}

#thumbnails div {
	display:inline; 
	float:left; 
	margin: 0 10px 10px 0; 
	width: 100px; 
	height: 100px; 
	padding:10px;
	border: 1px #e1e1e1 solid;
	background:#ffffff;
	position:relative;
}
#thumbnails div.sorting{
	border: 1px #8888ff solid;
	background:#cccccc;
	cursor:pointer;
}
#thumbnails div a{
	display:block; 
	width: 100px; 
	height: 100px; 
	border:0;
	background: center center no-repeat;
}

#thumbnails div a.zap{
	display:block; 
	position:absolute;
	right:-1px;
	bottom:-4px;
	width:18px;
	height:25px;
	background:url('icons/zap.gif') no-repeat scroll 0 0 transparent;
	cursor:pointer;
}
#thumbnails div.sorting a.zap{
	display:none;
}


table.sortable{
	border: 1px #ffffff solid;
}
table.sortable td.sorting{
	border-bottom: 1px #cc0000 dashed;
	border-top: 1px #cc0000 dashed;
	cursor:move;
}

#ajax_result{
	font-size:13px;
}



#exhibitions_lenta{
	margin: 10px 0;
	font-size:80%;
}

div.lenta_spacer{
	clear:both;
	border-bottom: 1px #e5e5e5 solid;
	margin: 10px 0;
}

#exhibitions_lenta .item{
}

#exhibitions_lenta .item a.thumb{
	display:block;
	float:left;
	background:url('i/trans.gif') no-repeat scroll left top transparent;
	background-size:cover;
	width:120px;
	height:120px;
	margin-bottom:10px;
}

#exhibitions_lenta .item .cont{
	padding-left:130px;
}

#exhibitions_lenta .item .cont a.title{
	font-size:120%;
	font-weight:bold;
	text-decoration:none;
}
#exhibitions_lenta .item .cont a.title.closed{
	color:#808080;
}

#exhibitions_lenta .item .cont span.subtitle{
	font-style:italic ;
}
#exhibitions_lenta .item .cont div.curator{
	font-size:11px;
	margin-top:5px;
}
#exhibitions_lenta .item .cont div.description{
	color:#333333;
	font-size:90%;
	margin-top:5px;
}

