
/*Kepvalto stylus*/

#kepforg {
width: 449px; /* important to be same as image width */
height: 153px; /* important to be same as image height */
position: relative; /* important */
overflow: hidden; /* important */
}

#kepforgContent {
width: 449px; /* important to be same as image width or wider */
position: absolute; /* important */
top: 0; /* important */
margin-left: 0; /* important */
}

.kepforgImage {
float: left; /* important */
position: relative; /* important */
display: none; /* important */
}

.kepforgImage span {
position: absolute; /* important */
left: 0;
font: 10px Arial, Helvetica, sans-serif;
padding: 15px 0px;
padding-top:5px;
width: 474px;
background-color: #000;
filter: alpha(opacity=70); /* here you can set the opacity of box with text */
-moz-opacity: 0.7; /* here you can set the opacity of box with text */
-khtml-opacity: 0.7; /* here you can set the opacity of box with text */
opacity: 0.7; /* here you can set the opacity of box with text */
color: #fff;
display: none; /* important */
bottom: 0;
height: 30px;

   /* 
ha felülre szeretnéd a felbukkanó feliratot akkor itt fent a
bottom: 0;   fölé vagy helyére illeszd be a
top: 0;  -t.
   */
}

.kepforgImage span strong {
color: #ffffff;
font-size:12px;
}

ul {
list-style-type: none;
padding:0px;
margin: 0px;
}



