#contentarea #content #videoList ul li
{
  list-style-image: none;
  padding: 0;
  margin: 0;
}
#contentarea #content #videoList ul
{
  padding: 0;
  margin: 1em 0 0 0;
}
#videoDiv {width: 413px; display: none;}
/* override the arrow image of the tooltip */
#dynatip
{
  display: none;
  background: transparent url(/symbole/black_arrow_bottom.png);
  font-size: 12px;
  height: 60px;
  width: 160px;
  padding: 35px 25px 25px 25px;
  color: #fff;
}
/*     root element for the scrollable. when scrolling occurs this element stays still. */
#videoList
{
  position: relative;
  overflow: hidden;
  width: 400px;
  height: 120px;
  margin-left: 6px;
}
#videoList div.items
{
  width: 20000em;
  position: absolute;
  z-index: 1;
}
div.items div.active
{
  border: 1px inset #ccc;
  background-color: #fff;
}
/* single scrollable item */
#videoList img
{
  margin: 2px 4px 2px 4px;
  background-color: #fff;
  padding: 2px;
  border: 1px solid #ccc;
  cursor: pointer;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
/* prev, next, prevPage and nextPage buttons */
#vidgal_prev, #vidgal_next {position: relative; z-index:10; display: none;}
a.browse
{
  background: url(/symbole/hori_large.png) no-repeat; display:block;width:30px;height:30px; margin:40px10px;cursor:pointer;font-size:1px;}/* right */
a.right
{
  background-position: 0 -30px;
  margin-right: 0px;
  position: absolute;
  left: 396px;
  top: -80px;
}
a.right:hover
{
  background-position: -30px -30px;
}
a.right:active
{
  background-position: -60px -30px;
}
/* left */
a.left
{
  margin-left: 0px;
  position: absolute;
  left: 0px;
  top: 40px;
  z-index:10;
}
#contentarea #content a.left
{
  left: -10px;
}
a.left:hover
{
  background-position: -30px 0;
}
a.left:active
{
  background-position: -60px 0;
}
/* disabled navigational button */
a.disabled
{
  visibility: hidden !important;
}
/* position and dimensions of the navigator */
.navi {
    margin-left:9px;
    width:200px;
    height:20px;
}
/* items inside navigator */
.navi a {
    width:8px;
    height:8px;
    float:left;
    margin:3px;
    background:url(/symbole/navigator.png) 0 0 no-repeat;
    display:block;
    font-size:1px;
    cursor: pointer;
}
/* mouseover state */
.navi a:hover {
    background-position:0 -8px;
}
/* active state (current page state) */
.navi a.active {
    background-position:0 -16px;
}