.dhonishow {
	overflow: hidden;
	float: left;
	width: 700px;
	height: 90px;
	font-family: "MS Trebuchet", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	/*padding-left:57px;*/
	z-index: 10;
	opacity: 100;

}           

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

.dhonishow-image {
	overflow: hidden;
	width: 700px;
	height: 90px;
	text-align: left;
	background: #000000;
	position: relative;
		/*border:solid 1px #000000;*/
}     

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

.dhonishow-navi {  

	margin-bottom: 2px;
	
	color: #fff;
	overflow: hidden;
	width: 266px;
	padding: 5px 0 0 0;
	/*background-color:#000000;*/
	/*border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;*/
/*	border:solid 1px #000000;*/
}
            
		/*	      
.dhonishow-picture-alt {
	font-weight: bold;
	text-align: left;
	float: left;
	font-size: 8px;
	line-height: 16px;
}      */    

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

                                        
.dhonishow-navi .dhonishow-next-picture {
	margin-right: 15px;
	background: url(next.gif) no-repeat;
}

.dhonishow-previous-picture {
	background: url(previous.gif) no-repeat;	
}

/*
.dhonishow-next-picture:hover {
	background: url(next_hover.gif) no-repeat;
}

.dhonishow-previous-picture:hover {
	background: url(previous_hover.gif) no-repeat;	
}*/


.dhonishow-navi .paging {
	float: right; 
	font-size: 10px;
	margin: 0 30px; /* marge desde la dreta de la imatge dels números de navegar */
	line-height:  8px;
}
