
#mybox-reportage { position: relative; margin: 0px auto; width: 508px; background: black url(loader.gif) 230px 150px no-repeat; }
#mybox-reportage a { outline: none; border: none; }
#mybox-reportage a img { border: none; }

#mybox-reportage .photo {
	padding: 4px 4px 0px 4px;
	width: 500px;
	text-align: center;
	overflow: hidden;
}
#mybox-reportage .photo p, #mybox-reportage .photo span {
	position: absolute;
	background: black;
	opacity: .5;
	color: white;
	margin: 0px;
	width: 490px;
	padding: 5px;
	font-size: 11px;
}

#mybox-reportage #liste {
	clear: both;
}

#mybox-reportage #scroll {
	overflow: hidden;
	padding: 4px 0px;
	width: 476px;
	float: left;
	height: 50px;
	background-color: #181818;
	position: relative;
}

#vignettes {
	overflow: hidden;
	height: 50px;
	margin: 0px 0px;
	padding: 0px 1px 0px 2px;
	list-style: none;
	width: 50000px;
	position: relative;
	letter-spacing: 0em;
}
#vignettes li {
	float: left;
	list-style: none;
	margin: 0px;
}
#vignettes li a {
	height: 50px;
	margin: 0px;
	padding: 2px;
}
#vignettes li a img {
	margin: 0px;
	padding: 0px;
}
#vignettes  li span {
	display: none;
	text-indent: -2000em;
}

#moveleft, #moveright {
	margin: 0px;
	height: 58px;
	color: white;
	width: 16px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	cursor: pointer;
	float: left;
}
#moveleft { background: url('left.gif'); }
#moveright { background: url('right.gif'); }
#moveleft:hover, #moveright:hover { background-position: bottom; }
