.dhonishow {
	overflow: hidden;
	width: 502px;
	height: 463px;
	font-family: "MS Trebuchet", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	margin: 0px 0px 0px 0px;
}           

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

.loading-slideshow {
	background: url(../images/loading.gif) no-repeat center center;
	padding-top: 50px;
	text-align: center;
}                   

.dhonishow-image {
	width: 500px;
	text-align: center;
	position: relative;
	clear: both;
}     

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

.dhonishow-image li img{
	vertical-align: middle;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
}

.play-button {
	background: url("../images/btn_play.png") no-repeat center left;
	float: left;
	margin-right: 10px;
	height: 33px;
	display: block;
	padding: 10px 0px 0px 40px;
	font-size: 13px;
	outline: none;
}

.pause-button {
	background: url("../images/btn_pause.png") no-repeat center left;
	float: left;
	margin-right: 10px;
	height: 33px;
	display: block;
	padding: 10px 0px 0px 40px;
	font-size: 13px;
	outline: none;
}

.dhonishow-navi {  
	float: right;
	color: #000;
	overflow: hidden;
	width: 100px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-top: 10px;
}
                  
.dhonishow-picture-alt {
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	height: 60px;
	margin-top: 3px;
	text-align: center;
	color: #73972b;
}          

.dhonishow-navi .dhonishow-next-picture,
.dhonishow-navi .dhonishow-previous-picture {
	text-indent: -999px;
	width: 20px;
	height: 17px;
	float: right;
	margin: 0;
	cursor:  pointer;
	-moz-outline: none;
}

                                        
.dhonishow-navi .dhonishow-next-picture {
	margin-left: 10px;
	background: url(../images/btn_next.png) no-repeat;
}

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

.dhonishow-next-picture:hover {
	background: url(../images/btn_next.png) no-repeat;
}

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

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