.slideshow {
	display: block;
	position: relative;
	z-index: 0;
}

/* patch OVH */

.slideshow-doms {
	display: block;
	position: relative;
	z-index: 0;
    height: 210px;
    background: transparent url(/images/bars/general/empty.jpg) no-repeat 0 0;
}


.slideshow-images {
	display: block;
	overflow: hidden;
	position: relative;
}		
.slideshow-images img {
	display: block;
	position: absolute;
	z-index: 0;
}		
.slideshow-thumbnails {
	overflow: hidden;
}


.slideshow-images {
	height: 290px;
	width: 560px;
}		
.slideshow-images-visible { 
	opacity: 1;
}	
.slideshow-images-prev { 
	opacity: 0; 
}
.slideshow-images-next { 
	opacity: 0; 
}
.slideshow-images img {
	float: left;
	left: 0;
	top: 0;
}	


.slideshow {
	height: 290px;
	margin: 0;
	width: 560px;
}
.slideshow a img {
	border: 0;
}


.slideshow-thumbnails {
	bottom: -60px;
    /*top: 285px;*/
	height: 65px;
	left: 15%;
	position: absolute;
	width: 85%;
}
.slideshow-thumbnails * {
	margin: 0;
	padding: 0;
}
.slideshow-thumbnails ul {
	height: 65px;
	left: 6px;
	position: absolute;
	top: 6px;
	width: 100%;
    background: transparent;
	list-style: none;
	list-style-image: none;
    z-index: 9;
}
.slideshow-thumbnails li {
	float: left;
	list-style: none;
	list-style-image: none;
	margin: 5px 0px 5px 5px;
	position: relative;
    background: transparent;
}
.slideshow-thumbnails a {
	display: block;
	float: left;
	padding: 1px;
	position: relative; 
}
.slideshow-thumbnails a:hover {
	background-color: #0068b1 !important;
	opacity: 1 !important;
}
.slideshow-thumbnails img {
	display: block;
}
.slideshow-thumbnails-active {
	background-color: #0068b1;
	opacity: 1;
}
.slideshow-thumbnails-inactive {
	background-color: #FFF;
	opacity: .5;
}

.slideshow-undefined ul li {
    background: none;
	list-style: none;
	list-style-image: none;
}


/* Specific OVH Play / pause control button */

/* Patch for outlining href maps but not a elements that have no links */

#slideImage a { cursor: default; }


a.Pause,
a.Play  {
    display: block;
    height: 25px;
    width: 25px;
    margin-top: 4px;
    background-color: transparent;
    background-image: url(/images/bars/general/pause.gif);
    background-repeat: no-repeat;
    background-position: 0 100% ;
    cursor: pointer;
}
a.Play:hover    { background-position: 0% 0 ; }
a.Pause         { 
    background-image: url(/images/bars/general/play.gif);
    background-position: 0 100% ; 
}
a.Pause:hover   { background-position: 0 0 ; }


