﻿/*正文: Soobb 圖象預覽*/
div.Columns {
	margin: 20px 20px 0;
}
div.ImageShower {
	margin: 0 315px 0 0;
	border: 1px solid #d5ddf9;
	padding: 12px;
	position: relative;
}
div.ImageShower div.Container {
	margin: 0 auto;
	max-width: 640px;
	max-height: 640px;
}
div.ImageShower div.Container img {
	max-width: 640px;
	max-height: 640px;
}
div.ImageShower p {
	text-align: center;
}
div.ImageShower span.ViewSource a {
	right: 12px;
	bottom: 7px;
	display: block;
	position: absolute;
	padding: 0 0 0 17px;
	background: url(/Images/Icons/ZoomIn.png) no-repeat 0 4px;
}
div.Properties {
	float: right;
	width: 300px;
	font-size: 14px;
}
div.Properties div.Separator {
	height: 1px;
	margin: 12px 0;
	border-top: 1px solid #d5ddf9;
}
div.Properties div.Section p {
	margin: 0 0 1px;
}
div.Properties div.Section p em {
	font-size: 13px;
}
div.Properties div.Section p.SourceHost {
	color: Green;
}
div.Properties div.Section p.SourceUri {
	color: #666;
}
