body {
	font-family:georgia;
/*	font-family : courier;*/
/*	font-family : verdana, helvetica, sans-serif;*/
	font-size : 10px;
}

a{
	color:black;
	text-decoration:none;	
}

#global {
	width : 968px;
	height : 95%;
	position:absolute;
	left:30px;
	top:30px;
}

#imagesContainer {
	float:left;
	/*border:solid black 1px;*/
	height:599px;
	width 	: 500px;
	background-color: #292929;
	
/*	background-color: #f6f6f6; */
	
	/*background-color:#232d2c;*/
	left:20px;
	cursor:hand;

	overflow : hidden;
}

#slidingBox {
	position:relative;
	width:12000px;
	cursor:hand;
}



.galleryImg {
	cursor:hand;
	float:left;
	width:500px;
}
.galleryImg img{
	cursor:hand;
	margin-left:15px;
	border:none;
}

.galleryImg embed {
	margin-left:15px;
}

.noscriptImg {
	margin:20px;
}
.noscriptLine
{
	width:470px; border:dotted black; padding:3px 0px; border-width:1px 0px; margin:10px 20px;
}



.navNum {
	float:left;
	width:6px;
	margin-right:2px;
	padding:3px;
}

.navNum a {
	text-decoration:none;
}

.navPlay {
	float:left;
	padding:3px;
}

.numSelected {
	text-decoration:underline;
}

.navNumSelected {
	background-color: #f4ff75;
}


#rightBox {
	float:left;
	margin-left:20px;
	width:440px;
	height:500px;
}

#infosBox {
	position:absolute;
	border:solid black;
	border-width: 0 0 1px 0;
	top:610px;
	left:550px;
	width:440px;
	height:20px;
}

#infosZone {
	overflow:hidden;
	width:200px;
	height:160px;
	position:absolute;
	top:450px;
	left:786px;	
}

#presTitle {
	padding:3px 0px 2px 0px;
	line-height:9px;
	height:9px;
	position:absolute;
	top:615px;
	left:790px;
}

#presText {
	border:dotted black;
	border-width: 1px 0 1px 0;
	padding:3px 3px;
	position:absolute;
	left:0px;
	top:220px;
	width:200px;
	background-color:white;
}

#contactTitle {
	padding:3px 0px 2px 0px;
	line-height:9px;
	height:9px;
	position:absolute;
	top:615px;
	left:899px;
}
#contactTitle a {
	text-transform:underline;
}

#contactText {
	border:dotted black;
	border-width: 1px 0 1px 0;
	padding:3px 3px;
	position:absolute;
	left:109px;
	top:220px;
	width:91px;
	background-color:white;
}
#contactText a {
	text-decoration:underline;
}

#logo {
	position:absolute;
	top:608px;
	left:550px;
}


#listBox {
	margin:0;
	padding:0;
}

.listItem {
	margin-bottom:4px;
	height:12px;
	padding:0;
	}

.listItemTitle {
	margin:0 0 10px 0;
	border: solid black;
	border-width:0 0 1px 0;
	text-transform:uppercase;
}

.description {
	display:none;
	float:right;
	width:400px; 
	padding:2px 0 4px 0; 

}
.description_inside {
	border: dotted black; 
	margin: 4px 0 4px 0;
	padding: 4px 0 4px 0;
	border-width: 1px 0 1px 0;
}

.descrTxt a {
	text-decoration:underline;
}

a:hover{
/*	background-color:#999999;*/
}

.spacer {
	clear:both;
}