* {
	margin: 0;
	padding: 0;
}
#pnlSlideShowContainer {
	padding: 0;
	margin: 20px auto;
}
#pnlSlideShow {
	position: relative;
	margin: 0 auto;
	font-size: 0px;
}
#imgSlide {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
#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: 100%;
	z-index: 10;
	/* filter:alpha(opacity:80); /* Specify opacity for IE */
}
#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 auto;
	width: 140px;
	text-align:center;	
	padding: 5px 10px 10px 10px;
	color:#1c49c4;
}
#pnlAltTextContainer p {
	font-size: 11px;
	padding-bottom:5px;
	/* /display: none; */
	position: relative;
}
	#lblAltText{
		display: block;
	}
	#lblCounter {
		font-weight: bold;
		color: #999;
		padding-right: 5px;
	}	
	#hlViewLarger{
		display: block;
	}
#pnlAltTextContainer a{
	font-size: 11px;
	color:#1c49c4;
}
#pnlPlayerControls {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	background-color: #333;
	border:0px;
}