/** Mis à jour le 19/05/2009 par Mme Nelly Soubiron **/

#wrapper {
    width: 550px;
    margin: 25px auto;
}
#intro {
    padding-bottom: 10px;
}
#slider {
    width: 550px;
    margin: 0 auto;
    position: relative;
	border: 10px solid #ccc;
}

.scroll {
	overflow: hidden;
	width: 550px;
    margin: 0 auto;
    position: relative;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    padding: 10px;
    width: 326px;
	height: 500px;
}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	bottom: 0;
	background: url(../images/leftshadow.png) repeat-y;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 6px;
	bottom: 0;
	background: url(../images/rightshadow.png) repeat-y;
}

.inside {
	padding: 10px;
	border: 1px solid #999;
}

.inside img {
	display: block;
	/**border: 1px solid #666;**/
	margin: 0px auto 10px 0px;
	width: 250px;
	float:left;
}

.inside h4 {
	font-weight: bold;
	color: #003686;
	font-size: 16px;
	margin: 0 0 8px 0;
    clear:both;
}

.inside p {
	font-size: 10px;
	color: #ccc;
}

a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

a:hover {
	border-bottom: 1px solid #999;
}

.scrollButtons {
	position: absolute;
	top: 169px;
	cursor: pointer;
	height: 71px;
 	z-index:5000;
}

.scrollButtons.left {
    left: -45px;
}

.scrollButtons.right {
	right: -40px;
}

.hide {
    display: none;
}
.panel{
	border:1px solid #ccc;
    width:500px;
    display:block;
}

