#horizon
	{
	position         : absolute;
	top              : 50%;
	left             : 0px;
	width            : 100%;
	height           : 1px;
	overflow         : visible;
	visibility       : visible;
	display          : block
	}

.mainframe
    {
	background-color  : #F0EFE7;
	padding			  : 5px;
	margin            : 0px auto;
	margin-top        : 0px;
	width             : 732px;
	height            : 732px;
	border-right      : 2px solid #000000;
	border-bottom     : 2px solid #000000;
	margin-left       : -372px;
	position          : absolute;
	top               : -372px;
	left              : 50%;
	visibility        : visible		
    }
	
.contentframe
    {
	width             : 731px;
	height            : 731px;
    }
	
body 
    {
	background-color  : #4D4D4D;
	margin-left       : 0px;
	margin-top        : 0px;
	margin-right      : 0px;
	margin-bottom     : 0px;
	font-family       : Arial, Helvetica, sans-serif;
	font-size         : 12px;
	color             : #ffffff;
	}
	
.link
    {
	font-family       : Arial, Helvetica, sans-serif;
	font-variant      : small-caps;
	font-size         : 11px;
	font-weight       : bold;
	color             : #ffffff;
	text-decoration   : none;
	}
.linkactive
    {
	font-family       : Arial, Helvetica, sans-serif;
	font-variant      : small-caps;
	font-size         : 11px;
	font-weight       : bold;
	color             : #E9D9B3;
	text-decoration   : none;
	}
.linksub
    {
	font-family       : Arial, Helvetica, sans-serif;
	font-variant      : small-caps;
	font-size         : 11px;
	font-weight       : bold;
	color             : #000000;
	text-decoration   : none;
	}

.fliesstext {
	font-family: Georgia, Garamond, Times, Serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    color: #000000;
	font-weight:bold;
    border: 2px solid white;
    border-top: none;
    font-family: Georgia, Garamond, Times, Helvetica;
    font-size: 11pt;
    padding: 5px;
	text-align:center;
    background-color: white;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
