#images a {
	color: #27D;
	text-decoration: none;
}
#images a:focus, a:hover, a:active {
	text-decoration: underline;
}
#images h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0;
}
#images h1 {
	padding: 0;
	font-size:3em;
	color: #333;
	letter-spacing:-1px;
}
#images h2 {
	padding-top: 10px;
	font-size:2em;
	letter-spacing:-1px;
}
#images pre {
	font-size: 1.2em;
	line-height: 1.2em;
}
#images div#page {
	width: 700px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	border-color: #ddd;
	border-style: none solid solid;
	border-width: medium 1px 1px;
}
#images div#container {
	padding: 20px;
}
#images div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
#images div#footer {
	clear: both;
	color: #777;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
}
#images h2.album-date {
	margin-top: 6px;
}
#images p.album-description {
	margin-top: 20px;
}
#images div.meta {
	margin-top: 10px;
	font-size: 0.8em;
}
#images div.meta ul {
	margin: 0;
	padding: 0;
}
#images div.meta li {
	float: left;
	padding: 0;
	margin-right: 10px;
	width: 240px;
	list-style: none;
}

#images div.content {
	display: none;
	float:right;
	width:550px; 
}

#images div.controls {
	height: 23px;
}
#images div.controls a {
	padding: 5px;
}
#images div.ss-controls {
	float: left;
}
#images div.nav-controls {
	float: right;
	display:none;
}

#images div.loader {
	float:left;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 360px;
	height: 230px
}

#slideshow {
	float:left;
	width:365px;
	height:240px;
}
#images div.slideshow span.image-wrapper {
	text-align: center;
	padding-bottom: 12px;
	display: block;
	margin: auto;
}
#images div.download {
	float: right;
}
#images div.embox {
	clear: both;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 12px;
}
#images div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

#images div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
#images ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
	height:220px;
}
#images ul.thumbs li {
	float: left;
	padding: 0;
	margin: 2px 5px 2px 0;
	list-style: none;
	text-align: center;
}

#thumbs {
	width:290px;
	float:left;
}

#images #thumbs img {
	width:75px;
	height:50px;
}

#images img {
	max-width:365px;
	max-height:230px;
}

#images img, #images #thumbs img, #images #folders img {
	background:url(shadow.gif) no-repeat right bottom;
	padding:4px 10px 10px 4px;
	border: none;	
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;	
}

#images a.advance-link:focus, a.thumb:focus {
	outline: none;
}

#images #folders ul.thumbs li {
	display:block;
	height:120px;
	margin:10px;
	width:105px;
}

#images .top {
	display:none;
}
#images div.pagination {
	float:right;
	margin-right:10px;
}
#images div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
#images div.navigation div.bottom {
	margin-top: 12px;
}
#images div.pagination a, #images div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
#images div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
#images div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
