div.navi {
margin-left:440px;
width:200px;
height:8px;
display:block;
}

div.navi a {
width:8px;
height:8px;
float:left;
margin:3px;
background:url(images/navigator-pt.png) 0 -16px no-repeat;     
cursor:pointer;	
display:block;
overflow:hidden;
}

div.navi a:hover {
background-position:0 -8px;      
}

div.navi a.active {
background-position:0 0px;     
} 	  

.panel{
float:left;
width:930px;
height:332px;
}

.disabled {
visibility:hidden;
}



.scrollContainer {	
position:absolute;
width:20000em;	
clear:both;
margin: 0 auto;
height: 350px;
overflow: hidden;
}

.scrollContainer div.panel {
height: 332px;
width: 930px;
overflow: hidden;
}

.scrollable {
margin: 0 auto;
height: 332px;
width: 930px;
overflow-x: hidden;
overflow: hidden;
position: relative;
clear: left;
overflow-y: hidden;

}

.scrollbuttons {
position: absolute;
top: 180px;
cursor: pointer;
}

.scrollbuttons.prev {
left: 20px;
height:68px;
width:37px;
z-index:99999;
}

.scrollbuttons.next {
right: 20px;
height:68px;
width:37px;
z-index:99999;

}

.hide {
display: none;
}


.watchnow {
display:block;
width: 180px;
height: 28px;
background: transparent url(images/watchnow_btn.jpg)  no-repeat;
cursor: pointer;
z-index:99999;

}


.watchnow:hover {
background: url(images/watchnow_btn.jpg)   no-repeat;
background-position: 0 -29px ; 

}

.watchnowtxtbutton {
font-size:12px;
display:block;
height:20px;
padding: 6px 0 0 42px;
color: #fff;
text-shadow: 0 0 0.3em #333, 0 0 0.3em #333, 0 0 0.3em #333;

}

.watchnowtxtbutton:hover {
color: #fff;
z-index:200;

}

.insert {
width: 180px;
height: 300px;
background: url(images/insertbg.png) bottom left no-repeat;
margin: 0 0 0 669px;
padding: 5px 10px 10px 10px;
z-index:1;
behavior:url('http://charleroi-museum.be/scripts/iepngfix.htc');
}

.inserttextcontener {
margin: 0px;
padding: 0px;
height:260px;
}

.inserttextcontener a.title {
font-family: Verdana, Arial, Sans-Serif;
line-height: 1.1em;
font-size: 15px;
font-weight: bold;
color:#f4ac35;
/*min-height:60px;*/
display:block;
padding-bottom:10px;
text-shadow: 0 0 0.9em #000, 0 0 0.5em #222, 0 0 0.9em #111;
}

.inserttextcontener a:link, .insert a:hover, .insert a:visited {
text-decoration: none;
}

.inserttextcontener p {
font-size: 11px;
font-family: Verdana, Arial, Sans-Serif;
color: #fff;
line-height: 1.2em;
font-weight: 300;
margin: 0px 0 0px 0;
padding:0px 0 0px 0;

overflow:hidden;
}