/* CARROUSEL */

.divESWrapper {
    width: 465px; 
    background-color: #ffffff;
	border: 2px #2f87a8 solid;
}

.divESPicture {
    text-align: left;
    min-height: 260px;
    float:left;
    width:220px ;
/*
    background-color: #FF0000;
*/
}

.divESPhotoCredits {
    text-align: left;
    color: #000000;
    font-size: 8pt;
    margin-left: 10px;
}

.divESHeadline a {
    color: #cc233c; 
    font-size: 16pt; 
    font-weight: bold;
    text-decoration:none ;
}

.divESLead {
    color: #000000;
    font-size: 9pt;
  
}

.aESActive {
    color: #D2232A;
    font-weight: bold;
    text-decoration: none;
}

.aESInactive {
    color: #808080;
    text-decoration: none;
}
.divESProgramme {
	float: right;
	margin-top:10px;
	width: 220px;
	z-index: 3;
}
.divESLogo {
	position: relative;
	float: right;
	width: 50px;
	height:30px ;
	margin-top: 10px;
	margin-right: 10px;
	z-index: 2;
/*
	background-color: #FF0000;
*/
}
.divClear {
 clear: both;
}

