table, td
{
	border-width:0px;
	border-spacing: 0px;
	border-collapse: collapse;
	padding:0px;
	vertical-align: top;
}
a { text-decoration: none;}
img {border: none;}

div.detail
{
	margin: 0 auto;
	padding-top: 19px;
}

div.row
{
    clear: both;
	margin-bottom: 19px;
	line-height: 100%;
}

#previous, #current, #next, #index
{
    font-size: 2.2em;
}

#previous
{
    float: left;
	margin-left: -6px;
}

#current {
	margin-right: auto;
	margin-left: auto;
	width: 400px;
	text-align: center;
	color: #444;
}

#next
{
    float: right;
	position: relative;
	margin-top: -11px;
	margin-right: -6px;
}

#previous a, #previous a:active, #previous a:visited
{
	padding-left: 65px;
	padding-bottom: 0.1em;
	color: #BBB;
	background: url("../images/previous.gif") no-repeat center left;
}
#previous a:hover
{
	color: #444;
	background: url("../images/previous_active.gif") no-repeat center left;
}

#next a, #next a:active, #next a:visited
{
	padding-right: 65px;
	color: #BBB;
	background: url("../images/next.gif") no-repeat center right;
	padding-bottom: 0.1px;
}
#next a:hover
{
	color: #444;
	background: url("../images/next_active.gif") no-repeat center right;
}

#index {
	width: 576px;
	text-align: center;
	margin: 22px auto 29px;
}

#index img {
}

#index a, #index a:active, #index a:visited
{
	color: #BBB;
	background: url("../images/index.gif") no-repeat center left;
	padding: 1px 0 0 26px;
}
#index a:hover
{
	color: #444;
	background: url("../images/index_active.gif") no-repeat center left;
}

.imgInfo
{
	font-size: 0.8em;
	color: #777;
	margin: 0px 0px 10px 0px;
}

#photo
{
	text-align: left;
	margin: 0;
}

#photo img
{
	background-color: #BBB;
	-moz-box-shadow:0px 0px 10px #333;

	-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, .3);

}

#photoInfo
{
	font-size: 1em;
	text-align: left;
	color: #BBB;
	padding: 0px;
	clear: both;
	margin: 0 0 15px;
}

ul.clean {
	padding: 0;
	margin:0;
	list-style: none;
	text-align: left;
}

ul.clean li {
	padding: 0;
	margin:0;
	list-style: none;
}

ul#footer
{
    float: none;
	clear: both;
	padding: 0;
	list-style: none;
	margin: 0;
	text-align: center;
}

ul#footer li
{
	font-size: 1em;
	color:#BBB;
	padding: 0;
	letter-spacing: 1px;
	text-align: center;
	margin: 18px 0 37px;
}


