#wrapper {
    width: 652px !important;
    width: 650px;
    margin: 0 auto;
	xbackground:blue;
}
#slider {
    width: 652px !important;
    width: 650px;
    margin: 0 auto;
    position: relative;
	xbackground:blue;
}
.scroll {
    height: 100%;
    width: 652px !important;
    width: 650px;
	margin-left:0px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    xbackground: #CCC;
}
.scrollContainer div.panel {
    xpadding: 20px;
    xheight: 550px;
    width: 652px !important;
    width: 650px;
	xtext-align:center;
    xbackground: #CCC;
}

.scrollContainer div.panel p.col1 {xbackground:#CFC; clear:both; float:left; width:310px !important; width:309px; padding:5px 15px 5px 0; margin:15px 0;}
.scrollContainer div.panel p.col2 {xbackground:#FCF; float:left; width:311px !important; width:310px; border-left:solid 1px grey; padding:5px 0 5px 15px; margin:15px 0;}

.scrollButtons {
    position: absolute;
    top: 180px;
    cursor: pointer;
}
.scrollButtons.left {
    left: 0px;
	z-index:1;
}
.scrollButtons.right {
    right: 0px;
}

.lien{
	background: url(../images/lien-bg.png) repeat-x;
	height:27px;
	line-height:24px;
	float:right;
	position:absolute;
	right:10px;
	bottom:4px;
	display:inherit !important;
	display:none;
}
.lien a {
	padding-left:2px;
	padding-right:2px;
	color:#626263;
	text-decoration:underline;
}
.lien a:hover {
	text-decoration:none;
	background:none;
}
.lien img {
	vertical-align:sub;
	padding-right:2px;
}
.bord-gauche{
	float:left;
	background:url(../images/lien-bord-gauche.png);
	width:4px;
	height:27px;
}
.bord-droit{
	float:right;
	background:url(../images/lien-bord-droit.png);
	width:5px;
	height:27px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.navigation li {
    display: inline;
    margin-right: 10px;
}
ul.navigation a {
    color: #000;
    text-decoration: none;
}
ul.navigation a:hover {
    background-color: #f6f6f6;
}
ul.navigation a.selected {
    background-color: #CCC;
}
ul.navigation a:focus {
    outline: none;
}

.hide {
    display: none;
}
