/*
 * Albums View
 */
#albums {
	list-style: none;
}
#albums li, #sampleAlbum {
	background: url(/img/folder.jpg) top no-repeat;
	text-align: center;
	float: left;
	width: 151px;
	height: 129px;
	margin: 17px;
	display: block;
}
#albums li a {
	text-decoration: none;
	width: 151px;
	color: #000;
}
#albums li a:hover {
	text-decoration: underline;
	width: 151px;
	color: #00f;
}
#albums .imgContainer {
	margin: 13px 8px;
	width: 135px;
	height: 85px;
	cursor: hand;
}
#albums .default {
	background: url(/img/folder_default.gif) 50% 50% no-repeat;
}




/*
 * Album View
 */
#album {
	list-style: none;
}
#album li, #samplePhoto, .photo {
	background: url(/img/photo.jpg) top no-repeat;
	text-align: center;
	float: left;
	width: 151px;
	height: 129px;
	margin: 17px;
}
#album li a {
	text-decoration: none;
	width: 151px;
	color: #000;
}
#album li a:hover {
	text-decoration: underline;
	width: 151px;
	color: #00f;
}
.imgContainer {
	margin: 13px 8px;
	width: 135px;
	height: 85px;
}

#album .imgContainer img {
	width: 135px;
	height: 85px;
	margin: 0;
}

#report {
	background: url(/img/report.jpg) top no-repeat;
	text-align: center;
	float: left;
	width: 151px;
	height: 129px;
	margin: 17px;
}

/*
 * Photo View
 */

#photoContainer {
	text-align: center;
	margin: 20px 0;
	width: 726px;
	float: left;
}
#map
{
	margin: auto;
}

#ads
{
	float:right;
}
#comments {

}
#divCopyScript {
	margin-bottom: 20px;
}
#divCopyScript td {
	width:130px;
}
#divCopyScript input {
	margin-top: 4px;
	width: 100%;
	border: 0;
	color: #666;
}
#divCopyScript div {
	margin-top: 10px;
}


#albumOptions p {
	padding: 0 0 5px 0;
}


#albumCover {
	background: #fff;
	position: absolute;
	height: 400px;
	width: 520px;
	border: #999 solid 1px;
	z-index: 3;
	overflow: auto;
}
#albumCoverShadow {
	background: #000;
	position: absolute;
	height: 400px;
	width: 520px;
	z-index: 2;
}
#albumCoverContainer {
	margin: 10px;
}
#albumCover img {
	margin: 4px;
}
#sampleAlbum img {
	margin: 0;
}

#photonav {
	width: 736px;
	text-align: center;
	float: left;
}


#googleAd {
	clear: both;
	margin: 0;
	float: right;
}


#photoMap {
	border-top: 1px solid #ccc;
	padding: 20px 0;
}


#albumOptions a.selected {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	cursor: text;
}