html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul{list-style: none;}
blockquote, q{quotes: none;}
blockquote:before,
blockquote:after,
q:before,
q:after{
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face{
	font-family:'DINBold';
	src: url('/css/fonts/din_bold-webfont.eot?') format('embedded-opentype'),
	url('/css/fonts/din_bold-webfont.woff') format('woff'),
	url('/css/fonts/din_bold-webfont.ttf') format('truetype'),
	url('/css/fonts/din_bold-webfont.svg#DINBold') format('svg');
}
@font-face{
	font-family:'DINLightRegular';
	src: url('/css/fonts/din_light-webfont.eot?') format('embedded-opentype'),
	url('/css/fonts/din_light-webfont.woff') format('woff'),
	url('/css/fonts/din_light-webfont.ttf') format('truetype'),
	url('/css/fonts/din_light-webfont.svg#DINLightRegular') format('svg');
}
@font-face{
	font-family:'DINRegular';
	src: url('/css/fonts/din_medium-webfont.eot?') format('embedded-opentype'),
	url('/css/fonts/din_medium-webfont.woff') format('woff'),
	url('/css/fonts/din_medium-webfont.ttf') format('truetype'),
	url('/css/fonts/din_medium-webfont.svg#DINRegular') format('svg');
}
@font-face {
	font-family: 'ArialNarrowBold';
	src: url('/css/fonts/arial_narrow_bold-webfont.eot?') format('embedded-opentype'),
	url('/css/fonts/arial_narrow_bold-webfont.woff') format('woff'),
	url('/css/fonts/arial_narrow_bold-webfont.ttf') format('truetype'),
	url('/css/fonts/arial_narrow_bold-webfont.svg#ArialNarrowBold') format('svg');
}
body{
	margin:0;
	color:#666;
	font:14px/16px Arial, Helvetica, sans-serif;
	background:#e6e6e6;
	min-width:966px;
}
img{border-style:none;}

a{
	text-decoration:underline;
	color:#000;
}
a:hover{text-decoration:none;}
input{
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000;
}
form,fieldset{border-style:none;}
#wrapper{width:100%;}
#header{
	background:#000;
	width:100%;
	position:relative;
}
.header-holder{
	width:1050px;
	margin:0 auto;
	padding:24px 0 0 100px;
}
.main-container:after,
.visual-inner:after,
#main:after,
.header-holder:after{
	content:'';
	display:block;
	clear:both;
}
.logo{
	background:url(/images/template/logo.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	width:295px;
	height:27px;
	float:left;
}
.logo a{
	height:100%;
	display:block;
}
#nav{
	padding:0;
	margin:2px -7px 0 0;
	list-style:none;
	float:right;
	font:12px/16px 'DINBold', Arial, Helvetica, sans-serif;
	letter-spacing:1px;
}
#nav li{float:left;}
#nav a{
	padding:12px 13px 12px 11px;
	color:#fff;
	text-decoration:none;
	text-transform: uppercase;
	display:block;
	/*margin:0 0 0 3px;*/
	cursor:pointer;
}
#nav .active a,
#nav a:hover,
#nav li:hover a{
	background:#343434 !important;
	cursor:pointer;
}
#nav li.selected a {
	background: none repeat scroll 0 0 #222222;
}
#nav a:hover,
#nav li:hover a{
	color:#83e800;
}
#nav li:hover{position:relative;}
#nav li:hover ul{display: block;}
#nav ul{
	width:159px;
	position:absolute;
	/*left:3px;*/
	top:100%;
	z-index:100;
	padding:5px 15px 10px 12px;
	margin:0;
	list-style:none;
	display:none;
	background:#343434;
}
#nav li:hover ul a{
	text-transform: none;
	background:#343434;
	color:#fff;
	font:bold 11px/14px Arial, Helvetica, sans-serif;
	padding:3px 5px 4px;
	width:145px;
}
#nav li:hover ul li{
	vertical-align:top;
	float:none;
	letter-spacing:normal;
	padding:0 0 2px;
}
#nav ul a:hover,
#nav ul li:hover a{
	background:#fff !important;
	color:#000;
}
.home-box{
	width:100%;
	background:#fff;
}
.home-box .holder{
	width:950px;
	margin:0 auto;
	overflow:hidden;
}
.img-holder img{display:block;}
.home-box .img-holder{
	float:left;
	/* width:480px; */
	padding:24px 0 33px;
}
.home-box .img-holder span{
	color:#fff;
	background:#000;
	font-size:11px;
	line-height:14px;
	padding:4px 24px 5px 10px;
	float:left;
}
.home-box .img-holder span a{
	color: #FFFFFF;
	text-decoration: underline;
}
.home-box .img-holder span strong{font-weight: bold;}
.home-box .img-holder span em{font-style: italic;}
.home-box .description{
	width:440px;
	float:left; /* was right */
	clear:right;
	padding:22px 0 10px 20px;
	color:#333;
	font:15px/18px 'DINLightRegular', Arial, Helvetica, sans-serif;
}
.description h1{
	color:#000;
	font:40px 'DINRegular', Arial, Helvetica, sans-serif; /* orig 60/55px */
	word-spacing:6px;
	letter-spacing:-2px;
	padding:0 0 21px;
}
.description .date{
	color:#000;
	text-transform: uppercase;
	font:23px/25px 'DINBold', Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	margin:0 0 18px;
	display:block;
}
.description p{margin:0 0 10px;}
.description p strong{font-weight: bold;}
.description p em{font-style: italic;}
.text-box .more,
.description .more{
	font:18px/18px 'DINRegular', Arial, Helvetica, sans-serif;
	color:#000;
}
#main{
	width:950px;
	margin:0 auto;
}
#main:after{
	content:'';
	display:block;
	clear:both;
}
.news-block{
	overflow:hidden;
	padding:25px 0 32px;
}
#main h2{
	font:24px/28px 'DINBold', Arial, Helvetica, sans-serif;
	color:#000;
	letter-spacing:1.5px;
	float:left;
	margin:-6px 0 0 0;
}
.news-list{
	width:825px;
	margin:0 -25px 0 0;
	color:#4c4c4c;
	float:right;
	font:13px/16px 'DINLightRegular', Arial, Helvetica, sans-serif;
}
.news-list li{
	float:left;
	width:250px;
	padding:0 25px 0 0;
}
.news-list img{
	float:left;
	margin:0 9px 0 0;
}
.news-list .text-box{
	overflow:hidden;
	padding:4px 0;
}

.news-list li strong {
font-family: 'DINRegular', Arial, Helvetica, sans-serif;
}

.news-list p{margin:0 0 11px;}
.text-box .more{font:13px/15px 'DINRegular', Arial, Helvetica, sans-serif;}
.connect-block{
	overflow:hidden;
	padding:28px 0 29px;
	border:1px solid #c4c4c4;
	border-width:1px 0;
}
#main .connect-block h2{margin:0 0 0 0px;}
.connect-info{
	float:right;
	width:800px;
	margin:0 0 0;
}
.connect-list{
	float:left;
	font:13px/15px 'DINRegular', Arial, Helvetica, sans-serif;
}
.connect-list li{
	float:left;
	width:150px;
	margin:0 10px 0 0;
}
.connect-list a{
	text-decoration:none;
	display:block;
	background:url(/images/template/icons.gif) no-repeat;
	padding:0 0 0 75px;
}
.connect-list a:hover{
	color:#666;
	background:url(/images/template/icons.gif) no-repeat 0 -52px;
}
.connect-list .twitter,
.connect-list .facebook{
	width:109px;
	margin:0 10px 0 0;
}
.connect-list .facebook a{
	background:url(/images/template/icons.gif) no-repeat 0 -98px;
	padding:0 0 0 33px;
}
.connect-list .facebook a:hover{background:url(/images/template/icons.gif) no-repeat 0 -140px;}
.connect-list .instagram {
	width:109px;
}
.connect-list .instagram a{
	background:url(/images/template/icons.gif) no-repeat 0 -275px;
	padding:0 0 0 33px;
}
.connect-list .instagram a:hover{background:url(/images/template/icons.gif) no-repeat 0 -316px;}


.connect-list .twitter a{
	background:url(/images/template/icons.gif) no-repeat 0 -186px;
	padding:0 0 0 33px;
}
.connect-list .twitter a:hover{background:url(/images/template/icons.gif) no-repeat 0 -230px;}
.submit-form{float:right;}
.submit-form label{
	width:70px;
	color:#000;
	float:left;
	text-align:right;
	padding:0 10px 3px 0;
	font:13px/14px 'DINRegular', Arial, Helvetica, sans-serif;
}
.submit-form .text{
	width:120px;
	color:#4c4c4c;
	font-size:11px;
	line-height:15px;
	border:1px solid #d9d9d9;
	background:#fff;
	padding:6px 6px;
	margin:0;
	float:left;
}
.submit-form .text:focus{border:1px solid #999;}
.submit-form .btn-submit{
	width:51px;
	color:#fff;
	font:13px/28px 'DINBold', Arial, Helvetica, sans-serif;
	border:0;
	background:#000;
	text-align:center;
	padding:0 5px 2px;
	margin:0;
	height:26px;
	overflow:hidden;
	float:left;
	cursor:pointer;
}
.parent-focus .btn-submit{background:#999 !important;}
#footer{
	width:950px;
	font:13px/15px 'DINRegular', Arial, Helvetica, sans-serif;
	height:100px;
	margin:0 auto;
	color:#808080;
}
.footer-info{
	border-bottom:1px solid #c4c4c4;
	padding:17px 4px 19px;
}
.footer-info p{margin:0 0 3px;}
.footer-info address{
	margin:0 0 3px -9px;
	font-style:normal;
}
.footer-info a{
	color:#808080;
	text-decoration:none;
	margin:0 0 0 9px;
}
.footer-info a:hover{text-decoration:underline;}
.footer-info address span{
	background:url(/images/template/separator.gif) no-repeat 100% 1px;
	padding:0 13px 0 9px;
}
.sponsors-block{
	overflow:hidden;
	padding:13px 4px 11px;
	border-bottom:1px solid #c4c4c4;
}
.sponsors-block h3{
	font:13px/17px 'DINRegular', Arial, Helvetica, sans-serif;
	width:85px;
	padding:8px 0 0;
	float:left;
}
.sponsors-list{
	float:right;
	width:881px;
	overflow:hidden;
	margin:0 -32px 0 0;
}
.sponsors-list li{
	float:left;
	padding:6px 30px 9px 28px;
	margin:0 0 0 -1px;
	background:url(/images/template/separator-sponsors.gif) no-repeat;
}
.sponsors-list a{
	height:38px;
	display:block;
	width:135px;
	text-indent:-9999px;
	overflow:hidden;
}
.sponsors-list .logo1 a{background:url(/images/template/logo1.gif) no-repeat;}
.sponsors-list .logo1 a:hover{background:url(/images/template/logo1.gif) no-repeat 0 -38px;}
.sponsors-list .logo2 a{
	background:url(/images/template/logo2.gif) no-repeat;
	width:50px;
}
.sponsors-list .logo2 a:hover{background:url(/images/template/logo2.gif) no-repeat 0 -38px;}
.sponsors-list .logo3 a{
	background:url(/images/template/logo3.gif) no-repeat;
	width:147px;
}
.sponsors-list .logo3 a:hover{background:url(/images/template/logo3.gif) no-repeat 0 -38px;}
.sponsors-list .logo4 a{
	background:url(/images/template/logo4.gif) no-repeat;
	width:130px;
}
.sponsors-list .logo4 a:hover{background:url(/images/template/logo4.gif) no-repeat 0 -38px;}
.sponsors-list .logo5 a{
	background:url(/images/template/logo5.gif) no-repeat;
	width:134px;
}
.sponsors-list .logo5 a:hover{background:url(/images/template/logo5.gif) no-repeat 0 -38px;}
.partners-block{
	overflow:hidden;
	padding:15px 0;
}
.partners-list{
	float:right;
	overflow:hidden;
}
.partners-list img{vertical-align:top;}
.partners-list li{
	float:left;
	margin:0 0 0 16px;
}
.partners-list li span{
	font:10px/13px Arial, Helvetica, sans-serif;
	color:#999;
	margin:1px 3px 0 0;
	float:left;
}
.nav-bar{
	width:100%;
	background:#262626;
}
.nav-bar .holder{
	overflow:hidden;
	width:1050px;
	margin:0 auto;
	padding:12px 0 15px 100px;
}
.nav-bar ul{
	float:right;
	font-size:11px;
	line-height:13px;
	font-weight:bold;
	margin:0 -9px 0 0;
}
.nav-bar li{
	float:left;
	padding:0 15px;
}
.nav-bar li a{
	color:#666;
	text-decoration:none;
}
.nav-bar li a:hover{
	color:#83E800;
}
.nav-bar .active a {
	color:#fff;
}
.visual{
	width:100%;
	background:#484848;
	overflow:hidden;
}
.visual-holder{
	width:100%;
	height:210px;
	background:url(../images/img-visual.jpg) no-repeat 50% 0;
	/*border-bottom:5px solid #fff;*/
	overflow:hidden;
}
.visual-holder-page{
	width:100%;
	/*border-bottom:5px solid #fff;*/
	overflow:hidden;
}
.visual-frame{
	width:950px;
	margin:0 auto;
	display:table;
}
.visual-inner{
	/*padding:25px 0 5px;*/
	display:table-cell;
	vertical-align: middle;
}
.visual h1{
	color:#fff;
	font:60px/55px 'DINRegular',Arial,Helvetica,sans-serif;
	letter-spacing:-1px;
	word-spacing:5px;
	text-shadow:1px 1px 50px #000;
}
.visual .date{
	color:#fff;
	display:block;
	font:20px/23px 'DINBold',Arial,Helvetica,sans-serif;
	letter-spacing:2px;
	margin:0 0 18px;
	padding-top:15px;
	text-transform: uppercase;
	text-shadow: 1px 1px 50px #000000;
}
.shadow-right,
.shadow-left{
	background:url(/images/template/shadow-left.png) repeat-y;
	height:210px;
	float:left;
	margin:0 0 0 -315px;
	width:210px;
}
.shadow-right{
	background:url(/images/template/shadow-right.png) repeat-y;
	float:right;
	margin:0 -1265px 0 0;
}
.main-container{
	width:100%;
	padding:29px 0 49px;
	overflow:hidden;
}
#twocolumns{
	width:784px;
	float:right;
	background:url(/images/template/bg-main.gif) repeat-y 0 0;
}
#content
	{
	width:540px;
	float:left;
	line-height:24px;
	padding:0 20px 0 24px;
	margin:-8px 0 0;
}
.post{
	overflow:hidden;
	margin:0 0 20px;
}
.post img{

}
.post h1{
	font:20px/30px 'DINBold',Arial,Helvetica,sans-serif;
	margin:0 0 16px;
	color: #000000;
	word-spacing:1px;
	letter-spacing:0;
	float:none;
}
.post h2{
	font:18px/30px 'DINBold',Arial,Helvetica,sans-serif;
	margin:0 0 16px;
	color: #000000;
	word-spacing:1px;
	letter-spacing:0;
	float:none;
}
.post h2 a{
	text-decoration: none;
}
.post h3{
	font:14px/20px 'DINBold',Arial,Helvetica,sans-serif;
	margin:10px 0 10px;
	color: #333333;
	word-spacing:1px;
	letter-spacing:0;
	float:none;
}
.post em{font-style:italic;}
.post strong{font-weight: bold;}
.post blockquote{
	font-size: 16px;
	font-style: italic;
	background: url("/images/template/blockquote.gif") no-repeat scroll 0 0 transparent;
    border: 0 none;
    margin-bottom: 1.6em;
    margin-left: 0;
    padding-left: 43px;
}
.post ol{
	list-style-type: decimal;
	margin-bottom: 20px;
}
.post ol li{
	margin-left: 40px;
}
.post ul{
	list-style-type: disc;
	margin-bottom: 20px;
}
.post ul li{
	margin-left: 40px;
}
.exhibits-list h3, artsale-list h3,
#main .exhibits-block h2,
#main .post h2{
	font:18px/30px 'DINBold',Arial,Helvetica,sans-serif;
	margin:0 0 16px;
	word-spacing:1px;
	letter-spacing:0;
	float:none;
}
#main .exhibits-block strong{
	font-weight: bold;
}
.post h2 em{font-style:italic;}
#content p{margin:0 0 24px;}
.head-post{
	overflow:hidden;
	margin:0 20px 12px 0;
	padding:0 0 8px;
	border-bottom:1px solid #c6c6c6;
}
.head-post .date{
	float:left;
	font-size:13px;
	line-height:18px;
	color:#4c4c4c;
	letter-spacing:1px;
	font-style:normal;
	text-transform: uppercase;
}
.social-networks{
	padding:0;
	margin:0;
	list-style:none;
	float:right;
}
.social-networks li{
	float:left;
	padding:0 0 0 5px;
}
.social-networks a{
	width:16px;
	height:16px;
	text-decoration:none;
	float:left;
	overflow:hidden;
	text-indent:-9999px;
}
.social-networks .facebook{background:url(/images/template/bg-social.gif) no-repeat;}
.social-networks .twitter{background:url(/images/template/bg-social.gif) no-repeat 0 -22px;}
.social-networks .add{background:url(/images/template/bg-social.gif) no-repeat 0 -42px;}
.post img{
	vertical-align:top;
	margin:-3px 0 13px;
}
.post .more{margin:0 0 31px;}
.post .link-facebook{margin:0 0 26px;}
.paging-holder{
	overflow:hidden;
	/*background:url(../images/bg-paging-holder.gif) repeat-x;*/
	border-bottom:1px solid #c4c4c4;
	padding:5px 0px;
	margin:0 0 28px 0;
	border-top: 1px solid #c4c4c4;
	height:25px;
	width:950px;
}
.paging{
	margin:0 auto;
	overflow:hidden;
	width:352px;
	font-size:12px;
	line-height:15px;
}
.paging .pages{float:left;}
.paging ul{
	margin:0;
	padding:0;
	list-style:none;
	color:#666;
	float:right;
}
.paging li{
	display:inline;
	margin:0 1px;
}
.paging-holder .paging-links{
	width:50%;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	line-height:25px;
}
.paging li a{color:#666;}
.paging .prev,
.paging .next{margin:0 3px;}
.paging-holder .next-link,
.paging-holder .prev-link{
	float:left;
	background:url(/images/template/bg-prev-next.gif) no-repeat;
	text-indent:-9999px;
	width:25px;
	line-height:25px;
	/*margin:-4px 0 0;*/
	overflow:hidden;
}
.paging-holder .next-link{
	float:right;
	background:url(/images/template/bg-prev-next.gif) no-repeat 0 -30px;
}
.exhibits-block{
	color:#666;
	line-height:24px;
	margin:10px 0 51px;
	overflow:hidden;
}
#main .exhibits-block h2{margin:0 0 9px;}
.exhibits-block p{margin:0 0 33px;}
.exhibits-list{
	overflow:hidden;
	width:978px;
	margin:0 -10px -28px 0;
	font-size:12px;
	line-height:15px;
	color:#4c4c4c;
}
.exhibits-list .feature{
	float:left;
	width:320px;
	padding:0 6px 50px 0;
	min-height:150px;
}
.exhibits-block .text{
	width:153px;
	overflow:hidden;
}
.exhibits-list img{
	float:left;
	margin:0 16px 0 0;
}
.exhibits-list h3{
	margin:-4px 0 9px;
	width:157px;
}
.exhibits-list a{text-decoration:none;}
.exhibits-list a:hover{text-decoration:underline;}
.exhibits-list em{
	text-transform: uppercase;
	font:normal 12px/14px 'DINBold',Arial,Helvetica,sans-serif;
	letter-spacing:1px;
}
.exhibits-block .paging{width: 306px;}
/*.exhibits-block .paging-holder{
	width: 950px;
	height: 45px;
	margin:0;
	clear: both;
}*/
.aside{
	width:200px;
	float:right;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
}
.plugin-holder{
	/*background:url(/images/template/bg-plugin-holder.gif) no-repeat 100% 0;*/
	/*padding:0 7px 24px 0;*/
	overflow:hidden;
	margin:-29px -4px 20px -4px;
}
.plugin-holder .frame{
	width: 210px;
	/*background:url(/images/template/bg-plugin-holder.gif) no-repeat;*/
	background:#e6e6e6;
	padding:8px 0px 8px 6px;
}
.aside .box{margin:0 0 32px;}
.aside .box em{font-style: italic;}
#main .aside h2{
	text-transform: uppercase;
	margin:0 0 15px;
	float:none;
}
.plugin-holder img{
	vertical-align:top;
	margin:0 5px 0 0;
}
.aside .ad-group{
	padding-bottom: 20px;
}
.aside .ad img{vertical-align:top;}
.aside .ad{margin:0 0 10px;}
.aside p{margin:0 0 6px;}
.photo-list{
	overflow:hidden;
	margin:0 -4px 8px 0;
}
.photo-list li{
	float:left;
	margin:0 10px 10px 0;
	vertical-align:top;
}
.photo-list img{
	/*border:5px solid #fff;*/
	vertical-align:top;
}
.aside .box h3{
	font-size:12px;
	line-height:15px;
	margin:0 0 9px;
}
.aside .box h3 a{
	color:#4c4c4c;
	text-decoration:none;
}
.aside .box h3 a:hover{text-decoration:underline;}
.aside .press{margin:0 0 8px;}
.press-list{
	color:#4c4c4c;
	font-size:13px;
	line-height:18px;
}
.press-list h4{
	font-size:13px;
	line-height:18px;
	margin:0 0 2px;
}
.press-list li{padding:0 0 21px;}
.press-list p{margin:0 0 3px;}
.aside .media{margin:0 0 20px;}
.aside .media img{
	display:block;
	margin:0 0 5px;
}
.catalog li{padding:0 0 12px;}
.search-form .text{
	width:151px;
	color:#999;
	font-size:11px;
	line-height:15px;
	border:1px solid #ccc;
	background:#fff;
	padding:6px 6px;
	margin:0;
	float:left;
}
.search-form .btn-go{
	width:35px;
	color:#fff;
	font:13px/28px 'DINBold', Arial, Helvetica, sans-serif;
	border:0;
	background:#ccc;
	text-align:center;
	padding:0 5px 2px;
	margin:0;
	height:28px;
	overflow:hidden;
	float:left;
	cursor:pointer;
}
.twitter-box{
	color:#666;
	font-size:12px;
	line-height:16px;
	font-weight:normal;
}
.twitter-box p{margin:0 0 9px;}
#main .aside .twitter-box h2{margin:0 0 11px;}
.twitter-box a{color:#666;}
.twitter-link{
	color:#999;
	font:12px/15px 'DINBold', Arial, Helvetica, sans-serif;
	text-decoration:none;
	background:url(/images/template/twitter-link.gif) no-repeat 100% 2px;
	display:block;
	margin:0 3px 0 0;
}
.twitter-link:hover{text-decoration:underline;}
#main .aside .sponsors-box h2{margin:0 0 20px;}
.sponsors{overflow:hidden;}
.sponsors img{vertical-align:top;}
.sponsors li{
	float:left;
	padding:0 0 5px;
}
#sidebar{
	width:165px;
	float:left;
	/* height:800px; */
}
.events-list{
	font:normal 12px/16px 'DINBold','ArialNarrowBold', Arial, Helvetica, sans-serif;
	overflow:hidden;
}
.artists-list li {
	padding:0 0 0!important;
}
.events-list li{
	padding:0 0 15px;
	float:left;
	width:100%;
	line-height:16px;
	text-transform: uppercase;
}
.events-list li a{
	color:#4c4c4c;
	text-decoration:none;
	float:left;
	padding:7px 0 7px 0;
}
.events-list .active a,
.events-list li a:hover{
	color:#fff;
	background:#000;
	padding:7px 14px 7px 11px;
	overflow:hidden;
}
.events-list .slide-holder{
	width:100%;
	overflow:hidden;
	position:relative;
	clear:left;
}
.slide-inner{
	margin:10px 0 15px;
	overflow:hidden;
	position:relative;
	border-left:1px solid #c6c6c6;
	width:100%;
}
.events-list .slide{
	font:bold 12px/16px Arial, Helvetica, sans-serif;
	overflow:hidden;
	padding:0 2px 0 10px;
	margin:0 0 -20px;
}
.events-list .slide li{
	padding:0 0 19px;
	text-transform: none;
	}
.events-list .slide li:first-child{
	margin:-2px 0 0;
	width:100%;
}
.events-list .slide ul li:first-child{margin:14px 0 -12px;}
.events-list .slide a{
	background:none;
	padding:0;
	color:#666;
	float:none;
}
.events-list .slide a:hover{
	color:#333;
	background:none;
	padding:0;
}
.events-list .slide ul{
	padding:2px 0 0;
	width: 142px;
	overflow:hidden;
	position:relative;
}
.events-list .slide ul li{
	padding:0 0 14px;
	margin:14px 0 -11px;
}

/* Tweet */
.tweet_time{
	display: block;
	font-size: 11px;
	color: #999999;
}
.tweet_time a{
	color: #999999;
	text-decoration: none;
}
.tweet ul.tweet_list li{
	/* padding-bottom: 15px; */
}

.artsale-list{padding-left:20px;}
.artsale-list h3{font:20px 'DINBold', Arial, Helvetica, sans-serif;color:#4c4c4c;margin-bottom:20px}
.artsale-list p{padding-bottom:20px;text-align:left;line-height:24px}
.artsale-list em{font-style:italic}


.artsale-artwork{ 
	width:350px;
	margin:0px 30px 30px 0px;
	font-size:12px;
	line-height:15px;
	color:#4c4c4c;
	float:left;
	height:120px;
	
}
.artsale-artwork img{border:1px solid #aaaaaa}

.artsale-artwork-info{
	padding:0px 0px 10px 10px;
	display:table-cell;
	vertical-align:top;
}
.artsale-artwork-info strong{
	text-transform:uppercase;
	font:normal 12px/14px 'DINBold',Arial,Helvetica,sans-serif;
	letter-spacing:1px;
}
.artsale-artwork-info em{
	font-style:italic;
	font:normal 12px/14px 'DINBold',Arial,Helvetica,sans-serif;
	letter-spacing:1px;
}
.artsale-artwork-info b {
	font:13px 'DINBold', Arial, Helvetica, sans-serif;
color: #4c4c4c;
}

.artsale-artistblock{width:270px; float:left;margin:0px 30px 20px 0px}
.artsale-artistblock h3 {font:20px 'DINBold', Arial, Helvetica, sans-serif;margin-top:36px;color:#4c4c4c;}
.artsale-artistblock img{float:left;margin:0px 20px 0px 0px;border:1px solid #aaaaaa}
.artsale-artistblock a {text-decoration:none;color:#4c4c4c;}
.artsale-artistblock a:hover {text-decoration:underline}


.artsale-artistblock-works{width:100%;padding:0px 0px 20px;}

.clearfix{
	content:'';
	display:block;
	clear:both;
}

.artsale-artwork a.fancybox {
	display:table-cell
}
}

.artsale-artwork-info input{padding:0px;margin:0px;}
.artsale-artwork-info form{padding:0px;margin:0px;}
.artsale-artwork-info img{margin:0px}

.artsale-artwork img{
	float:left;
	margin:0 16px 0 0;
}

.artsale-artwork a{text-decoration:none;}
.artsale-artwork a:hover{text-decoration:underline;}
