{literal}
<style type="text/css">
<!--
#test{
}
h1 {
	margin:5px 10px 20px 10px;
	font-size:18px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	text-shadow:1px 1px 1px #DDDDDD;
}
#content {
	font-size:15px;
	color:black;
	margin:0px 10px 10px 10px;
	padding-bottom:0px;
	line-height:23px;
}
#content a{
	text-decoration:none;
	color:#003399;
}
#content a:hover{
	text-decoration:underline;
	color:#0747b0;
}
#BigImg {
	border:0px #ccc solid;
	margin:20px 10px;
	position:relative;
	z-index:1;
}
#ImgBeforeBox{
	width:365px;
	height:548px;
	z-index:2;
	position: absolute;
	left:0px;
	top:0px;
	display:none;
}
#ImgBeforeBox:hover{
	width:365px;
	height:548px;
	background-image:url('../images/ImgBefore.png');
	z-index:2;
	position: absolute;
	left:0px;
	top:0px;
	display:none;
}
#ImgAfterBox{
	width:365px;
	height:548px;
	background-repeat:no-repeat;
	z-index:3;
	position: absolute;
	left:365px;
	top:0px;
	display:none;
}
#ImgAfterBox:hover{
	width:365px;
	height:548px;
	background-image:url('../images/ImgAfter.png');
	background-repeat:no-repeat;
	z-index:3;
	position: absolute;
	left:365px;
	top:0px;
	display:none;
}
#DateAndShareBox {
	border-top:1px #ccc solid;
	border-bottom:1px #ccc solid;
	padding:8px 0px;
	margin:20px 10px 10px 10px;
	line-height:25px;
}
#DateAndShareBox a{
	color:#0033cc;
	text-decoration:none;
}
#DateAndShareBox a:hover{
	color:#0033cc;
	text-decoration:underline;
}
#GooglePlusButton,#FBButton {
	margin-top:3px;
	margin-right:16px;
	float:left;
}
#PostDate {
	font-size:13px;
	color:#666;
	border:0px #ccc solid;
	margin-top:4px;
	clear:left;
}
#MorePhoto {
	font-size:16px;
	margin:20px 10px 0px 10px;
}
#MorePhoto a{
	color:#003399;
	text-decoration:none;
}
#MorePhoto a:hover{
	color:#003399;
	text-decoration:underline;
}
#SmallImg {
	border:0px #ccc solid;
	margin:10px 0px 0px 10px;
	padding:0px;
}
#SmallImg img{
	border:1px #ddd solid;
	padding:3px;
	margin:2px 0px 0px 0px;
}
#SmallImg img#current{
	border:1px #ddd solid;
	padding:3px;
	background-color:#FF91FE;
	margin:2px 2px 0px 0px;
}
-->
</style>
{/literal}
