body {
	background-color: #000000;
	color: white;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 16px;
	height: auto;
}

p {
	font: 16px/24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1 {
	margin-top: -5px;
	margin-left: 5px;
	font-size: 48px;
}


img {
	border: 0;
}

img#rotator {
	margin-top: 20px;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;	
}

a {
	color: #ccc;
	text-decoration: none;
}

a:hover, a.disabled:hover, a.enabled:hover {
	color: #575757;
	text-decoration: none;
}


div#navigation {
	float: left;
	padding-top: 30px;
	width: 20%;
	/*border: 1px solid green;*/ 
}

div#flashcontent {
	height: 100%;
}

div.album {
	height: 100%;
}

div#content {
	float: left;
	width: 78%;
	height: 95%;
	/* padding-bottom: 100px; */
}

div.container {
	/*border: 1px dashed orange;*/
	float: left;
	width: 98%;
	height: 90%;
	position: absolute;
}

div#caption {
	/*border: 1px solid red;*/
	margin-right: 20px;
	width: 70%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div#caption p {
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
}

div#navigation ul {
	margin-top: 0;
	margin-left: 4px;
	list-style-type: none;
	padding-left: 3px;
	/*border: 1px solid red;*/
}

div#navigation li {
	margin: 2px;
	padding: 2px;
	font-size: 13px;
}

div#navigation li.selected a {
	color: #575757;
}

a.selected, span.selected {
	color: #575757;
}

div#navigation li.header {
	font-weight: bold;
	/*border-bottom: 1px solid white;*/
	text-transform: uppercase;
	font-size: 14px;
	margin-left: -2px;
}

div#navigation li.bigDivider {
	border-bottom: 1px solid white;
	width: 50%;
	padding-top: 4px;
	margin-bottom: 8px;
}

div#navigation a:hover {
	color: #575757;
	text-decoration: none;
}


div#bottombar {
	position: fixed;
	bottom: 0;
	/* border: 1px solid green; */
	display: block;
}

div#displayMode {
	position: fixed;
	bottom: 4px;
	padding-bottom: 10px;
}

div#pagination {
	position: fixed;
	bottom: 14px;
}

a.disabled {
	border: 1px solid #888;
	color: #888;
	padding: 3px 5px 4px 5px;
}

a.enabled {
	border: 1px solid #888;	
	background-color: #888;
	padding: 3px 5px 4px 5px;
	color: #333;	
}


div.captionControl {
	padding-bottom: 20px;
}

div.thumbs {
	width: 90%;
	float: left;
}

div.thumbnail {
	float: left;
	margin: 6px;
}

div.thumbnail img {
	/* border: 1px solid #333; */
	border: 0;
	padding: 4px;
}

div.description {
	position: absolute;
	bottom: 50px;
	background-image: url(../graphics/transbg.png);
	line-height: 24px
}

div.description p {
	padding: 10px;
}

div#thePictureContainer {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div#thePictureContainerContainer {
	width: 100%;
}

img#thePicture {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img#spinner {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 200px;
}

div.narrow {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}



