/* Yasmin Najib Homepage
	Made by Manuel Gottstein */

* {
	margin:0px;
	padding:0px;
	text-decoration:none;
	border:0;
}

body, html {
	color:#fff;
	height:100%;
	width:100%;
	background:#000;
	font-family:Arial, Helvetica, sans-serif;
}

body {
	opacity:0;
}

a {
	color:#CCC;
}

a:hover {
	color:#fff;
}

#centered {
	position:absolute;
	top: 50%;
	left: 50%;
	width:800px;
	height:610px;
	margin-top: -300px; /*set to a negative number 1/2 of your height*/
	margin-left: -400px; /*set to a negative number 1/2 of your width*/
	/* background-color: #000; */
}

#header {
	position:absolute;
	top:-10px;
	z-index:3000;
}

#menu {
	position:relative;
	width:800px;
	height:40px;
	overflow:hidden;
	text-transform:uppercase;
	z-index:3000;
	background:#000;
	padding:0 0 15px 0;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#nav ul {
	border-left:1px #fff solid;
	border-right:1px #fff solid;
	list-style:none;
	list-style-type:none;
	width:160px;
	position:absolute;
	left:400px;
	top:22px;
	z-index:3001;
	font-weight:bold;
	overflow:hidden;
	padding:1px 0 5px 0;
	height:20px;
}

#nav ul li {
	font-size:13px;
	margin:3px 0 8px 7px;
	z-index:3001
}

#main {
	position:absolute;
	top:60px;
	width:800px;
	overflow:hidden;
}

#main .slide img {
	display:block;
	margin:0 auto;
}

#main .slide {
	width:800px;
}

#main img:hover {
	cursor:pointer;
}

#nav ul.list {
	position:absolute;
	left:570px;
	border:none;
	display:none;
	height:20px;
	padding:1px 0 5px 0;
}

#nav ul.ON {
	display:block;
}

#nav ul.list li {
	margin:3px 0 8px 7px;
}

#nav #sign {
	position:absolute;
	font-weight:bold;
	font-size:11px;
	top:28px;
	left:745px;
	z-index:3001;
	color:#fff;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

#nav #sign #arrow {
	margin:0 0 0 10px;
}

#selectors {
	position:absolute;
	top:610px;
	color:#ccc;
	font-size:10px;
	cursor:pointer;
}

.galleryname {
	font-size:11px;
	color:#fff;
	font-weight:bold;
	padding:0 8px 0 0;
	margin:0 8px 0 0;
	border-right:1px solid #666;
	letter-spacing:1px;
}

.controls {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	font-size:12px;
}

.controls:hover {
	filter:alpha(opacity=100);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

#copyright {
	color:#666;
	position:absolute;
	top:630px;
	font-size:10px;
}

.color {
	width:20px;
	height:20px;
}

.white {
	background:#fff;
}

.gray2 {
	background:#727272;
}

.gray {
	background:#333;
}

.black {
	background:#000;
}

