/* photo gallery */

#photoviewercontainer {
	width:700px;
	position:relative;
}
#photoviewercommandpanel {
	position:absolute;
	right:0px;
	top:330px;
	width:65px;
}

#photoviewercommandpanel img, #photocontainer img, #thumbnailscroll img {
	margin:0px;
}

#photocontainer {
	width:650px;
	height:450px;
	position:relative;
	margin-left:25px;
	margin-bottom:4px;
	background-image: url(../html/projects/gfx/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;	
}

#thumbnailcontainer {
	width:650px;
	height:92px;
	margin-left:25px;
	position:relative;
	overflow:hidden;
	border-bottom: 1px solid #000000;
	padding-bottom:28px;	
}

#thumbnailscroll {
	position:relative;
	top:0px;
	left:0px;
}

/* picture zoom section */
#photozoombackground {
	position:absolute; 
	top:0px; 
	left:0px; 
	width:100%; 
	height:100%; 
	background-color:#000000; 
	Filter: Alpha(Opacity=80); 
	opacity:0.8; 
	z-index:1; 
	display:block;
	cursor:pointer;
}

#photozoomcontainer{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}

#photozoomcontent {
	position:absolute;
	width:100%;
	height:100%;
	background-image: url(../html/projects/gfx/loading_b.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

body {
	height:100%;
}

#photozoomviewer {
	position:absolute; 
	z-index:3;
	top:0px; 
	left:0px; 
}

#photozoomcontrols {
	position:absolute;
	top:300px;
	width:65px; 
}

/* end of photo gallery */

.section {
	float:left;
	width:100%;
	border-bottom: 1px solid #000000;		
}

#leftcolumn .section .sectionphoto {
	margin-top:16px;
	margin-bottom:7px;
}

#leftcolumn .section p {
	margin-top:16px;
	margin-bottom:8px;
}

#leftcolumn .section h2 {
	margin-bottom:21px;
}

#leftcolumn .section img {
	border:none;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
}

#leftcolumn .section a {
	text-decoration:none;
	color:#000000;
}

#leftcolumn .section span {
	cursor:pointer;
}

#rightcolumn {
	margin-top:32px;
	width:228px;
}

#rightcolumn p {
	margin-right:10px;
}

.righttitle {
	width:203px;
	border-bottom:1px solid #000000;
	padding-bottom:9px;
	margin-bottom:9px;
}

h3 {
	margin:0px;
	padding:0px;
	font-size:12px;
	font-weight:bolder;
}
/*
#leftcolumn .section .linktoslideshow {
	margin:0px 0px 26px 0px;
	color: #0073BF;
	font-weight: bold;
	cursor:pointer;
}*/

#leftcolumn .linktoslideshow {
	margin:0px 0px 26px 0px;
	color: #0073BF;
	font-weight: bold;
	cursor:pointer;
}

#leftcolumn .section .externallink {
	color: #0073BF;	
}

#rightcolumn .rightsection {
	margin-bottom:38px;
}

#rightcolumn .rightsection .slideshow{
	font-weight: bold;
	cursor:pointer;
}

#leftcolumn .section .lastsectionp {
	margin-bottom:14px;
}