body
{
	padding: 0px;
	margin: 0px;
	font-size: 1em;
	color: #777;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

#header h1 
{
	font-size: 2.1em;
	color: #777;
	font-weight: lighter; 
	float:left;
	margin: 0 50px 0 50px;
	padding: 12px 0 0 0;
}

#header2
{
	clear: both;
	font-size: .7em;
	color: #777;
	font-weight: lighter;
	text-decoration:none;
	margin-left: 50px;
	float: left;
}

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

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

div.row
{
    clear: both;
}

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

#previous, #next
{
	font-size: 1.4em;
}

#previous, #current
{
    float: left;
}

#next, #index
{
    float: right;
}

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

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


#index a, #index a:active, #index a:visited
{
	padding: 0 0 0.1em 25px;
	color: #777;
/*	background: url("../img/index.gif") no-repeat center left; */
}
#index a:hover
{
	color: #777;
/*	background: url("../img/index_active.gif") no-repeat center left; */
}

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

#photo
{
	margin: 5px 5px 5px 5px;
	text-align: left;
}

#photo img
{
	background-color: #FFF;
}

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

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

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

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

ul#footer li
{
	font-size:.8em;
	color:#888;
	margin: 0 0 0 0px;
	padding: 0;
}


ul#nav
{
	margin: 0 50px 0 50px;
	padding: 0;
	font-size: 1.1em;
	float: left;
	clear: left;
	list-style: none;
}

ul#nav li
{
	float: left;
	display: block;
	padding: 0 2px; 
}

ul#nav li a, ul#nav li a:visited, ul#nav li a:active
{
	text-decoration: none;
	color:#777;
	margin:0px 1px 0px 1px;
}

ul#nav li a:hover
{
	color: #777;
}

ul#nav #selection
{
    color: #777;
}


ul#nav .index { width:60px;}

ul#nav .previous { white-space: pre; width: 15px; height: 20px;}
ul#nav .previous a { padding: 0 4px 0 14px; background: url("../img/previous_active.gif") no-repeat left center; }
ul#nav .previous a:hover { background: url("../img/previous_active.gif") no-repeat left center;}
ul#nav .previous_text {display: none;}

ul#nav .pageNumber { padding:0 7px 0 7px; }
ul#nav .pagnation { padding: 0 3px 0 3px; }

ul#nav .next { white-space: pre; width: 15px; height: 20px}
ul#nav .next a { padding: 0 4px 0 4px; background: url("../img/next_active.gif") no-repeat right center;}
ul#nav .next a:hover { background: url("../img/next_active.gif") no-repeat right center;}
ul#nav .next_text {display: none;}

.detail #nav
{
	margin: 0 auto 0 auto;
}

#linkimage
{
	margin: 5px 5px 5px 5px;
	text-align: right;
}

#linkimage img
{
	background-color: #CCC;
}


