.Gallery .Album {
	border: 1px solid #CCCCCC;
	margin-bottom: 8px;
	padding: 5px 5px 3px 5px;
	display: block;
	text-align: left;
}

.Gallery .Album .Cover {
	float: left;
	padding-right: 10px;
	width: 225px;
}

.Gallery .Album p {
	margin: 4px 0px 2px;
}

.Gallery .Album .Info h2 {
	font-size: 13px;
	color: #000000;
}

.Gallery .Album .Info .Count {
	color: #888888;
	display: block;
}

.Gallery .Album .Actions {
	font-weight: bold;
	font-size: 13px;
}

.Gallery .Album .Actions a {
	font-weight: normal;
}

.Gallery .Album .NoCover {
	width: 200px;
	height: 135px;
	background: transparent url('../images/gallery_nocover.png');
}


.Gallery #EditAlbum #description{
	height: 80px;
	width: 99%;
}

.Gallery #EditPictures .Picture{
	border: 1px solid #CCCCCC;
	margin: 5px;
	padding: 5px;
	text-align: left;
}

.Gallery #EditPictures .Picture .image {
	float: left;
	padding: 5px;
}

.Gallery #EditPictures .Picture .attributes {
	padding: 5px;
	float: right;
	width: 450px;
}

.Gallery #EditPictures .Picture .attributes td {
	padding: 2px;
	text-align: left;
	vertical-align: top;
}

.Gallery #EditPictures .Picture .attrib span {

}

.Gallery #PictureComments {
	border-top: 1px #000000 solid;
}

.Gallery .List {
	width: 100%;
}

.Gallery td {
	text-align: center;
}

.Gallery img {
	padding: 5px;
	border: 1px solid #CCCCCC;
}

.Gallery .List img {
	padding: 5px;
	margin: 10px;
	border: 1px solid #CCCCCC;
}

.Gallery .Picture {
	text-align: center;
	padding: 5px;
}

.Gallery .Picture .Image {
	text-align: center;
}

.Gallery .Picture .Image img {
	text-align: center;
	border: 0px;
}

.Gallery .Picture .Comments {
	margin-left: 70px;
	width: 650px;
	text-align: left;
}

.Gallery .Picture .Comments .head {
	background-color: #009933;
	font-size: 13px;
}

.Gallery .Picture .Comments .name {
	padding-left: 5px;
	border-bottom: 1px #BBBBBB dashed;
	border-top: 1px #000000 solid;
	text-align: left;
}

.Gallery .Picture .Comments .date {
	width: 180px;
	padding-left: 5px;
	border-bottom: 1px #BBBBBB dashed;
	border-top: 1px #000000 solid;
	text-align: left;
}

.Gallery .Picture .Comments .text {
	padding-bottom: 20px; 
	padding-left: 10px;
	text-align: left;
/*	background: transparent url('../images/vert_grad.jpg') repeat-x scroll left bottom; */
}

.Gallery .Picture .Comments .text .Actions {
	float: right;
	width: 180px;
}

.Gallery .Picture .Caption {
	padding-bottom: 5px;
}

.Gallery .Nav .Actions {
	float: left;
	width: 400px;
}

.Gallery .Nav .PrevNext {
	padding-top: 1px;
	text-align: right;
	float: right;
}
