/* --- module: slideshow --- */

#articleSlide, #articleSlide .articleSlideItem {
	width: 500px;
	height: 270px;
	overflow: hidden;
}
#articleSlide {
	position: relative; 
	overflow: hidden;
	clear: both;
}
#articleSlide #articleSlideWrapper {
	width: 20000px; /* required */
	position: absolute; /* required */
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#articleSlide .articleSlideItem {
	background-repeat: no-repeat;
	float: left;
	position: relative; /* vertical align bottom */
}


/* item style */
#articleSlide .modTeaser {
	/*background-image: url(../../images/site/article_slide_bkg_text.png); /* see ie6fix for transparent fix */
	position: absolute; /* vertical align bottom */
	bottom: 0px; /* vertical align bottom */
	padding: 10px;
	width: 560px; /* width of #articleSlide minus padding */
	color: #ffffff;
}
#articleSlide .modTeaser a {
	color: #ffffff;
	text-decoration: underline;
}
#articleSlide .modTeaser a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* navigation style */
#articleSlideNavigation {
	height: 20px;
	padding: 3px 0px 0px 0px;
	width: 70px;
	margin: 0px auto;
}
#articleSlideNavigation a {
	width: 25px;
	height: 20px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	outline: none;
}
#articleSlideNavigation .prev {
	background-image: url(../../images/slideshow_nav_previous.gif);
	float: left;
}
#articleSlideNavigation .next {
	background-image: url(../../images/slideshow_nav_next.gif);
	float: right;
}