@charset "utf-8";

/*
	PHP Gallery CSS v1.1
	Last updated 2008-03-27 by andy
*/

form.gallery_selector {
	margin-bottom:2em;
}

p.no_galleries {
	text-align:center;
}

ul.gallery {
	list-style-type:none;
	padding:0;
	margin:0;
}

ul.gallery li {
	display:inline;
	padding:0;
	margin:0;

}

ul.gallery li img {
	padding:0 !important;
	margin:0 !important;
	border: 1px solid rgb(117, 10, 7);
	width: 63px !important;
	height: 65px !important;
	margin-right: 5px !important;
	margin-bottom: 5px !important;
}

#send_pictures {
	right: 35px;
	top: 32px;
	position: absolute;
	margin:0px;
}

#send_pictures a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color: #750a07;
	font-size: 11px;
	text-decoration:none;
}

#send_pictures a:hover {
	text-decoration: underline;
}

#title {
	position: relative;

}
