.dhonishow {
	overflow: hidden;
	float: left;
	width: 200px;
	font-family: "Verdana";
}           

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

.dhonishow-image {
	overflow: hidden;
	width: 200px;
	height: 150px;
	text-align: left;
	background: #FFFFFFF;
	position: relative;
}     

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

.dhonishow-navi {  
	margin-bottom: 2px;
	color: #000000;
	overflow: hidden;
	width: 200px;
	padding: 1px 0 10px 0px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
                  
.dhonishow-picture-alt {
	font-weight: bold;
	text-align: left;
	float: left;
	font-size: 9px;
	line-height: 20px;
}          

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

                                        
.dhonishow-navi .dhonishow-next-picture {
	margin-right: 1px;
	background: url(dhoni_img/next.gif) no-repeat;
	width: 10px;
	height: 12px;
}

.dhonishow-previous-picture {
	background: url(dhoni_img/previous.gif) no-repeat;
	width: 10px;
	height: 12px;	
}

.dhonishow-next-picture:hover {
	background: url(dhoni_img/next_hover.gif) no-repeat;
	width: 10px;
	height: 12px;
}

.dhonishow-previous-picture:hover {
	background: url(dhoni_img/previous_hover.gif) no-repeat;
	width: 10px;
	height: 12px;	
}


.dhonishow-navi .paging {
	float: right;
	font-size: 9px;
	margin: 0px 5px;
	line-height:  25px;
	text-indent: -999px;
	
}
