/*
    anythingSlider v1.2
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/
.anythingSlider                         { width: 100%; height: inherit; position: relative; margin: 0; }
.anythingSlider .wrapper                { width: 100%; overflow: hidden; height: inherit; margin: 0; position: absolute; top: 0; left: 0; }

                                        /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; /*background: #eee; border-top: 3px solid #e0a213; border-bottom: 3px solid #e0a213;*/ margin: 0; }
.anythingSlider .wrapper ul li          { display: block; float: left; padding: 0; height: 317px; width: 960px; margin: 0; padding: 18px 0 0 20px; }
#home-photographie .wrapper ul li,
#home-audiovisuel .wrapper ul li {
  height: 380px;
}
#home-photographie .wrapper ul li {
  padding-left: 13px;
  width: 470px;	
}
#home-audiovisuel .wrapper ul li {
  padding-left: 38px;
  width: 440px;
}
#same-category .wrapper ul li {
  padding-left: 17px;
  width: 705px;
}
.anythingSlider .arrow { 
	 display: block; 
	 height: 50px; 
	 width: 40px; 
	 background: url(../../../images/h1-arrow-left.jpg) no-repeat 0 0; 
	 text-indent: -9999px; 
	 position: absolute; 
	 top: -345px; 
	 cursor: pointer; 
}
.anythingSlider .arrow:hover  {
	background-position: 0 -50px; 
}
.anythingSlider .forward { 
	background-position: 0 0; 
	right: 0px;
	background: url(../../../images/h1-arrow-right.jpg) no-repeat 0 0;  
}
.anythingSlider .back { 
	background-position: 0 0; 
	right: 40px;
}
.anythingSlider .forward:hover { 

}
.anythingSlider .back:hover { 
 
}

#home-photographie .arrow,
#home-audiovisuel .arrow {
  top: -486px;
}

.thumbNav                               { position: relative; top: 294px; text-align: center; z-index: 1000; }
.thumbNav li                            { display: inline; }
.thumbNav a {
	display: inline-block;
	height: 16px;
	width: 16px; 
	background: transparent url(../../../images/page-bullet.png) 0 -16px no-repeat;
	text-indent: -9999px;  
}
.thumbNav a:hover {
	background-position: 0 0; 
}
.thumbNav a.cur { 
	background-position: 0 0; 
}

#home-photographie .thumbNav,
#home-audiovisuel .thumbNav {
  top: 435px;
}


.start-stop                             { z-index: 10; background: green; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
.start-stop.playing                     { background-color: red; }
.start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }
