*  {	
	padding: 0;
	margin: 0;
}

.OuterContainer {
	position:relative;
	height: 488px;
	width: 650px;
	padding:0;
	background-color: #6E6E6E;
	text-align: left; /* to realign your text */
}
.PhotoContainer {
	position: absolute;
	height: 486px;
	width: 648px;
	top: 1px;
	left: 1px;
	font-size: 0px;
	background-color: #333333;
	background-image:url(../../images/couloir/loading.gif);
	background-position: center;
	background-repeat:no-repeat;
} 

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

.Loading {
	position: absolute;
	top: 35%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	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, .ViewPhoto {
	cursor: pointer;
	width: 33%;
	height: 100%;
	background: transparent url(../../images/couloir/c.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	float: left;
}

.PrevLink:hover, .NextLink:hover, .ViewPhoto:hover {
	border-bottom: none;
}

.PrevLink span, .NextLink span, .ViewPhoto span { display: none; }

.CaptionContainer {
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	width: 200px;
	text-align: left;
	background-color: #333333;
	margin-top:5px;
	}

.CaptionContainer p {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom:5px;
	font-size: 11px;
	color: #919191;
}

.Counter {
	font-weight: bold;
	color: #BABABA;
	padding-right: 5px;
}
