ul.thumbnail {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.thumbnail li {
	height: 230px;
	width: 165px;
	background-color: #EBE9ED;
	border: 1px solid #666666;
	float: left;
	margin: 3px;
	padding: 5px;
	text-align: center;
}

ul.thumbnail li.photo {
	background-color: #cccccc;
}

ul.thumbnail   li   a img {
	display: block;
	border: 1px solid #666666;
	padding: 3px;
}
ul.thumbnail     li     span     {
	display: block;
	padding-bottom: 5px;
}
ul.thumbnail     li     span.descriptiongb     {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-top: 5px;
}


ul.thumbnail    li    a:hover   img {
	border: 1px solid #000000;
}

ul.thumbnail  li  date  {
	font-size: 11px;
	color: #333333;
}


table.front_album {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}

table.front_album tr td.tl{
	width: 300px;
	background-color: #EBE9ED;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 5px;
	text-align: center;
}
table.front_album tr td.tm{
	width: 5px;
	background-color: #EBE9ED;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
table.front_album tr td.tr{
	background-color: #EBE9ED;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	padding: 5px;
}

table.front_album tr td.ml{
	width: 300px;
	background-color: #EBE9ED;
	border: 1px solid #666666;
	padding: 5px;
	text-align: center;
}
table.front_album tr td.mm{
	width: 5px;
	border-right: 1px solid #666666;
}
table.front_album tr td.space_l{
	height: 5px;
	line-height: 5px;
}
table.front_album tr td.space_r{
	height: 5px;
	line-height: 5px;
	border-right: 1px solid #666666;
}
table.front_album tr td a img{
	border: 1px solid #666666;
	padding: 3px;
}
table.front_album tr td a:hover img{
	border: 1px solid #000000;
}
table.front_album tr td p.header{
	font-size: 18px;
	color: #135cae;
	text-decoration: none;
	font-weight: bold;
}
table.front_album tr td p.text{
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding: 3px;
}
table.front_album tr td p.stats{
	font-size: 11px;
	color: #333333;
}
table.front_album tr td.tr p{
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-size: 14px;
	font-weight: bold;
}
table.front_album tr td.tr a{
	display: block;
	text-indent: 10px;
	text-decoration: none;
}
table.front_album tr td.tr a:hover{
	display: block;
	text-indent: 10px;
	text-decoration: underline;
}




table.additional_details {
	margin: 0px;
	padding: 0px;
}
table.additional_details tr td {
	text-align: left;
}
table.additional_details tr td div {
	background-color: #EBE9ED;
	border: 1px solid #666666;
	margin-bottom: 3px;
	padding: 5px;
}


table.additional_details tr td span a {
	text-decoration: none;
	color: #000000;
	display: block;
}
table.additional_details tr td span a:hover {
	text-decoration: none;
	color: #000000;
}
table.additional_details tr td.header {
	text-align: center;
	background-color: #EBE9ED;
	border: 1px solid #666666;
}