﻿body#works dl {
	clear: left;
	margin: 0;
}
body#works dt,
body#works dd {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 10px;
	text-decoration: none;
	font-size: 1.1em;
	line-height: 1.6em;
	float: left;
}
body#works dt{
	color:#666666;
	width: 188px;
	text-align: right;
}
body#works dd {
	color:#6B7B89;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-color: #666666;
	border-left-style: solid;
	width: 579px;
}
div#mainPhoto {
	position:absolute;  
	left:50%;
	top:180px;
	margin:0px;
	padding:0px;
	border:0px;
}
div#mainPhoto a img {
	position:relative;
	left:65px;
}
.worksPhoto {
	float: right;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	border: 0px;
}

.worksName {
	text-align: right;
}

.black_overlay{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10000px;
	height: 10000px;
	background-color: #333333;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
 
.white_content {
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    padding: 16px;
    border: 1px solid #666666;
    background-color: white;
    z-index:1002;
}