.dhonishow {
	overflow: hidden;
	float: left;
	width: 570px;
	height: 322px;
	font-family: "MS Trebuchet", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	border: solid 4px #7b858c;
	margin: 10px 0 10px  10px;
}           

.dhonishow * {
	padding: 0;
	margin: 0;
	border: none;
	list-style: none;
}                  

.dhonishow-image {
	overflow: hidden;
	width: 570px;
	height: 298px;
	text-align: left;
	background: #7b858c;
	position: relative;
}     

.dhonishow-image li {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
}

.dhonishow-navi {  
	
	margin-bottom: 5px;
	color: #fff;
	overflow: hidden;
	width: 570px;
	padding: 5px 5px 5px 5px;
	background-color: #7b858c;

}
                  
.dhonishow-picture-alt {
	
	text-align: left;
	float: left;
	font-size: 12px;
	line-height: 16px;
}          

.dhonishow-navi .dhonishow-next-picture,
.dhonishow-navi .dhonishow-previous-picture {
	text-indent: -999px;
	width: 14px;
	height: 15px;
	float: right;
	margin: 0;
	cursor:  pointer;
	-moz-outline: none;
}

                          
.dhonishow-navi .dhonishow-next-picture {
	margin-right: 8px;
	background: url(../dhoni_img/next.png) no-repeat;
}

.dhonishow-previous-picture {
	background: url(../dhoni_img/previous.png) no-repeat;	
}

.dhonishow-next-picture:hover {
	background: url(../dhoni_img/next_hover.png) no-repeat;
}

.dhonishow-previous-picture:hover {
	background: url(../dhoni_img/previous_hover.png) no-repeat;	
}


.dhonishow-navi .paging {
	float: right;
	font-size: 12px;
	margin: 0 8px;
	line-height:  14px;
}