*	{ margin:0; padding:0; }
ul li	{ list-style:none; }

a{
	color: black;
	text-decoration: none;
}

img { border: none; }

#wrapper{
	width:640px;
	margin:0 auto;
}

#logo{
	text-align:right;
	margin:20px -65px 10px 0;
	height:30px;
}

#content{
	width:640px;
	border:1px solid #999;
	padding:20px;
}

.menu img{
	float:left;
	margin-right:4px;
}

#big_image{
	width:620px;
}

.float{
	float:left;
}

#text{
	margin-top:200px;
	float:left;
}

.c {
	clear: both;
}

#print {
	clear: left;
	font-size: 10px;
	text-align:center;
}

@media print {
	.nonprint{
		display: none;
	}
}
/**
configuration for the menuslider,
================================
root element for the scrollable.  
when scrolling occurs this element stays still.  
**/ 
div.scrollable { 
	overflow:hidden;
	position:relative;
	width:500px;
	height:113px;
	float:left;
}
 
div.scrollable div.items {     
	width:20000em;
	position:absolute; 
}

div.scrollable div.items div { 
	float:left; 
} 

div.items img.thumb_active { 
	border:1px solid #ccc;         
	background-color:#fff; 
}

div.items img { 
	border:1px solid #fff;         
	background-color:#fff; 
}
div.items div.thumb_pause img { 
	border:1px solid #ccc;
	background-color:#fff; 
}

div#thumb_play{
	margin:		88px 0 0 -22px;
	width:		22px;
	height:		23px;
	background: url(../_img/play.png);
}

div#thumb_pause{
	margin:		88px 0 0 -22px;
	width:		22px;
	height:		23px;
	background: url(../_img/pause.png);
}

div.image_description{
	padding-top:150px;
	height:350px;
	margin-left:30px;
}

li.fade_active{
	width:100%
}

div.scroll_navigation_box{
	height:			15px;
	width:			15px;
	border:			1px solid black;
	float:			left;
	margin-left:	2px;
	cursor:			pointer;
}

div.scroll_navigation_box:hover{
	background-color:	lightgrey;
}

div.scroll_navigation_box_active{
	height:			15px;
	width:			15px;
	border:			1px solid black;
	float:			left;
	margin-left:	2px;
	cursor:			pointer;
	background-color:	black;
}

div#scroll_navigation {
	margin-left:	84px;
	margin-top:		4px;
	height:			24px;
}

/***
 * zoom settings
 ***/
.zoom-img{
	float:left;
	}
	
