#tickerTape {
   height: 222px;
   position: relative;
   background: url(images/bg_ticker.jpg) top left repeat-x #EEEEEE;
   border: 1px solid #E1E1E1;
}

#tickerTape h1 { 
   font-family: calibri, arial; 
   font-size: 34px;
}

   #tickerTape #tickerMenu {
      position: absolute;
      right: 0;
   }
      #tickerTape #tickerMenu a {
         display: block;
         width: 310px;
         color: #666666;
         background: #fff;
         font-size: 14px;
         padding: 8px 7px;
         -moz-border-radius: 6px 0px 0px 6px;
	 -webkit-border-radius: 6px 0px 0px 6px;
      }
      #tickerTape #tickerMenu li {
         margin-top: 10px;
      }
      #tickerTape #tickerMenu .active a {
         font-weight: bold;
      }
         /* 3=business, 12=it, 8=marketing, 13=mobile*/
         #tickerTape #tickerMenu .cat-business.active a { background: #ffac7f; color: #a23900; /* donker */}
         #tickerTape #tickerMenu .cat-it.active a { background: #b9fe98; color: #36a401 /* donker */;}
         #tickerTape #tickerMenu .cat-marketing.active a { background: #d19cff; color: #5600a1 /* donker */;}
         #tickerTape #tickerMenu .cat-mobile.active a { background: #fce692; color: #a68400 /* donker */;}

   #tickerTape #tickerContent {
      position: absolute;
      left: 0;
      width: 630px;
      height: 100%;
      padding: 4px 8px;
   }
      #tickerTape #tickerContent li {
         display: none;
         position: absolute;
         height: 100%;
      }
      #tickerTape .readmore {
         padding: 8px 12px;
         display: block;
         position: absolute;
         bottom: 20px;
         right: 0px;
         background: #E1E1E1;
         font-size: 14px;
         font-weight: bold;
      }
      #tickerTape .tickerText {
         font-size: 14px;
         line-height:24px;
         text-align: justify;
         margin-top: 10px;
      }
      #tickerTape .telcomments {
         background: url('images/commentBalloon.png') no-repeat;
         display: block;
         float: right;
         padding: 10px 12px;
         margin: 6px 13px 0px 0px;
         font-size: 14px;
         font-weight: bold;
		 background-position: center center;
		 text-align: center;
		 width: 18px;
      }

      /* 3=business, 12=it, 8=marketing, 13=mobile*/
      #tickerTape #tickerContent .cat-business h1:hover,
      #tickerTape #tickerContent .cat-business .readmore {
         color: #592000;
      }
      #tickerTape #tickerContent .cat-it h1:hover,
      #tickerTape #tickerContent .cat-it .readmore {
         color: #194b02;
      }
      #tickerTape #tickerContent .cat-marketing h1:hover,
      #tickerTape #tickerContent .cat-marketing .readmore {
         color: #230140;
      }
      #tickerTape #tickerContent .cat-mobile h1:hover, 
      #tickerTape #tickerContent .cat-mobile .readmore {
         color: #392d00;
      }

   #tickerGradient {
      background: url(images/bgPostHeader.png) top left repeat-x;
      height:32px;
      width:100%;
   }

#timerContainer {
   position: absolute;
   left: 10px;
   bottom: 10px;
   border: 1px solid #eee;
   height: 6px;
   width: 100px;
   overflow: hidden;
   background: #fff;
   -moz-border-radius: 6px;
   -webkit-border-radius: 6px;
}
	#timer {
           position: absolute;
	   width: 100px;
	   height: 6px;
           left: 0px;
           top: 0px;
	   background: #fff;
	}