@charset "utf-8";
/* CSS Document */
#scenery{
	margin:10 auto;
	width:750;
}

#scenery a:link,#scenery a:visited{text-decoration: none;color:#7BB137;background-color: transparent;}
#scenery a:hover{background:#F84F0C;color:#FFF;}

#scenery #imageList{
	width:750px;
	margin-top:5px;
	float:right;
}
#scenery #imageList #loading{
	margin-top:2em;
	color:#990;
}
#scenery #imageList h1 {
	background: #ededed;
	margin: 20px 0 10px;
	padding: 4px;
	text-align: center;
	color: #000;
	font: 310%/100% Garamond, Georgia, serif;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#scenery #imageList h1 em {
	border: solid 1px #999;
	display: block;
	padding: 10px 0;
	font-style: normal;
}
#scenery #imageList .credits {
	width: 280px;
	margin: 0 auto 20px;
	text-align: center;
	border-bottom: solid 1px #ccc;
	padding: 0 0 8px 0;
	font: 130%/110% Garamond, Georgia, serif;
}
#scenery #imageList .credits em {
	color: #999;
}
#scenery #imageList .credits a {
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
}
#scenery #imageList .credits a:hover {
	text-decoration: underline;
}
img {
	border: none;
}

/* ---------- gallery styles start here ----------------------- */
#scenery #imageList .gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
#scenery #imageList .gallery li {
	padding: 10px;
	margin: 0;
	float: left;
	position: relative;
	width: 180px;
	height: 130px;
}
#scenery #imageList .gallery img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 5px;
}
#scenery #imageList .gallery li:hover img {
	border-color: #999;
}
#scenery #imageList .gallery em {
	background: #fff url(images/grey-gradient.gif) repeat-y;
	color: #000;
	font-style: normal;
	padding: 2px 10px;
	display: block;
	position: absolute;
	top: 110px;
	left: 9px;
	border: 1px solid #999;
	border-left-color: #888;
}
#scenery #imageList .gallery a {
	text-decoration: none;
}
#scenery #imageList .gallery a:hover em {
	background: #ffdb01 url(images/orange-gradient.gif) repeat-y;
	border-color: #c25b08;
}
