

#intro {
    padding-bottom: 10px;
}

#slider {
    width: 640px;
    height: 330px;
    margin: 0 auto;
    position: relative;
    border: 1px solid #FFFFFF;
    background: url(http://media.topannonces.fr/topannonces-gsite-front-images-slidder/TAC_01_slidder.jpg) no-repeat;
}

#slider h1{

    height: 30px;
    margin: 0 auto;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}

.scroll {
    position: relative;
    overflow: hidden;
    z-index: 2;
    width: 640px;
    height:250px;
    margin: 0 auto;

}

.scrollContainer {
    position: relative;
}

/* Panel size not zoomed*/
.scrollContainer div.panel {
    padding: 10px;
    width: 150px;
    height: 220px;
    overflow: hidden;
}

#left-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    bottom: 0;
    /*background: url(images/templates/TAC_01/leftshadow.png) repeat-y;*/
}

#right-shadow {
    position: absolute;
    top: 0;
    right: 0;
    width: 12px;
    bottom: 0;
    /*background: url(images/templates/TAC_01/rightshadow.png) repeat-y;*/
}

.inside {
    padding: 10px;
    margin-top: 40px;
}

/* size img not zoomed always < .scrollContainer div.panel width!*/
.inside img {
    display: block;
    border: 2px solid #FFFFFF;
    margin: 0 0 10px 0;
    width: 120px;
    max-height: 210px;
}

.inside h2 {
    font-weight: normal;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    margin: 0 0 8px 0;
    /*or visibility hidden*/
    display: none;
}

.inside p {
    font-size: 11px;
    color: #FFFFFF;
    /*or visibility hidden*/
    display: none;
}

/* added aja :paragraphe text pa + buttons*/
.slider p {
    width: 100%;
    min-height: 25px;
}

.hide {
    display: none;
}

/* Navigation Buttons + Outside PA Description Box*/
.bottomScroll {
    position: relative;
    z-index: 100;
    padding: 0;
    margin: auto;
    height: 40px;
    /*background-color: ;*/
}

.outside {
    height: 47px;
    margin-top: 3px;
}

.outside h2 {
    margin: 0;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
}

.outside p {
    margin: 0;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
}
.outside a:hover{
    text-decoration: underline;
}

.scrollButtons {
    position: absolute;
    top: 0px;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

.scrollButtons.leftButton {
    float: left;
    left: 15px;
    background:url("images/templates/TAC_01.gif") no-repeat scroll -370px -105px transparent;
}

.scrollButtons.rightButton {
    float: right;
    right: 15px;
    background:url("images/templates/TAC_01.gif") no-repeat scroll -412px -105px transparent;
}


