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

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

.dhonishow-image {
	overflow: hidden;
	width: 293px;
	height: 384px;
	text-align: center;
	position: relative;
}     
.dhonishow {
	overflow: hidden;
	float: left;
	width: 500px;
}           

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

.dhonishow-image {
	overflow: hidden;
	width: 500px;
	height: 200px;
	text-align: left;
	position: relative;
}     

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

.dhonishow-navi { 
	margin: 0 35px 0 0;
	color: #000;
	overflow: hidden;
}
                  
.dhonishow-picture-alt {
	font-weight: bold;
	text-align: left;
	float: left;
	font-size: 11px;
	line-height: 16px;
}     
                                        
.dhonishow-next-picture {
	display: block;
	text-indent: -2999px;	
	float: right;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(../images/next.gif) no-repeat;
}

.dhonishow-previous-picture {
	display: block;
	text-indent: -2999px;
	float: right;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(../images/prev.gif) no-repeat;	
}

.dhonishow-navi .paging {
	display: none;
}

.disabled {
	opacity:0.5;
	filter:alpha(opacity=50);
}