/*-- reset css --* /
:focus {
outline: 0;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
/*    border-collapse: separate;*/
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

#slide_holder {
    margin: 20px auto 0 auto;
}

 pre {font-family: 'Courier New'; font-size: 11px; line-height: 12px; text-align: left; width: 510px; overflow-x: scroll; overflow-y: hidden; border: 1px solid #d7d7d7; color: #ccc; background-color: #666; margin: 30px 0 0 0;}
 
 .sub {
     color: #fff;
     font-weight: bold;
     padding-bottom: 10px;
     margin-bottom: 30px;
     border-bottom: 1px solid #E2E2E2;
 }

.example_head {
     color: #fff;
     font-weight: bold;
     padding-top: 10px;
     margin-top: 30px;
     border-top: 1px solid #E2E2E2;
 }

.loading {
    left: 210px;
    position: absolute;
    top: 74px;
}

#slide_holder {
    background-image: url(/img/publicite/bg_slideshow.png);
    background-repeat: no-repeat;
    height: 253px;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 524px;
    z-index: 1000;
}
#slide_holder_inner {
    height: 238px;
    left: 7px;
    overflow: hidden;
    position: absolute;
    top: 8px;
    width: 511px;
    z-index: 2000;
}

/*-- for slide divs --*/

#slide_holder_inner div {
    position: absolute;
}
/*-- for divs in html slides to position relative --*/
div#slide_holder_inner div.slide div {
    position: relative;
}
div#carousel_controls {
    background: url(/img/publicite/bg_controls.png) 0 0 no-repeat;
    height: 30px;
    width: 511px;
    z-index: 4000;
}
ul#slide_buttons li{
    cursor:pointer;
}
#slide_number_display span, #slide_number_display span span{
    font-size:10px;
    color:#4A9285;
    font-family: Helvetica;
}

/*-- next & prev buttons --*/
#nex_prev_buttons {
    position: absolute;
    left: 0;
    z-index: 5000;
}
#prev_button span, #next_button span {
    color: #EBCD51;
}
#prev_button span:hover, #next_button span:hover {
    color: #F00;
}
#next_button {
    cursor: pointer;
    top: 5px;
    height: 29px;
    left: 450px;
    width: 80px;
}
#next_button:hover {
}
#prev_button {
    cursor: pointer;
    top: 5px;
    height: 29px;
    left: 350px;
    width: 100px;
}
#prev_button:hover {
}
/*-- end next & prev buttons --*/

#row_of_slides {
    position: absolute;
    top: 0;
}
#row_of_slides .slide {
    position: absolute;
}