html {
	overflow-y:hidden;
	width:640px;
}
body {
	font-size:10px;
	margin:10px 10px 0 10px;
}
a:link,
a:focus,
a:visited {
	color:#C0C0C0;
	text-decoration:none;
}

a:hover,
a:active {
	color:#000000;
}
div.single {
	position:relative;
}
div#category_name {
	position:absolute;
	left:378px;
	top:0;
	font-size:12px;
	color:#CCCCCC;
}
div#article {
	position:absolute;
	left:378px;
	bottom:15px;
	width:242px;
}
div#article p{
	margin-top:1em;
}
div#photobox {
	width:367px;
	height:552px;
	padding-bottom:15px;
	z-index: 10;
}
img#photo {
	margin:0;
	padding:0;
	font-size:1px;
	line-height:0;
}
div#navigation {
	position:absolute;
	width:367px;
	height:552px;
	top:0;
	left:0;
	z-index: 100;
}
div#navigation a:link ,
div#navigation a:focus ,
div#navigation a:visited
{
	color: #000;
}
div#prev_link,
div#prev_link a,
div#next_link,
div#next_link a { display: block; width: 183px; height: 552px; text-indent: -9999px; overflow: hidden; }
div#prev_link {
	position:absolute;
	left:0;
	top:0;
}
div#prev_link a {
	zoom: 1;
	background: url(/img/clear.gif) 0 50% no-repeat;
}
div#prev_link a:hover {
	background: url(/img/arrow-l.png) 0 50% no-repeat;
}
div#next_link {
	position:absolute;
	right:0;
	top:0;
}
div#next_link a {
	zoom: 1;
	background: url(/img/clear.gif) 0 50% no-repeat;
}
div#next_link a:hover {
	background: url(/img/arrow-r.png) 100% 50% no-repeat;
}

