@charset "utf-8";
/* CSS Document */


/*
HORIZONTALER SLIDER
*/

#wrapper {
width: 300px;
overflow: hidden;
margin: 0 0 0 3px;
background: url(/data/pix/wrapper_bg.gif) no-repeat top center;
}
#wrapper p {
margin: 0 0 0 0;
}
#heading {
height: 19px;
margin: 10px 0 15px 200px;
overflow: hidden;
padding: 0 15px 0 0;

}
#buttons {
height: 19px;
float: left;
text-align: right;
padding: 0 0 0 0;
}
#button_slide {
width: 38px;
height: 19px;
float: right;
margin: 0 0 0 0;
display: none;
}

#content #heading ul, #heading ul {
margin: 0 0 0 0; padding: 0 0 0 0;
float: right;
}
#content #heading li, #heading li {
background: url(../pix/button0.gif) top left;
margin: 0 0 0 0; padding: 0 0 0 0;
float: left;
list-style-type: none;
cursor: pointer;
}
#content #heading li.active, #heading li.active {
background: url(../pix/button1.gif);
}
#panes {
width: 300px;
overflow: hidden;
}

#panes .content {
display: block;
}
#panes .content p {
display: block;
width: 260px;
padding: 10px 0 0 20px;
}

#panes div div { overflow: hidden; }

#previous { cursor: pointer; }
#next { cursor: pointer; }




/* slide */


