div.slideShow
{
	border:solid 1px #D6D6D4;
	border-bottom:none;
	width:508px;
	margin-bottom:15px;
}
div.slideShow > div
{
	border-bottom:solid 1px #D6D6D4;
}
div.slideShow div.sources{display:none}

div.slideShow .imageContainer
{
	width:100%;
	cursor:pointer;
}
div.slideShow .imageContainer,
div.slideShow .outerImageContainer
{
	background-color:#FFF;
	background-position:center;
	background-repeat:no-repeat;
	height:175px;
	width:100%;
}
div.slideShow table.controls
{
	width:100%;
	border-collapse:collapse;
	width:100%;
	height:58px;
	background-color:#F5F4F2;
}
div.slideShow table.controls td
{
	text-align:center;
	vertical-align:top;
}
div.slideShow div.textContainer
{
	text-align:left;
	margin:10px;
	margin-bottom:5px;
	width:400px;
}
div.slideShow a.previous,
div.slideShow a.next,
div.slideShow a.previous div,
div.slideShow a.next div
{
	display:block;
	width:40px;
	height:58px;
	background-repeat:no-repeat;
	cursor:pointer;
}
div.slideShow a.previous,
div.slideShow a.next
{
	background-image:url(/images/slideshowControlSplit.png);
}
div.slideShow a.previous
{background-position:right;}
div.slideShow a.next
{background-position:left;}



div.slideShow a.previous div
{
	background-image:url(/images/slideshowControlPrevious.png);
}
div.slideShow a.next div
{
	background-image:url(/images/slideshowControlNext.png);
}
div.slideShow a.previous:hover div,
div.slideShow a.previous:active div
{
	background-image:url(/images/slideshowControlPrevious_mo.png);
}
div.slideShow a.next:hover div,
div.slideShow a.next:active div
{
	background-image:url(/images/slideshowControlNext_mo.png);
}
div.slideShow a.previous div,
div.slideShow a.next div
{
	background-position:center;
}

