@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	overflow: hidden;
	background-attachment: fixed;
	background-color: #080705;
	background-image: url(../images/111.jpg);
	background-repeat: repeat;
	background-position: left bottom;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #333333;
}

ul {
	list-style: none;
}

#content {
	position: absolute;
	top: 43%;
}

#content.left {
	width: 350px;
	right: 690px;
	margin-top: 70px;
	text-align: right;
}

#content.right {
	width: 500px;
	right: 0px;
	margin-top: -40px;
	margin-right: 150px;
}

#content p {
	margin-top: 15px;
}

#content blockquote {
	position: absolute;
	margin-top: -140px;
	font-family: serif;
	font-style: italic;
}

#content blockquote p {
	color: #d3d3d3;
	font-size: 18px;
}

#content blockquote p.author {
	margin-left: 300px;
	font-size: 11px;
}

#content blockquote + img {
	margin-left: -13px;
	margin-top: -10px;
	background-image: url('/images/shadow.png');
	width: 500px;
	height: 240px;
	padding: 13px;
}


#gallery-menu {
	margin-top: 10px;
	line-height: 20px;
	border-right: 1px solid #757575;
	padding: 8px 12px 8px 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	letter-spacing: -1px;
}

h1, h2 {
	background-repeat: no-repeat;
	text-indent: -9999px;
	position: absolute;
}

h1 {
	background-image: url('../images/logo.png');
	width: 239px;
	height: 36px;
}
#photos1 div {
	width: 240px;
	margin-right: auto;
	margin-left: auto;
	left: 377px;
	right: auto;
}


h2 {
	
	width: 328px;
	height: 416px;
	top: 0px;
	left: 0px;
	z-index: 0;
}

img {
	border: none;
}

#photos {
	 
	position: absolute;
	width: 650px;
	height: 100%;
	top: 0px;
	right: 0px;
	overflow: auto;
}

#photos1 {
	
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	right: 0px;
	overflow: auto;
	margin-top: 25px;
}
#photos1 #slideshow {
	padding: 10px;
	height: 300px;
	width: 400px;
	position: relative;
	left: -85px;
}


#photos1 #space {
	padding: 20px;
}
#photos1 #space2 {
	padding-bottom: 5px;
}


#content1 {
	background: url('../images/coyright.png') no-repeat bottom left;
	width: auto;
	height: 100%;
	bottom: 0px;
	left: 0px;
	overflow: auto;
	position: relative;
	top: 600px;
}

#photos dl {
	width: 580px;
	height: 226px;
}

#photos dl dt {
	background: transparent url('../images/thumb_shadow.png') no-repeat top left;
	position: absolute;
	width: 300px;
	height: 200px;
	padding: 13px;
	z-index: 1;
}

#photos dl dd {
	position: absolute;
	display: none;
}

#photos dl dd.background {
	background: url('../images/thumb_background.png') no-repeat top left;
	width: 633px;
	height: 226px;
	z-index: 0;
}

#photos dl dd.background + dd {
	margin: 20px 0px 0px 330px;
	border-left: 1px solid #757575;
	padding: 8px;
	width: 280px;
}

#photos dl dd.background + dd h3 {
	font-size: 14px;
	color: #d3d3d3;
	margin-bottom: 5px;
}


#links li a {
	font-size: 13px;
	letter-spacing: -1px;
}

#about {
	position: absolute;
	top: 80px;
	width: 480px;
	right: 540px;
	text-align: right;
	line-height: 27px;
}

#project {
	position: absolute;
	top: 200px;
	width: 480px;
	right: 540px;
	text-align: right;
}

#sign {
	background: url('../images/sign.png') no-repeat;
	text-indent: -9999px;
	float: right;
	width: 206px;
	height: 92px;
}

button {
	background: none;
	border: none;
}

input, textarea, select {
	background: none;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #aaaaaa;
	border: 1px solid #1f1f1f;
	background-color: #000000;
	width: 200px;
	padding: 3px;
}

input:focus, textarea:focus, select:focus {
	background-color: #0f0f0f;
}

#photos1 #menu {
	width: 240px;
	padding-top: 40px;
	height: 10px;
	display: inline-block;
}
#photos1 #menu li {
	float: left;
	padding-right: 9px;
}
#slideshow {
	position: relative;
	width: 200px;
	height: 200px;
	overflow: hidden;
	border: 1px solid #000000;
}
#slideshow img {
	position: absolute;
	left: 0;
	top: 0;
}
#slideshow2 {
	position: relative;
	width: 200px;
	height: 200px;
	overflow: hidden;
	border: 1px solid #000000;
}
#slideshow2 img {
	position: absolute;
	left: 0;
	top: 0;
}
#pause1 {
	z-index:100;
}
#pause2 {
	z-index:100;
}