#slideshow_0 { width: 567px; height: 360px; margin-left: -15px; overflow: hidden; }
#slideshow_1 { width: 287px; height: 233px; overflow: hidden; }

.dhonishow {
	overflow: hidden;
	float: left;
	font-family: "MS Trebuchet", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	/*border: 1px dotted blue;*/
	/*margin-bottom: -28px;*/
}     

#dhonishow_0 { width: 567px; height: 360px;  /*border:1px dotted pink;*/ }      
#dhonishow_1 { width: 287px; height: 233px; }  


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

.dhonishow-image {
	overflow: hidden;
	text-align: left;
	position: relative;
	
}   

#dhonishow_0 .dhonishow-image { width: 567px; height: 360px; }
#dhonishow_1 .dhonishow-image { width: 287px; height: 233px; cursor: pointer; }


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

.dhonishow-navi {  
	margin-bottom: 2px;
	color: #fff;
	overflow: hidden;
	width: 200px;
	padding: 5px 0 5px 5px;
	/*border: 1px dotted green;*/
	float: left;
	position: relative;
}

#dhonishow_0 .dhonishow-navi { top: -337px; left: 350px; }
#dhonishow_1 .dhonishow-navi { top: -207px; left: 84px; }

                  
.dhonishow-picture-alt {
	font-weight: bold;
	text-align: left;
	float: left;
	font-size: 11px;
	line-height: 16px;
	visibility: hidden;
}          

.dhonishow-navi .dhonishow-next-picture,
.dhonishow-navi .dhonishow-previous-picture {
	text-indent: -9999px;
	width: 16px;
	height: 18px;
	float: right;
	margin: 0;
	cursor:  pointer;
	-moz-outline: none;
	/*border: 1px dotted orange;*/
}

                                        
.dhonishow-navi .dhonishow-next-picture {
	margin-right: 15px;
	background: url(/assets/images/common/arrow_rt.gif) no-repeat 0 6px;
}

.dhonishow-previous-picture {
	background: url(/assets/images/common/arrow_lt.gif) no-repeat right 6px ;
}

.dhonishow-next-picture:hover {
	background: url(/assets/images/common/arrow_rt_on.gif) no-repeat 0 6px;
}

.dhonishow-previous-picture:hover {
	background: url(/assets/images/common/arrow_lt_on.gif) no-repeat right 6px ;
}


.dhonishow-navi .paging {
	float: right;
	font-size: 15px;
	margin: 0 5px;
	line-height:  20px;
	/*border: 1px dotted teal;*/

}