
#OuterContainer {
	padding: 0;
	margin: 0 auto;
	margin: 0;
}

#Container {
	position: relative;		
	margin: 0 auto;
	background-color: #ffffff;
	border: 5px solid #ffffff;
	font-size: 0px;
}

#Photo {
	position: absolute;
	top: 20px;
	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;
	
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	/* filter:alpha(opacity:80); /* Specify opacity for IE */
}

#HeaderContainer
{
	height:20px;z-index:9999;
	font-family:Tahoma;
	font-size:11px;	
	background-color: #ffffff;
}

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

#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(../images/slideshow/prev_minus.gif) 20% 50% no-repeat; }
#NextLink:hover, #NextLink:visited:hover { background: url(../images/slideshow/next_plus.gif) 80% 50% no-repeat; }

/* backgroudn image for compliant browsers */
#LinkContainer>#PrevLink:hover, #LinkContainer>#PrevLink:visited:hover { background: url(../images/slideshow/prev_chevron.png) 20% 50% no-repeat; }
#LinkContainer>#NextLink:hover, #LinkContainer>#NextLink:visited:hover { background: url(../images/slideshow/next_chevron.png) 80% 50% no-repeat; }

#CaptionContainer {
	margin: 0 auto;
	width: 200px;	
	/*height:30px;*/	
	text-align: left;
	background-color: #ffffff;
	padding: 0;	
	/*padding-bottom:5px;*/
	}
	
#CaptionPrev{
	padding-top:5px;
	padding-left:5px;	
	width:105px;
}
#CaptionDesc{
	padding-top:5px;
	text-align:justify;
	padding-left:20px;
	padding-right:20px;	
	color:#919192;
	font-family:Tahoma, Arial;
	font-size:11px;
}
div.CaptionDesc_bg{
	padding-top:5px;
	text-align:justify;
	padding-left:20px;
	padding-right:20px;	
	color:#919192;
	font-family:Tahoma, Arial;
	font-size:11px;
	height:60px;
	background:url('../images/loader3.gif') no-repeat center;
}
div.CaptionDesc{
	padding-top:5px;
	text-align:justify;
	padding-left:20px;
	padding-right:20px;	
	color:#919192;
	font-family:Tahoma, Arial;
	font-size:11px;
	height:60px;	
}
#CaptionNext{	
	padding-top:5px;
	padding-right:5px;
	width:105px;
}

#PrevLink2{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#919192;
	text-decoration:none;
}
#NextLink2{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#919192;
	text-decoration:none;
}


#Counter {	
	color: #999;	
}

