html { 
	margin:0;
	font-size:12px;
}
#easyGalerie {
	margin-top:-5px;
	padding-top:57px;
	width:352px;
	background:#deecf7 url('http://rim-serrurerie.fr/images/bg/top.gif') repeat-x;
	text-align:left;
	position: relative;
}
#mySlideshow
{
	width: 320px;
	height: 240px;
	z-index:5;
	display: none;
	overflow:hidden;
	position: relative;
	margin:-35px 0 0 15px;
}

#mySlideshow img
{
	border: 0;
	margin: 0;
}

#mySlideshow #slideInfoZone
{
	font-family: verdana;
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 3.6em;
	background: #fff;
	color: #fff;
	text-indent: 0;
}

#slideInfoZone h2
{
	padding: 0;
	font-size: 80%;
	margin: 0;
	margin: 2px 5px;
	font-weight: strong;
}

#slideInfoZone p
{
	padding: 0;
	font-size: 11px;
	margin: 2px 5px;
}

#mySlideshow a
{
	font-size: 120%;
	text-decoration: none;
	color: inherit;
}

#mySlideshow a.right, #mySlideshow a.left
{
	position: absolute;
	height: 100%;
	width: 40%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html #mySlideshow a.right, * html #mySlideshow a.left
{
	filter:alpha(opacity=50);
}

#mySlideshow a.right:hover, #mySlideshow a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

#mySlideshow a.left
{
	left: 0;
	top: 0;
	background: url('http://rim-serrurerie.fr/images/bg/fleche1.gif') no-repeat top left;
}

#mySlideshow a.right
{
	right: 0;
	top: 0;
	background: url('http://rim-serrurerie.fr/images/bg/fleche2.gif') no-repeat top right;
}
#slideshow * {
	margin: 0;
	padding: 0;
}

#easyGalerie li {
    list-style: none;
}

#slideshow {
    margin-top: 10px;
    width: 352px;
    height: 160px;
    background: #deecf7 url('http://rim-serrurerie.fr/images/bg/bottom.gif') 0px 44px no-repeat;
}

#slideshow_wrapper {
    /* we use relative to catch the children */
	position: relative;
	overflow: scroll;
	width: 320px; /* LARGEUR DE LA ZONE AFFICHEE */
	height: 150px;
	left: 15px;
	top: 5px;
}

#slideshow_set {
	position: absolute;
}

#slideshow_set li {
	float: left;
	height: 150px;
	width: 110px;
}

li img {
	border: 0;
	cursor:pointer
}

#navigation {
    position: absolute;
    z-index: 10;
}

#scroll_left {
	left: 0;
	top: 0;
}

#scroll_right {
	left: 336px;
	top: 0;
}

#scroll_left, #scroll_right {
    position: absolute;
    overflow: hidden;
    display: block;
    padding: 0 0 0 15px;
    height: 110px;
    width: 0px !important; /* for most browsers */
    width /**/: 15px; /* for IE5.5's bad box model */
}
h2 {
	color:#000000;
	font-size:12px;
	font-weight:bold;
}
