h2 {
	font-family:Arial;
	font-size:14pt;
}

#exhibition-current-container {
	height:545px;
	width:944px;
	padding-bottom:20px;
	border-bottom:1px dotted #CCC;
	
}

.exhibition {
	position:relative;
	width:684px;
	height:500px;
	float:left;
	padding-top:10px;
}
.exhibition-small {
	width:220px;
	height:150px;
	float:right;
	position:relative;
}

#exhibition-current-container .exhibition-small {
	margin-bottom:25px;
}



.exhibition-caption {
    position:absolute;
    height:60px;
    padding:10px 20px;
    bottom:0px;
    left:0px;
    right:0px;
    background:url('/images/public/bg_black_trans.png') repeat;
    color:#FFF;
    text-decoration:none;
}

.exhibition-small .exhibition-caption {
	padding:7px;
	height:auto;
	right:0px;
}

.exhibition-caption .exhibition-title {
	margin-bottom:0px;
	color:#FFF;
	font-style:italic;
}

.exhibition-caption .exhibition-description {
        font-size:125%;
         color:#FFF;
}

.exhibition-caption .exhibition-title {
	font-family:DinLight;
	font-weight:bold;
	font-size:28px;
}

.exhibition-small .exhibition-caption .exhibition-title {
	font-size:13px;
}

.exhibition-caption .exhibition-description { 
	font-family:DinLight;
	font-size:12px;
}

.exhibition-small .exhibition-caption .exhibition-description {
	font-size:12px;
}



h2 {
	border-bottom:1px dotted #CCC;
	padding-bottom:10px;
	margin-bottom:10px;
}

#exhibition-future-container,
#exhibition-past-container {
	margin-top:40px;
}

.list-item {
	width:235px;
	float:left;
	text-decoration:none;
	color:#333;
	margin-top:15px;
	font-size:13px;
	font-style:italic;
}

.list-item p {
	padding-bottom:5px;
	width:200px;
}

.list-item:hover p {
	color:#069;
}

#exhibition-past-container .exhibition-small {
	float:left;
	margin:15px 15px 10px 0px;
}

#exhibition-past-container .exhibition-past-last {
	margin-right:0px;
}

/* tabs */

.tab {
	float:left;
	padding:2px 10px;
	border-right: 1px dotted #CCC;
	cursor:pointer;
}

.current,
.tab:hover {
	cursor:pointer;
	color:#069;
}
