.dhonishow {
	overflow: visible;
	width: 293px;
	font-family: "MS Trebuchet", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
color: #444444;
position: absolute;
height: 60%;
left: 50%;
}           

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

.dhonishow-image {
	overflow: hidden;
	text-align: left;
	background: #defb00 url(loading.gif) 50% 50% no-repeat;
}                

.dhonishow-image li {
	margin: 0;
	padding: 0;
}

.dhonishow-navi {  
	position:absolute;
	right:5%;
	top:105%;
	margin-bottom: 2px;
	color: #333333;
	overflow: visible;
	width: 293px;
	padding: 5px 0 5px 5px;
}
                  
.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: 55px;
	height: 25px;
	float: right;
	margin: 0;
	cursor:  pointer;
	-moz-outline: none;
}

                                        

.dhonishow-next-picture {
	margin-right: 15px;
	background: url(next.gif) no-repeat;
}

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

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

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


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