.buttonPrevious, .buttonNext {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #799DC1;
	border: 0.5px solid #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
	width: 35px;
	cursor:hand;
	height: 35px;
}
.buttonPrevious:hover, .buttonNext:hover {
	background-color: #8DB9DB;
	cursor: inherit;
}
.buttonNext {
	background-image: url(/images/aboutus/catb/ico-next.gif);
}
.buttonPrevious {
	background-image: url(/images/aboutus/catb/ico-previous.gif);
}
#imgHolder {
	width: 650px;
	height: 500px;
}
#textHolder {
	width: 500px;
        background: #174984 !important;
}
#legendHolder {
	color: #FFFFFF;
	background-color: #174984 !important;
	width: 630px;
	padding: 10px;
	position: relative;
	height: 80px;
}
#divDiapo {
	background-color: #F38226;
	width: 650px;
        margin-left: 25px;
}
#legendHolder  #btNext   {
	position: absolute;
	top: 10px;
	right: 10px;
}
#legendHolder #btPrev {
	position: absolute;
	top: 10px;
}

#legendHolder>table>tbody>tr>td{
    border: 0px !important;
}


