#gallery_name {
        text-align: right;
        font-weight: bold;
        background: #fafafa;
        margin-right: 10px;
        padding-right: 5px;
} 

.gallerynav {
        text-align: center;
}

.floathack {
        clear: both;
        line-height: 0;
        height: 0;
}

.gallery img {
	border: 1px solid black;
}

.gallery img.delete {
        float: right;
        margin: 3px 5px 0px 5px;
	border: 0;
}

.innermessage {
	font-size: x-small;
}

#gallery_picture {
        float: right;
        text-align: center;
        width: 440px;
        margin-top: 10px;
}

#gallerythumbcontainer {
        float: left;
        margin: 0px 10px 30px 10px;
        padding: 0px 0px 0px 0px;
        width: 235px;
}

html>body #gallerythumbcontainer {
        margin: 30px 10px 30px 10px;
}

#gallerythumbs {
        height: 357px;
        overflow: hidden;
}

#scrollers {
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
        font-size: small;
        background-color: #ffffff;
}
#loading {
        position: relative;
	left: 0px;
        top: 420px;
	width: 750px;
        font-size: x-large;
        font-color: #aaaaaa;
        text-align: center;
        background-color: #ffffff;
}
html>body #loading {
	position: absolute;
	left: auto;
	top: 350px;
        background-color: transparent;
}

*:first-child+html #loading {
	border: 1px solid red;
	width: 490px;
}

.gallery td {
	padding: 0px;
	margin: 5px;
	width: 116px;
	height: 113px;
	border: 1px solid #cccccc;
	text-align: center;
	vertical-align: middle;
}

html>body .gallery td {
	padding: 5px;
	height: 116px;
}

*:first-child+html .gallery td {
	padding: 0px;
	height: 114px;
}

#bigPicture {

}

#caption {
	font-size: small;
	background-color: white;
	background-color: transparent;
	font-style: italic;
}

.bordered {
	border: 1px solid black;
}

