#slider1 {
    width: 830px; 
    height: 236px;
    position: relative;
	overflow: hidden;
	margin:0px;
	padding:0px;
}
#slider1 h2 {
	font-size:24px;
	color:#033047;
	margin-bottom:0px;
}
#slider1 h3 {
	font-size:16px;
	color:#033047;
	margin-bottom:8px;
}
#slider1Content {
    width: 830px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	font-size:12px;
    padding:0px;
	background-image:url(imagini/bg-span.png);
	background-repeat:no-repeat;
    color: #033047;
    display: none;
	height:213px;
	padding:20px 20px 10px 10px;
}

.slider1Image span a{
color:#fff;
}

.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 24px;
}
.left {
	left: 0;
	bottom: 0;
	width: 246px !important;
	height: 236px;
	text-align:justify;
	padding-left:6px;
}
ul { list-style-type: none; margin:0px; padding:0px;}

.more{
display: inline-block;
margin-top:10px;
padding: 5px 10px;
background-color: #000;
color: #fff;
}



