/* Simple Gallery Css */
.gallery
{
	text-align: center;
	margin: 0 auto 0 auto;
	width: 750px;
	background-color: #444645;
	border-width: 0px;
	border-style: solid;
	border-color: #999999;
	overflow: visible;
}
.gallery img
{
	margin: 5px auto 0 auto;
	border-width: 0px;
}

.gallery_container
{
	margin: 2px 2px 2px 2px;
	background-color: #666;
	float: left;
	display: block;
	width: 100px;
	height: 70px;
	font-size: 12px;
	border: #333333 1px solid;
	text-align: center;
}
.gallery a
{
	border-width: 0px;
	margin: 5px 5px 5px 5px;
	text-decoration: none;
	color: #ffcc00;
}

.gallery a:hover
{
	border-width: 0px;
	margin: 5px 5px 5px 5px;
	text-decoration: underline;
	color: #ffcc00;
}

/* Gallery Admin Css */

.gallery2
{
	text-align: center;
	margin: 0 auto 0 auto;
	width: 750px;
	background-color: #444645;
	border-width: 0px;
	border-style: solid;
	border-color: #999999;
	overflow: visible;
}
.gallery2 img
{
	border-width: 0px;
	margin: 5px auto 0 auto;
}

.gallery_container2
{
	margin: 2px 2px 2px 2px;
	background-color: #666;
	float: left;
	display: block;
	width: 100px;
	height: 117px;
	border: #333333 1px solid;
	font-size: 12px;
	text-align: center;
}
.gallery2 a
{
	border-width: 0px;
	margin: 5px 5px 5px 5px;
	text-decoration: none;
	color: #ffcc00;
}

.gallery2 a:hover
{
	border-width: 0px;
	margin: 5px 5px 5px 5px;
	text-decoration: underline;
	color: #ffcc00;
}
.closer
{
	clear: left;
}