﻿.FullInfo {
	position: relative;	
}
.FullInfo_Images { 
	padding-top: 10px;
	background: url(../images/ClergyShirtBack.jpg) no-repeat top center; 
	min-height: 350px;
	}

.SlideShow { 
    position: relative;
    margin: 0 auto; padding:0;
    width: 473px; height: 240px;
    border: solid 1px #ccc;        
    overflow: hidden;
}
		.SlideShow img	{ }
		.pagelinks		{ position: absolute; top: 10px; left: 5px; display: none;}
		.pagelinks a	{ font-weight: bold; color: black; text-decoration:none; }
		.pagelinks a.activeSlide,
		.slideshowLink:hover { border: solid 1px #555; background-color: #555; color: White;}
		.slideshowLink	{ border: solid 1px #ccc; background-color: #eee; padding: 0 2px 0 2px; }
		.slideCaption{ display: none; }
		.nextSlide { position: absolute; border: solid 1px red; top: 1px; left: 1px; width: 20px; height: 20px; z-index: 3000; display: block; }
		.prevSlide { position: absolute; border: solid 1px red; top: 1px; right: 1px; width: 20px; height: 20px; display: block;}

.ProductImages {
	position: relative;
	text-align: center;
}
.ProductImages img { border: solid 1px #ccc; margin: 1px; }
.ProductDescription { margin-top: 20px; }

.FullInfo_LinkedProducts { 
	border-top: solid 3px #5A245A !important; 
}
