/* CSS Document */

.exhibition_wrap{
	width:789px;

}

.exhibition{
	background:#F8F8F4;
	padding:20px;	
	position:relative;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;

behavior: url(/PIE.htc);
}

.exhibition dt{
	float:right;	
}

.exhibition dd h1{
	color:#2F4875;
	font-size:140%;
	font-weight:bold;
	background:url(../../images/arrow_tri_bw.gif) no-repeat 0 4px;
	padding-left:15px;
	margin-bottom:10px;
}

.exhibition dd aside{
	border:solid 1px #E2DBBF;
	padding:5px 10px;
}

.exhibition dd aside h2{
	background:url(../images/icon_01.gif) no-repeat 0 4px;
	color:#2F4875;
	padding:6px 0 2px 25px;
	font-size:16px;
}


.exhibition dd{
	float:left;
	width:269px;
	border-right:1px #E2DBBF solid;
	padding-right:15px;
}

/*-- pager ul --*/


.pager	{
	text-align: center;	
	padding:5px 0;
}
.pager ul li{
	display:inline;
	margin-right: 7px;
}
.pager ul li a{
	text-decoration:none;
	border: solid 1px #ccc;
	padding: 5px;
}

.pager ul li a:hover{
	background:#E6E6E6;
}

.pager ul li .current{
	background: #4280A6;
	border: solid 1px #ccc;
	padding: 5px;
	color: #fff;
}
