.dhonishow {
	overflow: hidden;
	float: left;
	width: 280px;
	font-family: Tahoma, Arial, sans-serif;
	border: 10px solid #151515;
}           

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

.dhonishow-image {
	overflow: hidden;
	width: 280px;
	height: 240px;
	text-align: left;
	background: #000000;
	position: relative;
	z-index: -1;
}     

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

.dhonishow-navi {  
	margin-top: -30px;
	color: #fff;
	overflow: hidden;
	width: 280px;
	padding: 0px;
	z-index: 1;
}
                  
.dhonishow-picture-alt {
	text-align: left;
	float: left;
	font-size: 9px;
	line-height: 16px;
}          

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

                                        
.dhonishow-navi .dhonishow-next-picture {
	background: url(images/next.png) no-repeat;
}

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

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

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


.dhonishow-navi .paging {
	float: right;
	font-size: 9px;
	margin: 0 62px;
	line-height:  20px;
	font-family: Tahoma, Arial, sans-serif;
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
}