

/*voor de jazzism site */

#newsCarrousel{
 margin: 0px;
 padding: 0px;
 
 width: 850px;
 height: 300px;

 background: #000;
 
 overflow: hidden;
 }

#newsCarrousel #newsItems div.newsItem{
 position: absolute;
 width: 850px;
 height: 300px;
}

#newsCarrousel #newsItems div.newsItem div.info{
 margin: 0px;
 margin-left: 20px;
 padding: 15px;
 width: 200px;
 height: 270px;
 background: #000;
 opacity: 0.85;
 overdlow: hidden;
}

#newsCarrousel #newsItems div.newsItem div.info a{
 color: #999999;	
}

#newsCarrousel #newsItems div.newsItem div.info:hover a{
 color: #dddddd;	
}


/* het hoekje met de bolletjes */
 #remote{
 margin: 0px;
 padding: 0px;
 width: 70px;
 height: 15px;
 text-align: center;
 position: relative;
 top: 0px;
 left: 0px;
 z-index: 5000;
/* visibility: hidden; !!!!!!*/
}

 #remote li{
 float: left;
 list-style-type: none;
 margin: 0px;
 margin-top: 10px;
 margin-left: 3px;
 margin-right: 4px;
 padding: 5px;
 padding-top: 2px;
 padding-bottom: 2px;
 background: #fff;
 opacity: 0.6;
}

 #remote li a{
 color: #000;	
}

 #remote li:hover{
 font-size:17px;
 margin-left: 1px;
 margin-right: 1px;
 border: 1px solid #fff;
 margin-top: 5px;
 padding-top: 2px;
 padding-bottom: 2px;
 opacity: 1;
}

#inditnummer{
 margin: 0px;
 padding: 0px;
 width: 230px;
 height: 200px;
 text-align: center;
 position: relative;
 top: -32px;
 left: 20px;
 z-index: 5000;
 border-top: 1px solid #555555;

}

#inditnummer:hover{
 top: -183px;	
}

#inditnummer li{
 margin: 0px;
 padding: 0px;
}

#inditnummer h3{
 width: 210px;
 margin: 0px;
 padding: 10px;
 font-size: 10px;
 color: #fff;
 background: url('../img/menu/menu.gif') repeat-x center center #222222;
 opacity: 0.9;
 text-align: center;
}


#inditnummer li.ditnummeritem a{
 display: block;
 padding: 10px;
 height: 30px;
 color: #fff;
 opacity: 0.85;
 background: #444;
 overflow: hidden;
 border-bottom: 1px solid #555;
}

#inditnummer li.ditnummeritem a:hover{
 opacity: 0.9;
 background: #666;
}

#inditnummer li.ditnummeritem{
 margin: 0px;
 list-style-type: none;
 text-align: left;
}


#inditnummer li.ditnummerkop

