

.slideShow
{
	width: 670px;
	height: 243px;
	clear: both;
}
.slideShowHeading
{
	font-size: 23px;
	color: #FFFFFF;
	padding: 19px 0px 0px 22px;
}

#nav img
{
	padding-left:4px;
}
.textOverlay
{
	z-index: 10;
	position: absolute; /*top: 386px; */
	top: 150px;
	width: 670px;
}

.transperantDiv
{
	background-image: url(../images/slideShow/slideShowTransperantImage.png);
	background-repeat: repeat-x;
	height: 97px;
	min-height: 97px;
}
.transLeft
{
	float: left;
	color: #FFFFFF;
	font-size: 12px;
	padding: 5px;
	width: 445px;
}
.transDivider
{
	background-image: url(../images/slideShow/transDivBorder.png);
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
	width: 1px;
	height: 97px;
	margin-top: 0px;
	
}
.ie6 .transDivider
{
    margin-top: 5px;
}

.transLeft a
{
	color: #c6e4d5;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.transLeft a:hover
{
	color: #c6e4d5;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.transRight
{
	float: right;
	color: #e4e4e4;
	font-size: 10px;
	width: 177px;
	padding: 3px;
}
.transRight a
{
	color: #e4e4e4;
	text-decoration: underline;
}
.transRight ul 
{
margin: 0px;
padding: 0px;
}
.ie6 .transRight ul,
.ie7 .transRight ul 
{
margin-left: 7px;
padding-left:7px;
}
.transRight a:hover
{
	color: #e4e4e4;
	text-decoration: none;
}
.transHeading
{
	color: #f0d388;
	font-size: 19px;
	clear: both;
}



