.dhonishow {
	overflow: hidden;
	width: 432px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}           

.dhonishow * {
	padding:  0;
	margin: 0;
	border:  none;
	list-style: none;
}                  

.dhonishow-image {
	overflow: hidden;
	width: 432px;
	height: 382px;
	text-align: left;
	background: #c49163;
	position: relative;
}     

.dhonishow-image li {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
}

.dhonishow-navi {  
	margin-bottom: 2px;
	color: #87121b;
	overflow: hidden;
	width: 432px;
	padding: 5px 0 0px 0px;
}
                  
.dhonishow-picture-alt {
	font-weight: normal;
	text-align: left;
	float: left;
	font-size: 10px;
	line-height: 12px;
}          

.dhonishow-navi .dhonishow-next-picture,
.dhonishow-navi .dhonishow-previous-picture {
	text-indent: -999px;
	width: 14px;
	height: 14px;
	float: right;
	margin: 0;
	padding: 0px;
	cursor:  pointer;
	font-size: 12px;
}

                                        
.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: 10px;
	margin: 0px 10px 0px 10px;
	line-height:  10px;
}
