@charset "utf-8";
/* CSS Document */

/* @group RokFlow */

#rokflow, #rokflow #loader {
   overflow: hidden;
   position: relative;
   width: 940px; 
   height: 180px;
   left: 5px;
   top: -10px;
   background: 50% 50% no-repeat url(../images/loader.gif);
}

#rokflow, #rokflow * {
   margin:0; padding:0; border:0;
}

#rokflow div {
   float: left;
   position: relative;
}

#rokflow img {

   height: 150px;
   border: 0;
   top: 0px;
   margin-top: 0px;
   margin-left: 0px;
   margin-bottom: 40px;
}

#rokflow div h3 {
   display: block;
   position: absolute;
   white-space: nowrap;
   text-align: center;
   font-size: 14px;
   font-weight: bold;
   color:#ffffff;
   margin-top:-18px;
}


.moduletable #rokflow h3 {
   background: none;
   margin: 0;
   padding: 0;
   line-height: 100%;
   height: auto;
}

#rokflow a {
   text-decoration: none;   
}

#rokflow #loader {
   position: absolute;
   top: 0; left: 0;
   z-index: 1000;
}

/* @end */
