body{
	background-color:black;
}

*{
	color:white
}

a:visited{
	color: #cfcfcf;
}

div.logo{
	position:absolute;
	left:50%;
	top:29px;
	z-index:50;
}

.logo img{
	margin-left:-50%;
}

.wrap{
	width:100%;
	height:100%;
}

.center{
	width: 85%;
	height:79%;
	margin:102px 0 0 13%;
	position:relative;
	z-index:51;
}

#content{
	overflow:hidden;
	height:600px;
	width:100%;
}

div.add{
	position:absolute;
	width:12%;
	height:72%;
	margin-left:-14%;
	text-align: right;
	color:#CFCFCF;
	
	font-size:89%;
	line-height:115%;
}

div#amenu{
	height:13%;
	top:-75px;
	position:absolute;
	display: block;
	width: 20%;
}

div#amenu ul li{
	font: 80%/110% Georgia, serif;
	margin-bottom:7px;
}

div#amenu ul li a{
	text-decoration: none;
}

div#amenu ul li a:hover{
	text-decoration: underline;
}

div.diamond{
	position:absolute;
	right:2%;
	top:40px;
	z-index:50;
}


.slides{
	display: block;
	width:1000%;
	position:relative;
}

.slides li{
	opacity:0.3;
	filter:alpha(opacity=30);
	height:600px;
	background-position: center;
	background-repeat: no-repeat;
	float:left;
	cursor: pointer;
/*	margin-left:-100px;
	padding-left:100px;*/
}

.slides li.selected{
	opacity:0.6;
	filter:alpha(opacity=60);	
}

.slides li.current{
	opacity:1;
	filter:alpha(opacity=100);
}

.slides li p{
	background-color:Black;
	top:490px;
	font-size:150%;
	height:90px;
	line-height:140%;
	opacity:0.8;
	padding:11px 20px;
	position:relative;
	display:none;
	font-style:italic;
	
}

.slides li.current p{
	display:block;
}

div.add *{
	color: #CFCFCF;
}

.add ul li{
	margin-bottom:5px;
	padding:1px;
	font-size:92%;
	font-weight:bold;
}

.add ul li div{
	margin-bottom:8px;
	cursor: pointer;
}

.add ul li li{
	font-size:87%;
	margin:0 0px 5px 0;
	padding-right:12px;
	font-weight:normal;
	line-height:16px;
	background: url('/i/li.png') no-repeat 98% 8px;
}

.slides .last{
	width:250px;
	opacity:1!important;
	filter:alpha(opacity=100)!important;
}

.slides .last img.first{
	margin-top:140px;
}

.slides .last img{
	display: block;
	margin:50px 0 0 70px;
}

.slides .last a img{
	opacity:0.5;
	filter:alpha(opacity=50);
}

.slides .last a:hover img{
	opacity:1;
	filter:alpha(opacity=100);
}

/*


.top{
	margin-top:2%;
	width: 86%;
	height: 16%;
	display: block;
	position: relative;
	text-align:right;
	float:left;
}



.bottom{
	width: 86%;
	height: 76%;
	display: block;
	position: relative;

	float:left;
}








#content .hidden{
	display:block;
	height:100%;
	overflow:hidden;
	position:absolute;
	width:100%;
}

#content .hidden img{
	float:left;
}

div#foot{
	position:absolute;
	bottom:-4%;
	height:4%;
	overflow:hidden;
}

div#foot div{
	float:left;
	width:200px;
	font-size:67%;
	color:gray
}



*/
