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

body {
background-color:#000000;
font:Geneva, Arial, Helvetica, sans-serif;
}

.mainbox {
width:1000px;
height:760px;
margin:auto;
}

.overcopyrightbox {
width:1000px;
height:20px;
}

.copyrightbox {
width:1000px;
height:20px;
}

.headbox {
width:100%;
height:120px;
margin-top:auto;
}

.indexbox {
background-image:url(../images/indexabout.png);
width:100%;
height:600px;
}

.aboutbox {
background-image:url(../images/aboutpage.png);
width:100%;
height:600px;
}

.box {
background-image:url(../images/background.png);
width:100%;
height:600px;
}

.overmenubox {
width:100%;
height:472px;
margin-top:auto;
}

.menubox {
width:100%;
height:128px;
}

.uppermenubox {
width:644px;
height:45px;
margin:auto;
}

.inkbox {
width:112px;
height:45px;
float:left;
}

.inmenubox {
width:133px;
height:45px;
float:left;
}

.overlinksbox {
width:100%;
height:32px;
}

.linksbox {
width:100%;
height:51px;
}

.overimagebox {
width:100%;
height:22px;
margin-top:auto;
}

.imagebox {
width:100%;
height:280px;
}

.besidetextbox {
width:226px;
height:280px;
float:left;
}

.overtextbox {
width:540px;
height:46px;
margin-top:auto;
margin:auto;
}

.textbox {
width:570px;
height:256px;
float:left;
}

.overnextbox {
width:100%;
height:40px;
}

.nextprevbox {
width:450px;
height:30px;
margin:auto;
}

.nextbox {
width:50%;
height:30px;
float:left;
}

.overgallerybox {
width:100%;
height:15px;
}

.besidegallerybox {
width:226px;
height:302px;
float:left;
}

.gallerybox {
width:570px;
height:302px;
float:left;
}

.ingallerybox {
width:100%;
height:25%;
}

.ingallery2box {
width:100%;
height:50px;
}

.iningallerybox {
width:190px;
height:100%;
float:left;
}

.inlinksbox {
width:50%;
height:270px;
float:left;
}

.othercreationsbox {
width:100%;
height:100px;
}

.inothercreationsbox {
width:50%;
height:100px;
float:left;
}

.inskulpturbox {
width:190px;
height:201px;
float:left;
}

.otherlinkbox {
width:72px;
height:46px;
float:left;
}

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid black;
}
.highslide:hover img {
	border: 2px solid black;
}

.highslide-wrapper {
	background: black;
}
.highslide-image {
    border: 2px solid black;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid black;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: black;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: black;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.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;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}


/* Controlbar example */
.controlbar {	
	background: url(highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}


/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
