.dhonishow {
	overflow: hidden;
	float: left;
	width: 350px;
	font-family: Arial;
}           

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

.dhonishow-image {
	overflow: hidden;
	width: 350px;
	height: 380px;
	text-align: left;
/*	background: #FFF;*/
	position: relative;
}     

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

.dhonishow-navi {  
	margin-bottom: 2px;
	color: #000;
	overflow: hidden;
	width: 350px;
	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 {
	text-indent: -999px;
	width: 63px;
	height: 34px;
	float: right;
	vertical-align:middle;
	margin: 0;
	cursor:  pointer;
	-moz-outline: none;
}

                                        
.dhonishow-navi .dhonishow-next-picture {
	margin-right: 15px;
	background: url(./img/dhoni_img/neste.png) no-repeat;
}

.dhonishow-previous-picture {
	background: url(./img/dhoni_img/forrige.png) no-repeat;	
}

.dhonishow-next-picture:hover {
	background: url(./img/dhoni_img/neste_hover.png) no-repeat;
}

.dhonishow-previous-picture:hover {
	background: url(./img/dhoni_img/forrige_hover.png) no-repeat;	
}


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