.unnamed1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #C2AA6E;
	text-decoration: none;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #C2AA6E;
	text-decoration: none;
}
.headlinebig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
}

#start {
	position: absolute;
	
	
	margin-top:55px;
	margin-left:380px;	
	width:534px; 
	height:450px;

}

#centercontainer {
	width:870px;margin:0px auto;

}

#header {
	text-align: right;
	/*position: absolute;*/
	margin-top: 0px;
	width:870px; 
	height:35px;
	float: right;

}



#menu {	
	
	position: absolute;
	margin-top:35px;
	width:370px; 
	height:500px;


}

#main {
	
	position: absolute;
	display:block;
	overflow:auto; 
	margin-top:55px;
	margin-left:380px;	
	width:534px; 
	height:450px;


}

#galtitle {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #C2AA6E;
	text-decoration: none;
	float: right;
	text-align: right;
	position: absolute;
	display:block;
	overflow:auto; 
	margin-top:40px;
	margin-left:412px;	
	width:450px; 
	height:20px;
	
}

#pages {
	position: absolute;
	display:block;
	overflow:auto; 
	margin-top:510px;
	margin-left:412px;	
	width:450px; 
	height:20px;
}

#image { 
	margin: 1px;
	width: 150px;
	float: left;
	display: block; 
} 

#row { 
	padding: 0px;
	margin: 0px;
	width: 450px;
	display: inline; 
}



/* Horizontal Carousel */
#horizontal_carousel {
  float: left;
  width: 534px;
  height: 450px;
  margin-bottom: 0px;
  position: relative;
}

#horizontal_carousel .container {
  float: left;
  width: 460px;
  height: 450px;
  position: relative;    
  overflow: hidden;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 460px;
}                      

#horizontal_carousel ul li {

  width: 460px;
  height: 450px;
  /*text-align: center; */
  list-style:none; 
  float:left;
}

#horizontal_carousel .previous_button {
  margin-top: 140px;
  float:left;  
  width: 32px;
  height: 175px;
  background: url(themes/carousel/prototype-ui/horizontal/left.png);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(themes/carousel/prototype-ui/horizontal/left_over.png);
}

#horizontal_carousel .previous_button_disabled {
  background: url(themes/carousel/prototype-ui/horizontal/left_disabled.png);
  cursor: default;
}

#horizontal_carousel .next_button {
  margin-top: 140px;
  float:left;  
  width: 32px;
  height: 175px;
  background: url(themes/carousel/prototype-ui/horizontal/right.png);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(themes/carousel/prototype-ui/horizontal/right_over.png);
}

#horizontal_carousel .next_button_disabled {
  background: url(themes/carousel/prototype-ui/horizontal/right_disabled.png);
  cursor: default;
}




