.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/whatwedo/ico-next.gif);
}
.buttonPrevious {
	background-image: url(/images/aboutus/whatwedo/ico-previous.gif);
}
#imgHolder {
	width: auto;
	height: 310px;
	background-color: #174883;
        background: #174883 !important;
}
#textHolder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #002C5E !important;
        background: #A1E0FF !important;
	height: 175px;
	padding-top: 75px;
}
#legendHolder {
	position: relative;
        background: #A1E0FF !important;
	background-color: #A1E0FF;
	top: 0px;
	height: 310px;
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
}
#divDiapo {
        background: #002C5E !important;
	background-color: #002C5E !important;
	width: 650px;
        margin-left: 30px;
}

#divDiapo>table>tbody>tr>td,
#legendHolder>table>tbody>tr>td,
#imgHolder>table>tbody>tr>td{
    border: 0px !important;
    vertical-align: top !important;
}

#rightButton {
    background: transparent !important;
}


