* {
	margin: 0;
	padding: 0;
}

a:link, a:visited { color: #069; text-decoration: none; }
a:hover, a:visited:hover { text-decoration: underline; }

#OuterContainer {
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	padding: 0;
	margin: 0 auto;
}

#div_Slideshow_Background
{
	left:0px;
	top:0px;
	position:absolute;
	width:100%;
	height:100%;
	background-color:#000000;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}

#Container {
	position: relative;
	height: 200px;
	width: 200px;
	margin:0 auto;
	background-color: #dedede;
	border: 5px solid #ccc;
	font-size: 0px;
	top:20px;
}

#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 {
	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) 0% 50% no-repeat; 
	filter:alpha(opacity=80);

}
#NextLink:hover, #NextLink:visited:hover { background: url(../../images/slideshow/next_plus.gif) 100% 50% no-repeat;
	filter:alpha(opacity=80);
float:right; }

/* 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; }
#Caption_Background{
	position:absolute;
	left:0px;
	width:100%;
	height:15px;
	background-color:#666666;
	z-index:7;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;

}
#CaptionContainer {
	position:absolute;
	left:0px;
	height:15px;
	margin: 0 auto;
	text-align: left;
	font-family: 'Lucida Grande', 'Trebuchet MS', verdana, arial, sans-serif;
	font-size: 13px;
	z-index:8;
	}

#CaptionContainer p {
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	color:#cccccc;
}

#Close {
	position:absolute;
	width:100%;
	text-align:right;
	text-decoration:none;
	cursor:pointer;
	color: #ffffff;
	margin-right:20px;
	float:right;
	font-family: 'Lucida Grande', 'Trebuchet MS', verdana, arial, sans-serif;
	font-size: 11px;
	z-index:99;
}

#Counter {
	font-weight: bold;
	color: #999;
	padding-right: 5px;
}