	#center {
		position: absolute;
		left: 50%;
		top:  50%;
	}
		#logo {
		position: absolute;
		width: 840px;
		height: 40px;
		left: -430px;
		top: -296px;
		overflow: hidden;
		border-bottom: 1px solid #222;
	}
	#slider {
		position: absolute;
		width: 840px;
		height: 456px;
		left: -450px;
		top: -246px;
		overflow: hidden;
		background: #1d1d1d url(images/bg-slider.jpg) repeat-x;
		border: 20px solid #1d1d1d;
	}
	#slider .slide {
		position: absolute;
		top: 0px;
		height: 453px;
		width: 540px;
		background: #000;
		overflow: hidden;
		border-left: #000 solid 1px;
		cursor: default;
	}
	#slider .title   {
		color: #b4cfee;
		font-weight: bold;
		font-size: 12px;
		margin-right: 6px;
		text-decoration: none;
	}
	#slider .backgroundText {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 100%;
		background: #000;
		filter: alpha(opacity=70);
		opacity: 0.7;
	}
	#slider .text {
		position: absolute;
		top: 1%;
		top: 100%;
		color: #fff;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 12px;
		text-align: justify;
		line-height: 1.35em;
		padding-top: 9px;
		width: 500px;
		left: 12px;
	}
	#slider .diapo {
		position: absolute;
		filter: alpha(opacity=100);
		opacity: 1;
		visibility: hidden;
	}

a:link,a:visited {color: #fff; text-decoration: underline;}
a:hover {color: #f8c5be; text-decoration: underline;}
a:active {color: #fff; text-decoration: underline;}
a.glyptic,
a.arch,
a.ongems,
a.incl,
a.sink {font-weight: bold; text-decoration: none;}
a.glyptic:link,a.glyptic:visited {color: #f4d1b2;}
a.glyptic:hover {color: #fde5cf;}
a.glyptic:active {color: #f4d1b2;}
a.arch:link,a.arch:visited {color: #86d5a1;}
a.arch:hover {color: #caf5d9;}
a.arch:active {color: #86d5a1;}
a.ongems:link,a.ongems:visited {color: #b4cfee;}
a.ongems:hover {color: #d3e3f4;}
a.ongems:active {color: #b4cfee;}
a.incl:link,a.incl:visited {color: #ed7e6e;}
a.incl:hover {color: #f8c5be;}
a.incl:active {color: #ed7e6e;}
a.sink:link,a.sink:visited {color: #fd8d50;}
a.sink:hover {color: #fed8c3;}
a.sink:active {color: #fd8d50;}

a.glyptictxt:link,
a.ongemstxt:link,
a.archtxt:link,
a.incltxt:link,
a.glyptictxt:visited,
a.ongemstxt:visited,
a.archtxt:visited,
a.incltxt:visited {color: #fff;}
a.glyptictxt:hover {color: #fde5cf;}
a.ongemstxt:hover {color: #d3e3f4;}
a.archtxt:hover {color: #caf5d9;}
a.incltxt:hover {color: #f8c5be;}
a.glyptictxt:active,
a.ongemstxt:active,
a.archtxt:active,
a.incltxt:active {color: #fff;}






