/*@charset "utf-8";*/

/* gallery */
div.gallery-container {
	width: 434px;
	height: 56px;
	text-align: center;
	position: relative;
	margin-bottom: 15px;
}
div.gallery-container-right {
	width: 295px;
	height: 56px;
	text-align: center;
	position: relative;
	margin-bottom: 15px;
	margin-left: 20px;
}
div.gallery-container-right div.gallery-left,
div.gallery-container div.gallery-left {
	width: 15px;
	height: 56px;
	background: url(../images/gallery_left.gif);
	position: absolute;
	left: 0px;
	top: 0px;
}
div.gallery-container-right div.gallery-left-hidden,
div.gallery-container div.gallery-left-hidden {
	background: url(../images/gallery_left_disabled.gif);
}
div.gallery-container-right div.gallery-right,
div.gallery-container div.gallery-right {
	width: 15px;
	height: 56px;
	background: url(../images/gallery_right.gif);
	position: absolute;
	right: 0px;
	top: 0px;
}
div.gallery-container-right div.gallery-right-hidden,
div.gallery-container div.gallery-right-hidden {
	background: url(../images/gallery_right_disabled.gif);
}
div.gallery-container div.gallery-scroller {
	width: 404px;
	height: 56px;
	overflow: hidden;
	position: absolute;
	left: 15px;
	top: 0px;
}
div.gallery-container-right div.gallery-scroller {
	width: 265px;
	height: 56px;
	overflow: hidden;
	position: absolute;
	left: 15px;
	top: 0px;
}
div.gallery-block {
	position: relative;
	white-space: nowrap;
	height: 56px;
	overflow: hidden;
	margin-top: 2px;
}
div.gallery-block a {
	height: 56px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	display: block;
	position: absolute;
	top: 0px;
	text-align: center;
	vertical-align: middle;
}
div.gallery-block a img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	display: block;
}
a.article-image-link {
	display: block;
	overflow: hidden;
	position: relative;
}
a.article-image-link img { display: block; }

#article ul {
	list-style: square;
	padding-left: 1.5em;
	margin-bottom: 10px;
}
#article ol {
	padding-left: 1.5em;
	margin-bottom: 10px;
}

/* image info */
div.image-info {
width:465px;
	height: 20px;
	margin-top: 2px;
	margin-bottom: 10px;
	color: #999999;
}
div.image-info a {
color:blue;
font-size:12px;
}
div.image-info div.image-title {
	font-weight: bold;
	font-size: 12px;
	float: left;
	/*width: 290px;*/
width:74%;
}
div.image-info div.image-author {
	font-weight: normal;
	font-size: 10px;
	float: right;
	margin-top: 1px;
	/*width: 139px;*/
width:25%;
	text-align: right;
}
div.image-info div.image-author a {
	color: #000000;
	font-weight: normal;
	font-size: 10px;	
}

