 #carrousel {
      /*background: #eee;*/
      background-image: url('/images/carousel/img1.jpg');
	  position:relative;
	  overflow:hidden;
	  width:660px;
	  
      }

#carrousel_bottom {
        top: 8px; right:6px;
        position: absolute;
	z-index:999;
margin:0;
    width:660px;
        filter: alpha(opacity=90);
        -moz-opacity:.90;
        opacity:.90;
        /*background-color: red;*/
        }

#control  {
          list-style: none;
          float: right;
    margin:0; padding:0;
          }

#control li {
        display: inline;
        color: #000;
        text-decoration: none;
        }

#control a  {
        font-size: 11px;
        color: white;
		font-weight:bold;
        text-decoration: none;
        background:url(/images/carrousel-num.gif) no-repeat;
        text-align:center;
		padding-top:3px;
		padding-left:1px;
		height:20px; width:20px;
		display:inline-block;
		
margin:0 0 0 5px;
text-align:center;


            }

#control a.control_button_active  {
	color: white;
        background:url(/images/carrousel-num-a.gif) no-repeat;
	 }

#appear_div {
background-repeat:no-repeat
    }
            
#carrousel, #appear_div  {
    /*height: 260px; , deze gegevens heb ik vrijdag 26 maart aangepast, vero*/
	height: 240px;
    /*margin-right:10px; , deze gegevens heb ik vrijdag 26 maart aangepast, vero*/
	margin-bottom:10px;
	background-repeat:no-repeat
}