div.stdimglist {
	position: relative;
	left: 0px;
	right: 0px;
}
div.stdimglist > div {
	position: relative;
	left: 0px;
	right: 0px;
	height: 96px;
}
div.stdimglist > div div.thumb {
	position: absolute;
	background-color: #F6F6F6;
	left: 2px;
	top: 2px;
	bottom: 2px;
	width: 160px;
	border: 1px solid #000000;
	vertical-align: middle;
	text-align: center;
	line-height: 88px;
	background-image: url(../img/img_background.gif);
	background-repeat: repeat;
	overflow: hidden;
}
div.stdimglist > div div.thumb > a {
	color: #FFFFFF;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
div.stdimglist > div div.thumb > a > img {
	position: absolute;
	display: block;
}
div.stdimglist > div div.title {
	position: absolute;
	top: 5px;
	left: 170px;
	right: 0px;
}
div.stdimglist > div div.meta {
	position: absolute;
	bottom: 8px;
	left: 170px;
	right: 0px;
	//height: 25px;
}
div.stdimglist > div div.meta > div {
	position: relative;
	left: 0px;
	right: 0px;
	font-size: smaller;
}

div.imagedetail {
	position: relative;
	width: 100%;
}
div.imagedetail div.preview {
	position: relative;
	width: 100%;
	text-align: center;
	overflow: hidden;
}
div.imagedetail div.preview > img {
	position: absolute;
}
div.imagedetail div.title{
	position: relative;
	width: 100%;
	text-align: center;
}
div.imagedetail div.meta{
	position: relative;
	width: 100%;
	font-size: smaller;
}

table.image_comments {
	width: 100%;
	border: none;
	border-collapse: collapse;
}
table.image_comments tr td {
	vertical-align: top;
}
table.image_comments tr td:first-child {
	width: 90px;
}
table.image_comments tr td:first-child + td {
	width: auto;
}
table.image_comments tr td:first-child + td div.image_comment_head {
	width: 100%;
	text-align: right;
	margin: 0px;
}
table.image_comments tr td:first-child + td div.image_comments_head pre {
	padding-top: 3px;
	float: left;
}

table.image_comment {
	width: 100%;
	border: none;
}
table.image_comment tr td:first-child {
	vertical-align: top;
	text-align: right;
	width: 75px;
}
table.image_comment tr td:first-child + td textarea {
	width: 100%;
	height: 125px;
}


.image_color1 {
	background-color: #FFFFFF;
}
.image_color2 {
	background-color: #FBFCFD;
}
