#slideshowcontainer {
	background:#e9ece2 url(../images/slideshow/slide_bg.jpg) center 8px no-repeat; 
	border: none;
	width:920px;
	height:327px;
	margin: 0 auto;
	padding:8px 0 0 0;
	position:relative;
}
#showstage {
	float: left;
	position: relative; 
	width: 820px; 
	height: 315px;
}
/********* NAVIGATION *********************/
a#next, a#previous {
	width: 35px; 
	height: 36px; 
	float: left; 
	position: relative; 
	top: 141px;
	background-position:top;
	margin-left:10px;
}
a#next:hover, a#previous:hover {
	background-position: bottom;
}
a#next {
	background: url(../images/slideshow/next.gif); 
	margin-right:10px;
	float: right;
}
a#previous {
	background: url(../images/slideshow/prev.gif); 
}

/*************** INDIVIDUAL SLIDE ************************/
#slide .screenshot {
	width: 832px; 
	height: 315px; 
	display: block;
}
#slide .slide-info {
	width: 797px; 
	height: 32px; 
	font: 10px/10px Lucida Grande, Arial, sans-serif; 
	color: #999; 
	padding: 10px; 
	position: absolute; 
	left: 17px; 
	top:28px;
	cursor:default;
	text-transform: uppercase;
	letter-spacing:1px;

}
#slide .slide-info a, #slide .slide-info a:visited, #slide .slide-info a:active {
	color:#ccc;
	text-decoration:none;
}
#slide .slide-info a:hover {
	color:#FFF;
	text-decoration: underline;
}
