.proto{
	display: none;
}
.image{
	border: solid black 1px;
}

.thumb{
	height: 100px;
	margin:10px;
	border: none;
}

div.gallery{

}

div.file{
	font-style: italic;
}


body{
	font-family: sans-serif;
	background: #333;
	color: white;
}


body div.gallery > div.short{
	font-weight: bold;
	font-size: 30pt;
	text-align: center;
	margin: 20px;
}

body div.image div.short{
	font-weight: bold;
}

a {
	outline: none;
}
#ImageBoxLoader {
	display: none;
}

div.img img{
	margin-top: 10px;
	margin-bottom: 10px;
}

div.image{
	background: #888;
	padding: 10px;
	width: 200px;
	height: 220px;
	float: left;
	margin: 10px;
	text-align: center;
	overflow: hidden;
	color: black;
}

div.folder div.folder{
	margin-left: 5px;
}

div.folder a{
	color: white;
	text-decoration: none;
}

a.folder{
	margin: 10px;
	text-align: center;
	overflow: hidden;
	color: black;
	background: #888 url(http://s3gallery.billkuker.com/folder.jpg) no-repeat center center;
	display: block;
	padding: 10px;
	width: 200px;
	height: 220px;
	float: left;
}


body.view div.image{
	height: 200px;
}

body.view a.folder{
	height: 200px;
}

body.view div.file{
	display: none;
}

#uploadApp{
	width: 100px;
	height: 100px;
	border: 2px dashed red;
	float: left;
	margin: 10px;
}

fieldset.folders{
	clear: left;
	float: left;
	height: 50%;
}

fieldset.gallery{
}

fieldset.upload{
	width: 400px;
	height: 140px;
	float:left;
}

div.status{
	overflow: scroll;
	height: 90%;
	background: #666;
}

fieldset.login{
	float:left;
	height: 140px;
}

fieldset.status{
	float:left;
	height: 140px;
	width: 500px;
}
.ok {
	color: green;
	font: bold;
}

.fail {
	color: red;
	font: bold;
}

#ImageBoxOverlay
{
	background-color: #000;
}
#ImageBoxCaption
{
	background-color: #F4F4EC;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
}
#ImageBoxCaptionImages
{
	margin: 0;
}
#ImageBoxNextImage
{
	background-image: url(images/imagebox/spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url(images/imagebox/spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background-image: url(images/imagebox/next_image.jpg);
	background-repeat:	no-repeat;
	background-position: right top;
}
#ImageBoxPrevImage:hover
{
	background-image: url(images/imagebox/prev_image.jpg);
	background-repeat:	no-repeat;
	background-position: left bottom;
};

