* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	text-align: center;
	font-family: 'Lucida Grande', 'Trebuchet MS', verdana, arial, sans-serif;
	color: #666;
	font-size: 65.5%;
}

a:link, a:visited { color: #069; text-decoration: none; }
a:hover, a:visited:hover { text-decoration: underline; }



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

#Container {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0;
	background-color: #dedede;
	border: 5px solid #CCC;
	font-size: 0px;
	padding: 0px 0px 0px 0px;
	top: 0;
	left: 0;
}

#Photo {
	position: relative;
	top: 0;
	left: 0;
	z-index: 0;
	margin: 0;
	padding: 0px 0px 0px 0px;
}

#Loading {
	height: 25%;
	width: 100%;
	position: absolute;
	top: 40%;
	left: 0%;
	text-align: center;
	z-index: 0;
	line-height: 0;
	padding: 0px 0px 0px 0px;
}

#LinkContainer {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	padding: 0px 0px 0px 0px;
	/* filter:alpha(opacity:80); /* Specify opacity for IE */
}

#PrevLink, #NextLink {
	cursor: pointer;
	width: 48%;
	height: 100%;
	background: transparent url(../Images/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/prev_chevron.gif) 20% 50% no-repeat; ); }
/* ieWin only stuff 
_heigth: 40px;
_width:40px;	
_top: 50%;
_left:20%;	
_position: absolute;
_float: right;
_background: none;
_background-repeat: no-repeat;  
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='Images/prev_chevron.png',sizingMethod='crop');
}
*/
#NextLink:hover, #NextLink:visited:hover { 
background: url(../Images/next_chevron.gif) 80% 50% no-repeat; );}
/* ieWin only stuff 
_top: 50%;
_left:80%;	
_background-repeat: no-repeat;  
_position: absolute;
_float: right;
_background: none;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='Images/next_chevron.png',sizingMethod='crop');
}
*/
/* backgroudn image for compliant browsers */
#LinkContainer>#PrevLink:hover, #LinkContainer>#PrevLink:visited:hover { background: url(../Images/prev_chevron.png) 20% 50% no-repeat; }
#LinkContainer>#NextLink:hover, #LinkContainer>#NextLink:visited:hover { background: url(../Images/next_chevron.png) 80% 50% no-repeat; }

#CaptionContainer {
	margin: 0;
	width: 200px;
	text-align: right;
	background-color: #ccc;
	}

#CaptionContainer p {
padding: 0px 10px 0px 10px; 
	font-size: 10px;
	margin: 0;
	vertical-align:middle
}

#Counter {
	font-weight: bold;
	color: #666;
	padding: 0px 0px 0px 0px; 
}

