* {
	margin: 0;
	padding: 0;
}
#lblAltText {
	float: left;
	width: 100%;
	text-align: left;
	margin-bottom: 5px;
	background: url(/images/bullet2.gif) 0 0 no-repeat;
	padding-left: 15px;
}	
#pnlSlideShowContainer {
	padding: 0;
	margin: 10px 0 10px 10px;
	width: 200px; 
	float: right; 
}
#pnlSlideShow {
	position: relative;
	margin: 0;
	font-size: 0px;
	width:200px; 
	height:160px;
}
#imgSlide {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	border:2px solid #748a74;
}

#pnlSlideShowContainer img {
	margin:0;
}
#pnlLoading {
	height: 25%;
	width: 100%;
	position: absolute;
	top: 40%;
	left: 0%;
	text-align: center;
	z-index: 0;
	line-height: 0;
}
#pnlLinkContainer {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 110%;
	z-index: 10;
}
#PrevLink, #NextLink {
	cursor: pointer;
	width: 48%;
	height: 100%;
	background: transparent url(/includes/slideshow/c.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	border:none;
	outline:none;
}
#PrevLink span, #NextLink span { display: none; }
#PrevLink { left: 0; float: left; }
#NextLink { right: 0; float: right; }
/* background image for IE */
#PrevLink:hover, #PrevLink:visited:hover { background: url(/includes/slideshow/prev_chevron.png) 20% 50% no-repeat; }
#NextLink:hover, #NextLink:visited:hover { background: url(/includes/slideshow/next_chevron.png) 80% 50% no-repeat; }
/* backgroudn image for compliant browsers */
#pnlAltTextContainer>#PrevLink:hover, #pnlAltTextContainer>#PrevLink:visited:hover { background: url(/includes/slideshow/prev_chevron.png) 20% 50% no-repeat; }
#pnlAltTextContainer>#NextLink:hover, #pnlAltTextContainer>#NextLink:visited:hover { background: url(/includes/slideshow/next_chevron.png) 80% 50% no-repeat; }
#pnlAltTextContainer {
	margin: 0;
	text-align:right;	
	padding: 5px;
	color:#000000;
	width:200px;
	}
#pnlAltTextContainer p {
	font-size: 11px;
	width:200px;
	float: left;
}
#pnlAltTextContainer a{
	color:#666666;
}
#lblCounter {
	font-weight: bold;
	color: #999;
	padding-right: 5px;
	border: none;
}
#pnlPlayerControls {
	margin: 0 auto;
	text-align: center;
	background-color: #333;
	border:0px;
}
