.dhonishow {
	overflow: hidden;
	float: left;
	width: 360px;
}

.dhonishow * {
	padding:  0;
	margin: 0;
	border:  none;
	list-style: none;
}

.dhonishow-image {
	overflow: hidden;
	width: 340px;
	height: 300px;
	text-align: left;
	background: #ffffff;
	position: relative;
}

.dhonishow-image li {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
}

.dhonishow-navi {
	margin-bottom: 2px;
	color: #fff;
	overflow: hidden;
	width: 350px;
	padding: 5px 0 5px 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.dhonishow-picture-alt {
	font-weight: normal;
	text-align: left;
	float: left;
	font-size: 0.85em;
	line-height: 1em;
	color: #999999;
	padding-left: 5px;
}

.dhonishow-navi .dhonishow-next-picture,
.dhonishow-navi .dhonishow-previous-picture {
	text-indent: -999px;
	width: 16px;
	height: 18px;
	float: right;
	margin: 0;
	cursor:  pointer;
	-moz-outline: none;
}


.dhonishow-navi .dhonishow-next-picture {
	display: none;
	margin-right: 15px;
	background: url(../images/next2.gif) no-repeat;
}

.dhonishow-previous-picture {
	display: none;
	background: url(../images/previous2.gif) no-repeat;
}

.dhonishow-next-picture:hover {
	display: none;
	background: url(../images/next_hover2.gif) no-repeat;
}

.dhonishow-previous-picture:hover {
	display: none;
	background: url(../images/previous_hover2.gif) no-repeat;
}


.dhonishow-navi .paging {
	float: right;
	font-size: 22px;
	margin: 0;
	line-height:  20px;
	display: none;
}
