@charset "UTF-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, address, th, td {
	margin: 0px;
	padding: 0px;
}

body {
	color:#666666;
	font-family:"Helvetica Neue","Helvetica","Arial",sans-serif;
	font-size:12px;
	line-height:16px;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	min-height: 500px;
}

#wrapper .header {
	height: 100px;
	width: 100%;
	margin-top: 20px;
}

#wrapper .header h1 {
	font-size: 36px;
	line-height: normal;
	font-weight: bold;
	color: #666666;
	float: left;
	padding-left: 10px;
}

#wrapper .header h1 a {
	color: #666666;
	text-decoration:none;
}

#wrapper .content .images {
	width: 550px;
	float: left;
	margin-right: 25px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #999999;
}

#wrapper .header .telic {
	font-size: 11px;
	line-height: 0px;
}

#wrapper .header .telic a{
	color:#CCCCCC;
	text-decoration: none;
}

#wrapper .header .telic a:hover{
	color:#666666;
}

#wrapper .header .top_right_navigation {
	float: right;
	width: 750px;
	padding-right: 10px;
}

#wrapper .header .top_right_navigation a{
	color: #999999;
	text-decoration: none;
}
.overprint {
	font-size: 12px;
	color: #333333;
	position: relative;
	top: -400px;
	font-weight: normal;
	width: 150px;
	left: 500px;
	background-color: #FFFFFF;
	height: 350px;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.content .about {
	width: 250px;
}

.content .about p {
	margin-bottom: 12px;
}


#wrapper .header .top_right_navigation a:hover{
	color:#666666;
}

#wrapper .header .top_right_navigation ul {
	float: right;
	display: inline;
	font-size: 11px;
	list-style: none;
	line-height: 16px;
	font-weight: bold;
}
.now {
	text-decoration: none;
	background-color: #FFFF00;
	color: #000000;
	padding-left: 4px;
}

.now a {
	text-decoration: none;
	color: #000000;
}

.now a:hover {
	color: #999999;
}

#wrapper .header .top_right_navigation ul li {
	float: left;
	padding-left:15px;
}
#wrapper .content .text {
	width: 300px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: normal;
	color: #333333;
	float: left;
}

#picture-slides-container{
	/* Width HAS to be here for IE to render the filter */
	width: 100%;
}

#picture-slides-frame{
	float: left;
	width: 500px;
	text-align: center;
	background: #fff;
}

#picture-slides-thumbnails{
	float: left;
	clear: left;
	width: 448px;
	margin-top: 1em;
}

#picture-slides-thumbnails ul{
	list-style: none;
	width: 500px;
	margin: 10px 0 10px 10px;
	overflow: hidden;
}

#picture-slides-thumbnails ul li{
	float: left;
	width: 100px;
	margin: 0 10px 10px 0;
}

#picture-slides-thumbnails ul li a:focus{
	outline: 0;
	-moz-outline-style: none;
}

#picture-slides-thumbnails ul li img{
	width: 100px;
	cursor: pointer;
}

#picture-slides-thumbnails ul li .selected img{
	padding: 1px;
	border: 1px solid #333;
}

#picture-slides-image-text{
	text-align: right;
}

#picture-slides-image{
	margin-bottom: 1em;
}

#links{
	display: block;
	clear: left;
	padding: 2em 0 1em 4em;
}

#links li{
	line-height: 2em
}

#navigation-controls{
	width: 500px;
	list-style: none;
	margin: 0 auto;
}

#navigation-controls li{
	float: left;
	line-height: 1.5em;
	margin-right: 0.5em;
	width:150px;
}

#navigation-controls li#image-counter{
	margin: 0 0.75em 0 0.5em;
}

li.slideshow-item{
	margin-left: 3em;
}

#picture-slides-dim-overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.8;
	display: none;
	z-index: 10;
}

ul#navigation-controls a.disabled{
	color: #ccc;
}

ul#navigation-controls a{
	color: #000;
	text-decoration:none;
}
