.dhonishow {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 475px;
	height: 427px;
}           

.dhonishow * {
	padding: 0px;
	margin: 0px;
	border: none;
	list-style: none;
}                  

.dhonishow-image {
	overflow: hidden;
	width: 475px;
	height: 427px;
	text-align: left;
	position: relative;
}     

.dhonishow-image li {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
}

.dhonishow-navi { 
	position: relative; 
	float: left;
	margin-top: 0px;
	color: #fff;
	overflow: hidden;
	/*border: #cdcdcd 1px solid;*/
	margin-top: -25px;
	width: 465px;
}
                  
.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: 1px;
	background: url(../images/layout/next.gif) no-repeat;
}

.dhonishow-previous-picture {
	background: url(../images/layout/prev.gif) no-repeat;	
}

.dhonishow-next-picture:hover {
	background: url(../images/layout/next_hover.gif) no-repeat;
}

.dhonishow-previous-picture:hover {
	background: url(../images/layout/prev_hover.gif) no-repeat;	
}


.dhonishow-navi .paging {
	float: right;
	margin: 0px;
}
