#slideShow * {

	margin: 0;

	padding: 0;

}



#slideShow a, #slideShow a:hover {

	border: none;

}



#OuterContainer {

	padding: 0;

	margin: 0 auto;

}



#Container {

	position: relative;

	height: 200px;

	width: 200px;

	margin: 0 auto;

	border: 10px solid #FFFFFF;

	font-size: 0px;

	background: #E3E2D9;

}



#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(../img/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(../img/prev_minus.png) 20% 50% no-repeat; }

#NextLink:hover, #NextLink:visited:hover { background: url(../img/next_plus.png) 80% 50% no-repeat; }



/* backgroudn image for compliant browsers */

#LinkContainer>#PrevLink:hover, #LinkContainer>#PrevLink:visited:hover { background: url(../img/prev_chevron.png) 20% 50% no-repeat; }

#LinkContainer>#NextLink:hover, #LinkContainer>#NextLink:visited:hover { background: url(../img/next_chevron.png) 80% 50% no-repeat; }



#CaptionContainer {

	margin: 0 auto;

	width: 200px;

	text-align: left;

	background: #FFFFFF url(../img/caption_bgnd.png) repeat-x left bottom;

	font-family: Arial, Helvetica, sans-serif;

	}



#CaptionContainer p {

	padding: 5px 10px 10px 10px;

	font-size: 11px;

	color: #6D6D68;

}



#Counter {

	font-weight: bold;

	color: #908F88;

	padding-right: 5px;

	font-family: Georgia, "Times New Roman", Times, serif;

}

