#SlideShow
{
	width: 450px;
	height: 425px;
	padding: 10px;
	margin: 20px;
	z-index: 100;
	position: relative;		
	border: 0px none;
}

.slideshowHolder img
{
	position: absolute;
	margin: auto;
	text-align: center !important;
	margin-top: 0px !important;
	margin-left: -40px;
	border: 0px none;
}

#Video
{
    width: 425px;
	height: 385px;
	border: 1px solid #a1a1a1;
	padding: 10px;
	margin: 20px;
}

h3
{
	color: #d20226;
}

h2
{
	margin-top: 0px;
	font-size: 14px;
}

.pagelinks a
{
	font-weight: normal;
	color: #a50a37;
 
}
.slideCaption
{
	padding: 0px;
	padding-bottom: 5px;
	text-align: left;
	font-weight: normal;
	position: relative;
	z-index: 999;
	border: 0px none;
}
.pagelinks a.activeSlide
{
	color: #a50a37;
	font-weight: bold;
	border: 0px none;
}
/* this is for IE so the prev/next links can be hovered*/
.nextSlide,.prevSlide
{
	background-image: url(/Content/images/Slideshow/spacer.gif);
	margin-left: -60px;
	height: 335px !important;
	border: 0px none;
	
}
.nextSlide:hover
{
	background-image: url(/Content/images/Slideshow/nextslide.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 25px;
	border: 0px none;
}
.prevSlide:hover
{
	background-image: url(/Content/images/Slideshow/prevslide.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 25px;
	border: 0px none;
}
