div#mainphoto_photogrid div#mainphoto_grid {display:none;text-align:center;}
div#mainphoto_photogrid:hover div#mainphoto_photo {display:none;}
div#mainphoto_photogrid:hover div#mainphoto_grid {display:block;}

span.smallnote {
	color:#aaa;
	font-size:0.85em;
}

div#albumgridpager {
	float:right;
}
div#albumgriddiv div.picture {
	border:1px solid #333;
	padding:1px;
	background-color:#fff;
	margin:2px;
}

img.album-main-photo {
}

div.pageheading.albumtop {
	border:0px;
	padding:0px;
}
div.pageheading.albumtop h1,
div.pageheading.albumtop h1 a {
	font-size:14px;
}

div.pageheading {
	padding-bottom:0px;
}


div.albumgrid {
	padding-left:10px;
}
div.albumgrid div.albumrow {
	clear:both;
	vertical-align:middle;
	padding-bottom:10px;
	margin-bottom:10px;
}
div.albumgrid div.album a {
	font-size: 1.1em;
	text-decoration: none;
	color: #000;
	display: block;
	margin-top: 4px;
}
div.albumgrid div.album:hover a {
	color: #fff;
	text-shadow: #333 1px 1px 1px;
	font-weight: normal;
}
div.albumgrid div.album:hover {
	background-color: #7ea4d4;
	/*background-image: url('/static/images/selectionover.gif');
	background-repeat: repeat-x;*/
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
}

div.albumgrid div.album img.album-delete-image {
	position: absolute;
	background-color: transparent;
	border: 0px;
	visibility: hidden;
}

div.albumgrid div.album {
	width:200px;
	height:260px;
	background-color:#fafafa;
	float:left;
	margin-top:10px;
	margin-right:10px;
	padding:0px;
	display:block;
	cursor:pointer;
	position:relative;

	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
}
div.albumgrid div.album img {
	position:absolute;
	border:0px solid #f1f1f1;
	padding:0px;
	top:10px;
	left:10px;
	width:180px;
	height:180px;
}
div.albumgrid div.album span.name {
	display:block;
	font-size:14px!important;
	line-height:14px;
	height:34px;
	position:absolute;
	text-align:center;
	top:190px;
	left:10px;
	width:180px;
	overflow:hidden;
}
div.albumgrid div.album span.owner {
	margin-top:2px;
	display:block;
	font-size:12px!important;
	line-height:12px;
	position:absolute;
	top:224px;
	left:10px;
	width:180px;
	height:26px;
	text-align:center;
	overflow:hidden;
}
div.albumgrid div.album span.owner a {
	display:inline;

}
div.albumgrid div.album span.gridtype {
	margin-bottom:2px;
	display:block;
	font-size:12px;
}

#upload-pictures img, 
#search-pictures img {
	margin-top: 6px;
	cursor: pointer;
	cursor: hand;
}


div.albumpictures a.img {
	float:left;
	border:1px solid #aaa;
	padding:5px;
	background-color:#eee;
	margin:4px;
}
div.albumprevgrid a {
	float:left;
	margin:1px;
	padding:0px;
	margin-right:3px;
}

