
#contextes #cadre-slideshow {
clear: left;
}


.pagelinks {
padding: 0 10px;
}
.pagelinks a {
  color:#333;
	font-weight: normal;
	font-size:10px;
	text-decoration:none;
	border-bottom:none;	
}
.pagelinks a:hover {
background-color:#ddd;
}
.slideCaption {
padding: 4px;
text-align: center;
font-size: 10px;
}
.pagelinks a.activeSlide {
color: #fff;
background-color: #666;
}

/* this is for IE so the prev/next links can be hovered*/
.nextSlide,.prevSlide
{
  background-color:transparent;
	background-image: url(images/spacer.gif);
}
.nextSlide:hover
{
  background-color:transparent;
	background-image: url(images/nextslide.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.prevSlide:hover
{
	background-color:transparent;
  background-image: url(images/prevslide.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.inputsTooltip
{
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 4px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}
#tooltipURL
{
	display: none;
}
