#wrapper {
    margin: 30px auto 0 auto;
		font-size: 12px;
		
}

#slider {
    width: 660px;
    margin: 0 auto;
    position: relative;
}

/* PHIL */
#ongletslider {
	width: 70px;
	height: 60px;
}

.scroll {
    height: 398px;
    width: 660px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    /* VOIR 01_STYLE.CSS
		background: #FFFFFF url(../media/PK/sld_fd.gif) repeat-x scroll left bottom;
		*/
}

.scrollContainer div.panel {
    padding: 20px;
    height: 390px;
    width: 620px;
}

.scrollButtons {
    position: absolute;
    top: 10px;
    cursor: pointer;
		width: 36px;
		height: 36px;
}

.scrollButtons.left a {
    left: 0;
}

.scrollButtons.right {
    right: 0;
}

.hide {
    display: none;
}
