.dhonishow {
	
	width: 400px;
	height:250px;
	font-family: verdana,arial,helvetica;
	font-size: 8px;
}           

.dhonishow * {
	padding:  0;
	margin: 0;
	border:  none;
	list-style: none;
}                  

.dhonishow-image {
	overflow: hidden;
	width: 400px;
	height:250px;
	text-align: left;
	background: #FFFFFF;
	position: relative;
}     

.dhonishow-image li {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
}

.dhonishow-navi {  
	margin-bottom: 2px;
	color: #fff;
	width: 165px;
	height: 50px;
}
                  
.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: 46px;
	height: 48px;
	float: right;
	margin: 0;
	cursor:  pointer;
	-moz-outline: none;
}

                                        
.dhonishow-navi .dhonishow-next-picture {
	margin-right: 15px;	
	width: 46px;
	height: 48px;
	background: url(myicons/next.png) 0px 0px no-repeat;
}

.dhonishow-previous-picture { 
	width: 46px;
	height: 48px;
	background: url(myicons/back.png) 0px 0px no-repeat;	
}

.dhonishow-next-picture:hover {
	width: 46px;
	height: 48px;
	background: url(myicons/next.png) 0px -50px no-repeat;
}

.dhonishow-previous-picture:hover {	
	width: 46px;
	height: 48px;
	background: url(myicons/back.png) 0px -50px no-repeat;	
}


.dhonishow-navi .paging {
	float: right;
	font-size: 12px;
	margin: 0 10px;
	line-height:  20px;	
	font-family: arial,helvetica;
	font-size: 10px;
	color:#202020;
}

