@charset "utf-8";
/* CSS Document */

body { background:#fff; color:#5F646A; font-size:14px; font-family:sans-serif; text-align:center; padding:0px; margin:0; height:100%; overflow:hidden; }
.indent { padding:50px 10px 30px 10px; }
img { border:none; }
p { font-size:18px; }
#c-carousel { height: 200px; padding: 0; margin: 0;  }
#c-carousel { background-color: #fff; position: relative; min-height: 200px; position:absolute; left:0px; bottom:10px;}
#c-carousel * { font-family: Arial, Geneva, SunSans-Regular, sans-serif; font-size: 14px; color: #333; line-height: 22px; }
#wrapper { background-color: #fff; /*border-top: 1px solid #ccc;*/ width: 100%; height: 100%; margin-top: -1px; position: absolute; left: 0; top: 50%; }
#carousel { margin-top: -100px; }
#carousel div { text-align: center; /*width: 200px;*/ height: 200px; float: left; position: relative; }
#carousel div img { border: none; border-left:3px solid #fff;}
#carousel div span { display: none; }
#carousel div:hover span { background-color: #333; color: #fff; font-family: Arial, Geneva, SunSans-Regular, sans-serif; font-size: 14px; line-height: 22px; display: inline-block; width: 100px; padding: 2px 0; margin: 0 0 0 -50px; position: absolute; bottom: 30px; left: 50%; border-radius: 3px; display:none;} /* tooltip pod obrazkem */

