﻿#slideshow {
	height: 222px;
	z-index:5;
	border: none;
	margin-left: 25px;
	margin-right: 26px;
	display: block;
	color: #636468;
}

#slideshow .hiddenSlide
{
	display: none;
}

#slideshow #slideSet
{
	height: 211px;
	text-align: center;
	overflow-y: hidden;
}

#slideshow #slideSet .slideItem
{
	height: 211px;
	overflow-y: hidden;
}

#slideshow #javaWarning,
#slideshow #noItemsMessage
{
	height: 106px;
	overflow-y: hidden;
}


#slideshow img 
{
	border: 0;
	margin: 0;
	height: 125px;
}

#slideshow h3
{
	clear: left;
	color: #72B3E4;
	text-align: left;
	display: block;
	margin-top: 6px;
}

#slideshow p
{
	color: #636468;
	text-align: left;
	margin: 2px 0;
}


/* Navigation: Previous and Next */
#slideshowNavigation a
{
	color: #636468;
	text-decoration: underline;
	font-weight: normal;
}

#slideshowNavigation a.leftButton
{
	clear: left;
	float: left;
}

#slideshowNavigation a.rightButton
{
	clear: right;
	float: right;
}
