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

#Container {
	position: relative;
	height: 200px;
	width: 200px;
	margin: 0 auto;
	background-color: #dedede; /*#dedede;*/
	border: 1px solid #ccc; /* #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 {
	cursor: pointer;
	width: 30%;
	height: 100%;
	background: transparent url(/images/background/c.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#PlayLink, #PauseLink {
	cursor: pointer;
	width: 30%;
	height: 100%;
	background: transparent url(/images/background/c.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	/*border: 1px dashed yellow;*/
}

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

#PrevLink { left: 0; float: left; }
#PauseLink { position: absolute; left: 35%; float: left; }
#PlayLink { position: absolute; left: 35%; float: left; }
#NextLink { right: 0; float: right; }

/* background image for IE */
#PrevLink:hover, #PrevLink:visited:hover { background: url(/images/buttons/slide_buttons/slide_button_previous_42x42.gif) 20% 50% no-repeat; }
#NextLink:hover, #NextLink:visited:hover { background: url(/images/buttons/slide_buttons/slide_button_next_42x42.gif) 80% 50% no-repeat; }
#PlayLink:hover, #PlayLink:visited:hover { background: url(/images/buttons/slide_buttons/slide_button_play_42x42.gif) 20% 50% no-repeat; }
#PauseLink:hover, #PauseLink:visited:hover { background: url(/images/buttons/slide_buttons/slide_button_pause_42x42.gif) 20% 50% no-repeat; }

/* backgroudn image for compliant browsers */
#LinkContainer>#PrevLink:hover, #LinkContainer>#PrevLink:visited:hover { background: url(/images/buttons/slide_buttons/slide_button_previous_42x42.png) 20% 50% no-repeat; }
#LinkContainer>#NextLink:hover, #LinkContainer>#NextLink:visited:hover { background: url(/images/buttons/slide_buttons/slide_button_next_42x42.png) 80% 50% no-repeat; }
#LinkContainer>#PlayLink:hover, #LinkContainer>#PlayLink:visited:hover { background: url(/images/buttons/slide_buttons/slide_button_play_42x42.png) 50% 50% no-repeat; }
#LinkContainer>#PauseLink:hover, #LinkContainer>#PauseLink:visited:hover { background: url(/images/buttons/slide_buttons/slide_button_pause_42x42.png) 50% 50% no-repeat; }

#CaptionContainer {
	margin: 0 auto;
	width: 200px;
	text-align: left;
/*	background-color: white; /*#ccc; */
	}

#CaptionContainer p {
	padding: 5px 10px 10px 10px;
	font-size: 11px;
}

#Counter {
	font-weight: bold;
	/*color: #999;*/
	padding-right: 5px;
}