#OuterContainer {
	width:740px;
	height:323px; 
	border-top:1px solid #999; 
	border-left:1px solid #999; 
	border-bottom:1px solid #999; 
	border-right:1px solid #999;
	text-align: center;
	background: #B7BCC3 url(../img/slideshow/body_bg.gif) repeat-x ;
	padding: 0;
	margin: 0 ;
	color: #666;
}

#Container2 {
	position: relative;
	height: 200px;
	width: 200px;
	margin: 0 auto;
	background-color: #dedede;
	border: 5px solid #ccc;
	font-size: 0px;
}

#Photo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

#Loading {
	height: 25%;
	width: 100%;
	position: absolute;
	top: 40%;
	left: 0%;
	text-align: center;
	z-index: 0;
	line-height: 0;
}

#LinkContainer {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	/* filter:alpha(opacity:80); /* Specify opacity for IE */
}

#PrevLink, #NextLink, #PlayLink {
	cursor: pointer;
	width: 30%;
	height: 100%;
	background: transparent url(../img/slideshow/c.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#PrevLink span, #NextLink span, #PlayLink span { display: none; }

#PrevLink { left: 0; float: left; }
#NextLink { right: 0; float: right; }
#PlayLink { text-align:center}

/* background image for IE */
#PrevLink:hover, #PrevLink:visited:hover { background: url(../img/slideshow/prev.gif) 20% 50% no-repeat; }
#NextLink:hover, #NextLink:visited:hover { background: url(../img/slideshow/next.gif) 80% 50% no-repeat; }
#PlayLink:hover, #PlayLink:visited:hover { background: url(../img/slideshow/playpause.gif) 50% 50% no-repeat; }
/* backgroudn image for compliant browsers */
#LinkContainer>#PrevLink:hover, #LinkContainer>#PrevLink:visited:hover { background: url(../img/slideshow/prev.png) 20% 50% no-repeat; }
#LinkContainer>#NextLink:hover, #LinkContainer>#NextLink:visited:hover { background: url(../img/slideshow/next.png) 80% 50% no-repeat; }
#LinkContainer>#PlayLink:hover, #LinkContainer>#PlayLink:visited:hover { background: url(../img/slideshow/playpause.png) 50% 50% no-repeat; }
div#insptext{position:relative; z-index:200; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:xx-small;}
