.dhonishow {
	overflow: hidden;
	float:left;
	width: 420px;
	font-family: "MS Trebuchet", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}           

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

.dhonishow-image {
	overflow: hidden;
	border:1px solid #910D0B;
	width: 418px;
	height: 300px;
	text-align: left;
	background: #2B7F82;
	position: relative;
}     

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

.dhonishow-navi {  
	margin-bottom: 2px;
	color: #910D0B;
	overflow: hidden;
	width: 418px;
	padding: 5px 0 5px 5px;
	border-bottom: 1px solid #910D0B;
}
                  
.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: 18px;
	height: 18px;
	float: right;
	margin: 0;
	cursor:  pointer;
	-moz-outline: none;
}

                                        
.dhonishow-navi .dhonishow-next-picture {
	margin-right: 18px;
	background: url(../images/next.jpg) no-repeat;
}

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


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

