.jquery-slider-wrapper
{
  position:relative;
  clear:both;
  zoom:1;
}

.jquery-slider-slide
{
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left:0;
  top:0;
  width: 100%;
}

.jquery-slider-slide img
{
  border:0;
  margin:0;
  padding:0;
  width: 960px;
  height: 326px;
}

.jquery-slider-slide-current
{
  display:block;
  z-index:2;
}

.jquery-slider-slide-next
{
  display:block;
  z-index:1;
}

.jquery-slider-selectors
{
  /* background:url(/images/weka/fond_nav_slider.png) no-repeat 0px 0px; */
  display:inline;
  float:left;
  overflow:hidden;
  position:absolute;
  bottom:5px;
  left:50%;
  z-index:4;
  color:#FFFFFF;
  height:22px;
  /* width:81px; */
  padding: 0 0 0 4px;
}

.jquery-slider-selector
{
  background:url(/images/weka/puces_nav_slider.png) no-repeat -18px center;
  display:inline;
  float:left;
  width:18px;
  height:20px;
}

.jquery-slider-selector-current
{
  background:url(/images/weka/puces_nav_slider.png) no-repeat 0px center;
}

.jquery-slider-selector span
{
  display:none;
}

.jquery-slider-control
{
  position:absolute;
  right:13px;
  top:11px;
  cursor: pointer;
  width:9px;
  height:14px;
  z-index:4;
}

.jquery-slider-control span
{
  display:none;
}

.jquery-slider-control-play
{
/*   background:url(images/jquery-slider-theme.png) no-repeat 0px -42px; */
}

.jquery-slider-control-pause
{
/*   background:url(images/jquery-slider-theme.png) no-repeat -10px -42px; */
}

.jquery-slider-navigation
{
  display:block;
}

.jquery-slider-navigation-prev
{
  background:url(/images/weka/slider_home_left.png) no-repeat top left;
  left:0;
  top:0;
  position:absolute;
  cursor: pointer;
  width: 36px;
  height: 326px;
  z-index:4;
}

.jquery-slider-navigation-prev span
{
  display:none;
}

.jquery-slider-navigation-next
{
  background:url(/images/weka/slider_home_right.png) no-repeat top right;
  right:0;
  top:0;
  position:absolute;
  cursor: pointer;
  width: 36px;
  height: 326px;
  z-index:4;
}

.jquery-slider-navigation-next span
{
  display:none;
}


.jquery-slider-wrapper .caption
{
  position: absolute;
  top: 88px;
  right: 72px;
  width: 328px;
  height: 150px;
  padding: 10px;
}

.jquery-slider-wrapper .caption_bg {
    background-color: rgba(255, 255, 255, 0.7);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */  
}

.jquery-slider-wrapper .caption .title
{
    color: #005997;
    font-size: 23px;
    font-weight: bold;
    height: 58px;
    overflow: hidden;
    text-transform: uppercase;
    vertical-align: middle;
}

.jquery-slider-wrapper .caption .text
{
    height: 62px;
    overflow: hidden;
    padding: 7px 0 0;
    position: absolute;
    top: 52px;
}

.jquery-slider-wrapper .caption a.link {
	background: #c162b6; /* Old browsers */
	background: -moz-linear-gradient(top,  #c162b6 0%, #b34aa6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c162b6), color-stop(100%,#b34aa6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c162b6 0%,#b34aa6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c162b6 0%,#b34aa6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c162b6 0%,#b34aa6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c162b6 0%,#b34aa6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c162b6', endColorstr='#b34aa6',GradientType=0 ); /* IE6-9 */
    border: 1px solid #C162B6;
    border-radius: 4px;-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	color: #FFFFFF;
    display: block;
    font-weight: bold;
    padding: 8px 12px;
    position: absolute;
    text-transform: uppercase;
    top: 127px;
}
.jquery-slider-wrapper .caption a.link2
{
	background: #c162b6; /* Old browsers */
	background: -moz-linear-gradient(top,  #c162b6 0%, #b34aa6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c162b6), color-stop(100%,#b34aa6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c162b6 0%,#b34aa6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c162b6 0%,#b34aa6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c162b6 0%,#b34aa6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c162b6 0%,#b34aa6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c162b6', endColorstr='#b34aa6',GradientType=0 ); /* IE6-9 */
    border: 1px solid #C162B6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    color: #FFFFFF;
    display: block;
    float: left;
    font-weight: bold;
    padding: 8px 12px;
    position: absolute;
    text-transform: uppercase;
    top: 127px;
    width: auto;
}

.jquery-slider-wrapper .caption a.link:hover, .jquery-slider-wrapper .caption a.link2:hover
{
	text-decoration:none	
}

.jquery-slider-timer
{
  color:#FFFFFF;
  position:absolute;
  top:5px;
  right:5px;
  z-index:4;
  overflow:hidden;
  width:26px;
  height:26px;
}

.jquery-slider-timer-rotator
{
/*   background:url(images/jquery-slider-rotator-left.png) no-repeat 0 0; */
  overflow:hidden;
  width:26px;
  height:26px;
  position:absolute;
  top:0;
  left:-13px;
  z-index:3;
}

.jquery-slider-timer-mask
{
  overflow:hidden;
  width:13px;
  height:26px;
  position:absolute;
  top:0;
  right:0px;
  z-index:2;
}

.jquery-slider-timer-rotator-move
{
  left:0;
}

.jquery-slider-timer-mask-move
{
  width:26px;
  left:0;
/*   background:url(images/jquery-slider-rotator-right.png) no-repeat 0 0; */
}
