#webtype3 {
	margin: 0 auto;
	width: 690px;
	
}
#webtype3 .exhibition {
	border: 1px solid #CCCCCC;
	float: left;
	margin: 5px;
	background: #FFF;
	padding: 4px;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	overflow: hidden;
	width: 210px;
}
#webtype3 .exhibition .caption {
        margin: 8px 0px;
}

#webtype3 .exhibition .caption a {
        text-decoration: none;
        color: #000;
        font-family: "微軟正黑體";
        font-size: 12pt;
        line-height: 16pt;
        font-weight: normal;
}
#webtype3 .exhibition .caption a:hover {
        text-decoration: none;
}

