* {
	margin: 0;
	padding: 0;
}

body {
/*	margin: 0;
	text-align: center;
	background: #B7BCC3 url(../img/body_bg.gif) repeat-x;
	font-family: 'Lucida Grande', 'Trebuchet MS', verdana, arial, sans-serif;
	color: #666;
	font-size: 65.5%;*/
}

a:link, a:visited { color: #61605D; text-decoration: none;font-size: 1.0em; }
a:hover { text-decoration: none;font-size: 1.0em; cursor:pointer; color:#FABE46; }
a:visited:hover { text-decoration: none;font-size: 1.0em; cursor:pointer; }

#Masthead {
	height: 80px;
	background: transparent url(../img/logo_digitalis.gif) center center no-repeat;
}

#OuterContainer {
	padding: 0;
	margin: 0 auto;
	padding-top:12px;
}

#Container {
	position: relative;
	height: 200px;
	width: 200px;
	margin: 0 auto;
	background-color: #dedede;
	border: 5px solid #efefef;
	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: 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.gif) 20% 50% no-repeat; }
#NextLink:hover, #NextLink:visited:hover { background: url(../img/next_plus.gif) 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; }


.thumbNailouter{width:116px; height:168px;  float:left; margin-right:15px; cursor:pointer; margin-bottom:60px;}
.thumbNailouterEnd{width:116px; height:168px;  float:left; margin-right:0px;cursor:pointer; margin-bottom:60px;}

.thumbNailouterempty{width:114px; height:168px;  float:left; margin-right:16px; }
.thumbNailouterEndempty{width:114px; height:168px;  float:left; margin-right:0px;}

.thumbNailinner{width:110px;height:164px;border:solid 2px #ffffff;font-size:10px;}
.thumbNailinner p{font-size:9px;}

.thumbNailTextouter{width:114px;  height:28px;float:left; margin-right:18px; cursor:pointer;}
.thumbNailTextouterEnd{width:114px; height:28px; float:left; margin-right:0px;cursor:pointer;}

.thumbNailTextouterempty{width:114px;  height:28px;float:left; margin-right:18px; }
.thumbNailTextouterEndempty{width:114px; height:28px; float:left; margin-right:0px;}

.thumbNailText{ margin-top:10px; margin-bottom:10px;font-size:10px; margin-left:-1px;}

.divMain{}

.thumbRow
{
display:block; width:912px; position:relative;left:0px; 
}

.thumbTextRow
{
display:block; width:912px; position:relative;left:0px; font-size:10px; 
}

#CaptionContainer {
	margin: 0 auto;
	width: 200px;
	height:1px;
	text-align: left;
	background-color: #efefef;

	}

#CaptionContainer p {
	padding: 0px 10px 10px 10px;
	font-size: 11px;
	color:#999999;
}

#Counter {
	font-weight: bold;
	color: #999;
	padding-right: 5px;
}

#About p {
	margin: 0 20px;
	padding: 5px 0;
	font-size: 12px;
	font-weight: bold;
}

#About {
	width: 100%;
	text-align: left;
	background-color: #efefef;
	border-bottom: 1px solid #dedede;
}

#AboutBody {
	margin-top: 15px;
}

#AboutBody p {
	font-weight: normal;
	font-size: 11px;
	line-height: 1.4em;
	margin: 0 20px 10px 20px;
	padding: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}