#slider1 {
    width: 671px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
}

#slider1Content {
    width: 671px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
	box-shadow:3px 3px 20px #000;
	border-radius:10px;
}
.slider1Image span {
	margin-left:-300px;
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 694px;
    background-color: #000;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
	-khtml-opacity: 0.8;
    opacity: 0.8;
    color: #fff;
    display: none;
	font-size:14px; 
	line-height:200%;
	box-shadow:3px 3px 20px #000;
	border-radius:10px;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size:18px; 
	color:#ffbb00;
}
.left {
	top: 0;
    left: 0;
	width: 265px !important;
	height: 268px;
	border-radius:10px;
	text-align:center;
}
/* A szöveg megjelenési helye, ez most nincs használatban csak left */
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
ul { list-style-type: none;}

img{
border:none;
}