@charset "utf-8";
/* Slide Show */

/*** set the width and height to match your images **/

#slideshow {
	position: relative;
	height: 298px;
	margin-top: 15px;
	margin-bottom: 15px;
}


#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
#articlescontainer {
	height: 300px;
	width: 687px;
	position: absolute;
	left: 284px;
	top: 423px;
}
.article {
	background-color: #1E1E1E;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px none #CCC;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
}
