#slideShow
{
	width:700px;
	margin:0 auto;
	height:389px;
}
#image1
{
	background:url(../images/ssPics/automotive.jpg) no-repeat;
	height:389px;
	width:700px;
	//opacity:0;
	z-index:100;
	display:none;
}
#caption1
{
	position:relative;
	background:url(../images/ssPics/automotiveCaption.png) no-repeat;
	height:50px;
	width: 700px;
	z-index:200;
	display:none;
}

#image2
{
	background:url(../images/ssPics/medical.jpg) no-repeat;
	height:389px;
	width:700px;
	//opacity:0;
	z-index:100;
	display:none;
}
#caption2
{
	position:relative;
	background:url(../images/ssPics/medicalCaption.png) no-repeat;
	height:50px;
	width: 700px;
	z-index:200;
	display:none;
}

#image3
{
	background:url(../images/ssPics/military.jpg) no-repeat;
	height:389px;
	width:700px;
	//opacity:0;
	z-index:100;
	display:none;
}
#caption3
{
	position:relative;
	background:url(../images/ssPics/militaryCaption.png) no-repeat;
	height:50px;
	width: 700px;
	z-index:200;
	display:none;
}

#image4
{
	background:url(../images/ssPics/undersea_connector.jpg) no-repeat;
	height:389px;
	width:700px;
	//opacity:0;
	z-index:100;
	display:none;
}
#caption4
{
	position:relative;
	background:url(../images/ssPics/underseaCaption.png) no-repeat;
	height:50px;
	width: 700px;
	z-index:200;
	display:none;
}

.spacer 
{
	height:339px;
}
