.dhonishow {
	float:left;
	width: 628px; height:393px;
	overflow:hidden;
	margin:0 0 0 0;
}           

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

.dhonishow-image {
	overflow: hidden;
	width: 628px;
	height: 371px;
	text-align: left;
	background: #000;
	position: relative;
	z-index:1;
}     

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

.dhonishow-navi {  
	color: #fff;
	overflow: hidden;
	width: 623px;
	padding: 1px 0 1px 5px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background:#575859
}
                  
.dhonishow-picture-alt {
	font-weight: bold;
	text-align: left;
	float: left;
	font-size: 11px;
	line-height: 16px;
}          

.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 {
	margin-right: 15px;
	background: url(../images/next.gif) no-repeat;
}

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

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

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


.dhonishow-navi .paging {
	float: right;
	font-size: 11px;
	margin: 0 10px;
}