div#bandeauPubs {
	width: 648px;
	height: 92px;
	background-image: url("../img/bandeau-pubs.png");
	position: absolute;
	top: 346px;
	left: 222px;
	overflow: hidden;
}

/* liScroll styles */
.tickercontainer { /* the outer div with the black border */
	width: 616px;
	left: 6px;
	height: 60px;
	margin: 6px 0 0 12px;
	padding: 0;
	overflow: hidden;
}

.tickercontainer .mask {
	/* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 10px;
	top: 8px;
	width: 718px;
	overflow: hidden;
}

ul#logos { /* that's your list */
	position: relative;
	left: 750px;
	font: bold 10px Verdana;
	list-style-type: none;
	padding: 0;
}

ul#logos li {
	float: left;
	/* important: display inline gives incorrect results when you check for elem's width */
	top: 18px;
	margin: 8px 6px;
	background: #fff;
	height: 42px;
}

ul#logos li img {
	height: 42px;
}

div#news {
	display: block;
	position: absolute;
	width: 600px;
	height: 20px;
	top: -10px;
	left: 320px;
	overflow: hidden;
	padding: 20px;
}

#diapoDiv p.plus {
	position: absolute;
	right: 0px;
	bottom: 10px;
}

#diapoDiv p.plus img {
	width: 99px;
	height: 24px;
}

div#news p {
	font-size: 1.1em;
}

ul#diapoDiv {
	display: block;
	position: absolute;
	width: 460px;
	height: 345px;
	top: 0px;
	right: 220px;
	overflow: hidden;
	background-image: url('../img/diapoBack.png');
}

#logoFaprod {
	position: absolute;
	top: -6px;
	left: 150px;
}

#logoLaGlacerie {
	left: 100px;
	position: absolute;
	top: -7px;
}

ul#diapoDiv li {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 420px;
	height: 305px;
	overflow: hidden;
	float: left;
}

ul#diapoDiv li img {
	width: 420px;
	height: 315px;
}

div.legendBack {
	position: absolute;
	bottom: 0px;
	height: 60px;
	background-color: black;
	width: 100%;
	opacity: 0.7;
	filter: alpha(opacity =   70);
	border-bottom: 1px solid #555;
}

#diapoDiv li p {
	font-size: 0.9em;
	color: #ddd;
	position: absolute;
	bottom: 8px;
	padding-left: 5px;
	color: white;
}

#diapoDiv li p a {
	color: #ddd;
	text-decoration: underline;
}

#diapoDiv li h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: white;
	margin-bottom: 0.2em;
	position: absolute;
	bottom: 26px;
	padding-left: 5px;
	color: white;
}

#player {
  position: absolute;
  right: 30px;
  top: 6px;
}