.dhonishow {
	overflow: hidden;
	width: 320px;
	/*font-family: "MS Trebuchet", "Lucida Grande", "Lucida Sans Unicode", sans-serif;*/
}           

.dhonishow * {
	padding:  0;
	margin: 0;
	border:  none;
	list-style: none;
}                  

.dhonishow-image {
	overflow: hidden;
	width: 320px;
	height: 240px;
	text-align: left;
	background: #E4EBB6;
}                

.dhonishow-image li {
	margin: 0;
	padding: 0;
}

.dhonishow-navi {  
	margin-bottom: 2px;
	overflow: hidden;
	width: 293px;
	padding: 5px 0 5px 5px;
}
                  
.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, 
.dhonishow-navi .dhonishow-first-picture,
.dhonishow-navi .dhonishow-last-picture {
	text-indent: -999px;
	width: 20px;
	height: 18px;
	float: right;
	margin: 0px;
	margin-top: 4px;
	cursor:  pointer;
	-moz-outline: none;
}

                                        
.dhonishow-navi .dhonishow-next-picture {
	margin-right: 5px;
	background: url(../js/dhoni_img/next.gif) no-repeat;
}

.dhonishow-previous-picture {
	background: url(../js/dhoni_img/previous.gif) no-repeat;	
}

.dhonishow-navi .dhonishow-first-picture {
	margin-right: 5px;
	background: url(../js/dhoni_img/first.gif) no-repeat;
}

.dhonishow-last-picture {
	background: url(../js/dhoni_img/last.gif) no-repeat;	
}

.dhonishow-next-picture:hover {
	background: url(../js/dhoni_img/next_hover.gif) no-repeat;
}

.dhonishow-previous-picture:hover {
	background: url(../js/dhoni_img/previous_hover.gif) no-repeat;	
}


.dhonishow-navi .paging {
	float: right;
	font-size: 12px;
	margin: 0 10px;
	line-height:  20px;
}