/* Home CSS Document */
#sstop{
	background: url(../images/borderSlideShow.png) repeat-x;
	height: 26px;
	width: 900px;
	z-index:2;
	position: absolute;
}

#shadowbox_title_inner{
	display: none;
}

/* MAIN CONTENT */
#maincontent{
	height: 414px;
	padding: 0px;
}

#output{
	padding: 8px 0 0 8px;
	color: #ccc;
}

#ssbottom{
	background: url(../images/borderSlideShow.png) repeat-x;
	height: 26px;
	width: 900px;
	top:575px;
	z-index:2;
	position: absolute;
}

/* SLIDE SHOW AREA */
.pics {  
    height:  414px;  
    width:   900px;  
    padding: 0;  
    margin:  0; 
	position: absolute;
	z-index: 1; 
} 

	.pics img {  
		width:  900px; 
		height: 414px; 
		top:  0; 
		left: 0;
	}