.dhonishow {
	overflow: hidden;
	/*float: left;*/
	width: 800px;
	height: 500px;
}           

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

.dhonishow-image {
	overflow: hidden;
	width: 800px;
	height: 500px;
	text-align: left;
	background: #FFF;
	position: relative;
}     

.dhonishow-image li {
	/*position: absolute;*/
	position: relative;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	text-align: center;
}

.dhonishow-navi {  
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	width: 800px;
	padding: 0px 0px 0px 0px;
	border: none;
}
                  
.dhonishow-picture-alt {
	display: none;
}          

.dhonishow-navi .dhonishow-next-picture{
	text-indent: -999px;
	width: 400px;
	height: 500px;
	float: right;
	cursor:  pointer;
	-moz-outline: none;
}
.dhonishow-navi .dhonishow-previous-picture {
	text-indent: -999px;
	width: 400px;
	height: 500px;
	float: left;
	cursor:  pointer;
	-moz-outline: none;
}

.dhonishow-navi .dhonishow-next-picture{
	/*margin-left: 400px;*/
}

.dhonishow-next-picture {
	background: url(../res/next.png) no-repeat; 
	background-position: bottom right;
}
div.tx-tbsprojects-pi1 .dhonishow-next-picture {
	background: url(../res/next_gr.png) no-repeat; 
	background-position: bottom right;
}
.dhonishow-previous-picture {
	background: url(../res/previous.png) no-repeat;
	background-position: bottom left;
}
div.tx-tbsprojects-pi1 .dhonishow-previous-picture {
	background: url(../res/previous_gr.png) no-repeat;
	background-position: bottom left;
}
.dhonishow-next-picture:hover {
	background: url(../res/next_hover.png) no-repeat;
	background-position: bottom right;
}
div.tx-tbsprojects-pi1 .dhonishow-next-picture:hover {
	background: url(../res/next_hover_gr.png) no-repeat;
	background-position: bottom right;
}
.dhonishow-previous-picture:hover {
	background: url(../res/previous_hover.png) no-repeat;
	background-position: bottom left;
}
div.tx-tbsprojects-pi1 .dhonishow-previous-picture:hover {
	background: url(../res/previous_hover_gr.png) no-repeat;
	background-position: bottom left;
}


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