/* --- module: article slide --- */
#articleSlideBox {
	width: 597px;
}
#articleSlide {
	position: relative; 
	overflow: hidden; 
	clear: both;
	width: 597px;
	height: 285px;
}
#articleSlide .items {
	width: 20000px; /* required */
	position: absolute; /* required */
}
#articleSlide .elm {
	float: left; /* required in horizontal scrolling */
}
#articleSlide .img {
	width: 597px;
	height: 285px;
	background-repeat: no-repeat;
	float: left;
	position: relative; /* vertical align bottom */
}

/* item style */
#articleSlide .modTeaser {
	padding: 10px 45px 10px 45px;
	width: 399px; /* width of #articleSlide minus padding */
	color: #575757;
	margin: 300px 0px 0px 0px;
}
#articleSlideText {
	padding: 10px 30px 0px 30px;
}
#articleSlideTextList {
	display: none;
}

/* navigation style */
#articleSlideNavigation a {
	width: 21px;
	height: 20px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	outline: none;
	position: absolute;
}
#articleSlideNavigation .prev {
	background-image: url(../../images/site/article_slide_arrow_prev.gif);
	margin: 297px 0px 0px 0px;
}
#articleSlideNavigation .next {
	background-image: url(../../images/site/article_slide_arrow_next.gif);
	margin: 297px 0px 0px 576px;
}


/* navigation points */
.navi {
	text-align: center;
}
.navi a {
	background-image: url(../../images/site/navigator.png);
	background-repeat: no-repeat;
	overflow: hidden;
	width: 8px;
	height: 8px;
	margin: 3px;
	display: inline-block;
	cursor: pointer;
}
.navi a:hover {
	background-position: 0px -8px;
}
.navi a.active {
	background-position: 0px -16px;
}