

.image-holder {
	position: relative;
}

.slide-1 {
	z-index: 1;
	height: 290px;
	cursor:pointer;
}

.slide-1-content {
	position:absolute;
	right: 10px;
	bottom: 10px;
	background-image:url(../images/banner-bg.png);
	background-repeat:no-repeat;
	width: 310px;
	height: 100px;
	padding: 10px;
	z-index: 2;
}

.box{
	background-color:none;	
}

.language-holder {
  float:right;
  margin-bottom: 0.7em;
  margin-top: 0.3em;
  line-height: 2em;
  
}
.language-holder a {
  padding:0.75em 1em;
  
}

.gallery {
  clear: both;
  height: 110px;
  overflow-x:auto;
  overflow-y:auto;
  white-space:nowrap;
  
}

h1{
	color:#023F77;
	font-size:2em;
}

