ul.marquee_LastPicturesList {
	/* required styles */
	display: block;
	padding: 10px;
	margin: 10px;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;

	/* optional styles for appearance */
	height: 250px; /* height should be included to reserve visual space for the marquee */

	/*background-color: #f2f2ff;*/
	border-style: none;
	text-align: justify;
}

ul.marquee_LastPicturesList li {
	/* required styles */
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	white-space: normal; /* keep all text on a single line */

	/* optional styles for appearance */
	/*font: 14px Arial, Helvetica, sans-serif;*/
	/*padding: 3px 5px;*/
}

ul.marquee_GalleryPictureSelectionList {
	/* required styles */
	display: block;
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;

	/* optional styles for appearance */
	height: 100px; /* height should be included to reserve visual space for the marquee */
	width: 240px;
	/*background-color: #f2f2ff;*/
	border-style: none;
	text-align: right;
}

ul.marquee_GalleryPictureSelectionList li {
	/* required styles */
	position: absolute;
	top: -999em;
	left: 0em;
	display: block;
	white-space: normal; /* keep all text on a single line */

	/* optional styles for appearance */
	/*font: 14px Arial, Helvetica, sans-serif;*/
	/*padding: 3px 5px;*/
}


ul.marquee_GalleryNewsList {
	/* required styles */
	display: block;
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;

	/* optional styles for appearance */
	height: 80px; /* height should be included to reserve visual space for the marquee */
	width: 400px;
	/*background-color: #f2f2ff;*/
	border-style: none;
	text-align: left;
}

ul.marquee_GalleryNewsList li {
	/* required styles */
	position: absolute;
	top: -999em;
	left: 0em;
	display: block;
	white-space: pre-wrap; /* keep all text on a single line */

	/* optional styles for appearance */
	/*font: 14px Arial, Helvetica, sans-serif;*/
	/*padding: 3px 5px;*/
}


ul.marquee_PictureDiaporama {
	/* required styles */
	display: block;
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;

	/* optional styles for appearance */
	height: 700px; /* height should be included to reserve visual space for the marquee */
	width: 100%;
	/*background-color: #f2f2ff;*/
	border-style: none;
	text-align: center;
	vertical-align: top;
}

ul.marquee_PictureDiaporama li {
	/* required styles */
	position: absolute;
	top: -999em;
	left: 0em;
	display: block;
	white-space: pre-wrap; /* keep all text on a single line */

	/* optional styles for appearance */
	/*font: 14px Arial, Helvetica, sans-serif;*/
	/*padding: 3px 5px;*/
}
