#top{ height: 223px; background:#fff url(images/bg-slider.jpg) no-repeat; border-top:4px solid #3c92c4; }
#gallery{
	height:174px;
	width:438px;
	position:relative;
	top:24px;
	left:28px;
	background:#fff;
	z-index:100;
	float: left;
	overflow:hidden;
}
#gallery img{
	position:absolute;
	top:0;
	left:0;
}
#gallery-text{
	/*background: url(images/bg-slider.jpg);*/
	
	color:#414141;
	height:205px;
	width:500px;
	position:relative;
	top:15px;
	left:10px;
	float: right;
}
#gallery-text p{ 
	padding:10px 10px 12px; 
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	color: #003c58;
	text-shadow: 1px 1px 1px #fcfcfc;
}
#gallery-navigation{
	position:absolute;
	bottom:0;
	right:8px;
	z-index:5;
	width:160px;
	height:20px;
	text-align:center;
}
#gallery-navigation a{
}
#arrow-right-gallery{
	position:absolute;
	height:45px;
	width:13px;
	/*right:-13px;*/
	left: 600px;
	top:150px;
	z-index:9;
	display: none;
}
#arrow-left-gallery{
	position:absolute;
	height:45px;
	width:13px;
	left:-13px;
	top:150px;
	z-index:9;
	display: none;
}

