figure {
	display: inline-block;
	background-color:#000;
}
#slideshow {
	position: relative;
	width: 220px;
	height: 360px;
	padding: 0px;
	margin: 0 auto 2em;
	background: #000000;
}
#slideshow:before, #slideshow:after {
	position: absolute;
	display:block;
	bottom:16px;
	width: 50%;
	height: 20px;
	content: " ";
	z-index: -10;
}
#slideshow:before {
	left:0;
	-webkit-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
}
#slideshow:after {
	right:0;
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	-ms-transform: rotate(4deg);
	-o-transform: rotate(4deg);
}
#slideshow .commands {
	position: absolute;
	top: 45%;
	padding: 5px 13px;
	border-bottom:0;
	font-family: 'Amaranth', Arial, Verdana, sans-serif;
	font-size: 1.3em;
	color: #aaa;
	text-decoration:none;
	background-color: #000000;
}
#slideshow .commands:after {
	position: absolute;
	bottom: 65px;
	left:-18px;
	content: attr(title);
	width: 50px;
	padding: 12px;
	background: #000000;
	font-family: Georgia, Times, serif;
	font-size: 14px;
	text-align:center;
	text-shadow: 0 0 0;
	opacity: 0;
}
#slideshow .commands:before {
	position: absolute;
	bottom: 55px;
	left: 13px;
	content: " ";
	width: 1px;
	height: 1px;
	z-index:100;
	opacity: 0;
}
#slideshow .commands:hover:before {
	bottom: 35px;
	opacity: 1;
}
#slideshow .commands:hover:after {
	bottom: 45px;
	opacity: 1;
}
#slideshow .commands:focus {
	outline: 0;
	-webkit-transform: translate(1px, 2px);
	-moz-transform: translate(1px, 2px);
	-ms-transform: translate(1px, 2px);
	-o-transform: translate(1px, 2px);
	transform: translate(1px, 2px);
}
#slideshow .commands:active {
	-webkit-transform: translate(0, 1px);
	-moz-transform: translate(0, 1px);
	-ms-transform: translate(0, 1px);
	-o-transform: translate(0, 1px);
	transform: translate(0, 1px);
}
#slideshow .prev {
	left: -48px;
}
#slideshow .next {
	right: -48px;
}
#slideshow .prev, #slideshow .next {
	display:none;
}
#slideshow .prev, #slideshow .next {
	display:none;
}
#slideshow .commands1 {
	display: block;
}
/* play/pause commands */
.play_commands {
	position: absolute;
	width: 22px;
	height: 22px;
	top: 25px;
	right: 25px;
	z-index: 10;
	text-indent: -9999px;
	border:0 none;
	opacity: 0;
	-webkit-transition: opacity 1s, right 1s;
	-moz-transition: opacity 1s, right 1s;
	transition: opacity 1s, right 1s;
}
.play {
	right: 55px;
	cursor: default;
}
.pause:hover {
	border:0 none;
}
.play_commands:focus {
	outline:0;
}
 #slideshow:hover .pause, #sl_play:target ~ #slideshow:hover .pause, .play_commands:focus {
 opacity: 1;
}
.sl_command:target ~ #slideshow:hover .pause, #sl_pause:target ~ #slideshow:hover .pause {
 opacity: 0;
}
.pause:after, .pause:before {
	position: absolute;
	display: block;
	content: " ";
	top:0;
	width:38%;
	height: 22px;
	background: #000000;
	background: rgba(255, 255, 255, 0.5);
}
.pause:after {
	right:0;
}
.pause:before {
	left:0;
}
.play {
	width: 1px;
	height: 1px;
	border-top: 10px solid transparent;
	border-left: 20px solid #fff;
	border-left: 20px solid rgba(255, 255, 255, 0.5);
	border-bottom: 10px solid transparent;
	opacity: 0;
}
.play:hover, .play:focus {
	border-bottom: 10px solid transparent;
}
#slideshow .container {
	position:relative;
	width: 220px;
	height: 360px;
	overflow: hidden;
}
/* timeline base */
#slideshow .container:after {
	position:absolute;
	bottom: 0;
	left:0;
	content: " ";
	background: #000000;
	width: 100%;
	height: 0px;
}
 @-webkit-keyframes slider {
 0%, 20%, 100% {
left: 0
}
 25%, 45% {
left: -100%
}
 50%, 70% {
left: -200%
}
 75%, 95% {
left: -300%
}
}
@-moz-keyframes slider {
 0%, 20%, 100% {
left: 0
}
 25%, 45% {
left: -100%
}
 50%, 70% {
left: -200%
}
 75%, 95% {
left: -300%
}
}
@keyframes slider {
 0%, 20%, 100% {
left: 0
}
 25%, 45% {
left: -100%
}
 50%, 70% {
left: -200%
}
 75%, 95% {
left: -300%
}
}
#slideshow .slider {
	position: absolute;
	left:0;
	top:0;
	width: 400%;
	height: 310px;
	-webkit-animation: slider 32s infinite;
	-moz-animation: slider 32s infinite;
	animation: slider 32s infinite;
}
.sl_i:target ~ #slideshow .slider {
 -webkit-transition: left 1s;
 -moz-transition: left 1s;
 transition: left 1s;
}
.sl_command:target ~ #slideshow .slider {
 -webkit-transition: opacity 1s;
 -moz-transition: opacity 1s;
 transition: opacity 1s;
}
#slideshow .c_slider {
	position: absolute;
	left:0;
	top:0;
	width: 400%;
	height: 360px;
	background: url(images/affiches-cinema/la-duchesse-de-varsovie.jpg) 0 0 no-repeat,
				url(images/affiches-cinema/on-est-vivants.jpg) 220px 0 no-repeat,
				url(images/affiches-cinema/quelque-chose-a-te-dire.jpg) 440px 0 no-repeat,
	            url(images/affiches-cinema/48h.jpg) 660px 0 no-repeat,
				url(images/affiches-cinema/zone-libre.jpg) 880px 0 no-repeat,
				url(images/affiches-cinema/iznogoud.jpg) 1100px 0 no-repeat,
				url(images/affiches-cinema/le-demon-de-midi.jpg) 1320px 0 no-repeat,
				url(images/affiches-cinema/full-frontal.jpg) 1540px 0 no-repeat,
				url(images/affiches-cinema/skydance.jpg) 1760px 0 no-repeat,
				url(images/affiches-cinema/le-chant-de-la-noria.jpg) 1980px 0 no-repeat,
				url(images/affiches-cinema/deuxieme-vie.jpg) 2200px 0 no-repeat,
				url(images/affiches-cinema/je-veux-tout.jpg) 2420px 0 no-repeat,
				url(images/affiches-cinema/hygiene-de-l-assassin.jpg) 2640px 0 no-repeat,
				url(images/affiches-cinema/bruits-d-amour.jpg) 2860px 0 no-repeat,
				url(images/affiches-cinema/amour-et-confusions.jpg) 3080px 0 no-repeat,
				url(images/affiches-cinema/xy.jpg) 3300px 0 no-repeat,
				url(images/affiches-cinema/elles-ne-pensent-qu-a-ca.jpg) 3520px 0 no-repeat,
				url(images/affiches-cinema/neuf-mois.jpg) 3740px 0 no-repeat,
				url(images/affiches-cinema/de-zevende-hemel.jpg) 3960px 0 no-repeat,
				url(images/affiches-cinema/genial-mes-parents-divorcent.jpg) 4180px 0 no-repeat,
				url(images/affiches-cinema/j-aurai-jamais-du-croiser-son-regard.jpg) 4400px 0 no-repeat,
				url(images/affiches-cinema/residence-surveillee.jpg) 4620px 0 no-repeat
				
				;
}
.sl_i:target ~ #slideshow .c_slider {
 -webkit-transition: background 1s;
 -moz-transition: background 1s;
 transition: background 1s;
}
#slideshow figure {
	position:relative;
	padding:0;
	margin:0;
}
 @-webkit-keyframes figurer {
 0%, 25%, 50%, 75%, 100% {
-webkit-box-shadow: 0 0 65px rgba(0, 0, 0, 0) inset;
box-shadow: 0 0 65px rgba(0, 0, 0, 0) inset;
}
 5%, 20%, 30%, 45%, 55%, 70%, 80%, 95% {
-webkit-box-shadow: 0 0 65px rgba(0, 0, 0, 0.5) inset;
box-shadow: 0 0 65px rgba(0, 0, 0, 0.5) inset;
}
}
@-moz-keyframes figurer {
 0%, 25%, 50%, 75%, 100% {
-moz-box-shadow: 0 0 65px rgba(0, 0, 0, 0) inset;
box-shadow: 0 0 65px rgba(0, 0, 0, 0) inset;
}
 5%, 20%, 30%, 45%, 55%, 70%, 80%, 95% {
-moz-box-shadow: 0 0 65px rgba(0, 0, 0, 0.5) inset;
box-shadow: 0 0 65px rgba(0, 0, 0, 0.5) inset;
}
}
@keyframes figurer {
 0%, 25%, 50%, 75%, 100% {
-moz-box-shadow: 0 0 65px rgba(0, 0, 0, 0) inset;
box-shadow: 0 0 65px rgba(0, 0, 0, 0) inset;
}
 5%, 20%, 30%, 45%, 55%, 70%, 80%, 95% {
-moz-box-shadow: 0 0 65px rgba(0, 0, 0, 0.5) inset;
box-shadow: 0 0 65px rgba(0, 0, 0, 0.5) inset;
}
}
#slideshow figure:after {
	position: absolute;
	display:block;
	content: " ";
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 65px rgba(0, 0, 0, 0.5) inset;
	-moz-box-shadow: 0 0 65px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0 0 65px rgba(0, 0, 0, 0.5) inset;
	-webkit-animation: figurer 32s infinite;
	-moz-animation: figurer 32s infinite;
	animation: figurer 32s infinite;
}
 @-webkit-keyframes figcaptionner {
 0%, 25%, 50%, 75%, 100% {
bottom: -55px;
}
 5%, 20%, 30%, 45%, 55%, 70%, 80%, 95% {
bottom: 5px;
}
}
@-moz-keyframes figcaptionner {
 0%, 25%, 50%, 75%, 100% {
bottom: -55px;
}
 5%, 20%, 30%, 45%, 55%, 70%, 80%, 95% {
bottom: 5px;
}
}
@keyframes figcaptionner {
 0%, 25%, 50%, 75%, 100% {
bottom: -55px;
}
 5%, 20%, 30%, 45%, 55%, 70%, 80%, 95% {
bottom: 5px;
}
}
#slideshow figcaption {
	position:absolute;
	padding: 20px 20px;
	margin:0;
	left:0;
	right:0;
	bottom: 5px;
	text-align:center;
	letter-spacing: 0.05em;
	word-spacing: 0.05em;
	font-family: Georgia, Times, serif;
	background: #000;
	background: rgba(255, 255, 255, 0.7);
	border-top: 1px solid rgb(225,225,225);
	color: #555;
	text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.3);
	-webkit-animation: figcaptionner 32s infinite;
	-moz-animation: figcaptionner 32s infinite;
	animation: figcaptionner 32s infinite;
}
 @-webkit-keyframes timeliner {
 0%, 25%, 50%, 75%, 100% {
width: 0;
}
 20%, 45%, 70%, 90% {
width: 220px;
}
}
@-moz-keyframes timeliner {
 0%, 25%, 50%, 75%, 100% {
width: 0;
}
 20%, 45%, 70%, 90% {
width: 220px;
}
}
@keyframes timeliner {
 0%, 25%, 50%, 75%, 100% {
width: 0;
}
 20%, 45%, 70%, 90% {
width: 220px;
}
}
#timeline {
	position: absolute;
	background: #000000;
	bottom: 15px;
	left: 15px;
	height: 1px;
	background: rgb(214,98,13);
	background: rgba(214, 98, 13, .8);
	width: 0;
	-webkit-animation: timeliner 32s infinite;
	-moz-animation: timeliner 32s infinite;
	animation: timeliner 32s infinite;
}


/* need a stop ! */

/* actions when target ! */
.sl_command {
	display: none;
}
 .sl_command:target ~ #slideshow .slider, .sl_command:target ~ #slideshow figure:after, .sl_command:target ~ #slideshow figcaption, .sl_command:target ~ #slideshow #timeline, .sl_command:target ~ #slideshow .dots_commands li:first-child a:after {
 -webkit-animation-play-state: paused;
 -moz-animation-play-state: paused;
 animation-play-state: paused;
}
 #sl_play:target ~ #slideshow .slider, #sl_play:target ~ #slideshow figure:after, #sl_play:target ~ #slideshow figcaption, #sl_play:target ~ #slideshow #timeline, #sl_play:target ~ #slideshow .dots_commands li:first-child a:after {
 -webkit-animation-play-state: running;
 -moz-animation-play-state: running;
 animation-play-state: running;
}
 .sl_command:target ~ #slideshow .pause {
opacity:0;
}
.sl_command:target ~ #slideshow .play {
opacity:1;
right: 25px;
cursor: pointer;
}
#sl_play:target ~ #slideshow .pause {
opacity:0;
}
#sl_play:target ~ #slideshow .play {
opacity:0;
right: 55px;
cursor: default;
}
 .sl_i:target ~ #slideshow .slider {
visibility: hidden
}
.sl_i:target ~ #slideshow .slider figcaption {
visibility: hidden
}
.sl_i:target ~ #slideshow .dots_commands li:first-child a:after {
display:none;
}
.sl_i:target ~ #slideshow .dots_commands li:first-child a:before {
display:block;
}
}
 #sl_i1:target ~ #slideshow .commands {
display: none;
}
#sl_i1:target ~ #slideshow .commands1 {
display: block;
}
#sl_i1:target ~ #slideshow .c_slider {
background-position: 0 0, 220px 0, 440px 0, 660px 0, 880px 0, 1100px 0, 1320px 0, 1540px 0, 1760px 0, 1980px 0, 2200px 0, 2420px 0, 2640px 0, 2860px 0, 3080px 0, 3300px 0, 3520px 0, 3740px 0, 3960px 0, 4180px 0, 4400px 0, 4620px 0;
}
#sl_i1:target ~ #slideshow .dots_commands li:first-child a:before {
left:0;
}
 #sl_i2:target ~ #slideshow .commands {
display: none;
}
#sl_i2:target ~ #slideshow .commands2 {
display: block;
}
#sl_i2:target ~ #slideshow .c_slider {
background-position: -220px 0, 0 0, 220px 0, 440px 0, 660px 0, 880px 0, 1100px 0, 1320px 0, 1540px 0, 1760px 0, 1980px 0, 2200px 0, 2420px 0, 2640px 0, 2860px 0, 3080px 0, 3300px 0, 3520px 0, 3740px 0, 3960px 0, 4180px 0, 4400px 0;
}
#sl_i2:target ~ #slideshow .dots_commands li:first-child a:before {
left:18px;
}
 #sl_i3:target ~ #slideshow .commands {
display: none;
}
#sl_i3:target ~ #slideshow .commands3 {
display: block;
}
#sl_i3:target ~ #slideshow .c_slider {
background-position: -440px 0, -220px 0, 0 0, 220px 0, 440px 0, 660px 0, 880px 0, 1100px 0, 1320px 0, 1540px 0, 1760px 0, 1980px 0, 2200px 0, 2420px 0, 2640px 0, 2860px 0, 3080px 0, 3300px 0, 3520px 0, 3740px 0, 3960px 0, 4180px 0;
}
#sl_i3:target ~ #slideshow .dots_commands li:first-child a:before {
left:36px;
}
 #sl_i4:target ~ #slideshow .commands {
display: none;
}
#sl_i4:target ~ #slideshow .commands4 {
display: block;
}
#sl_i4:target ~ #slideshow .c_slider {
background-position: -660px 0, -440px 0, -220px 0, 0 0, 220px 0, 440px 0, 660px 0, 880px 0, 1100px 0, 1320px 0, 1540px 0, 1760px 0, 1980px 0, 2200px 0, 2420px 0, 2640px 0, 2860px 0, 3080px 0, 3300px 0, 3520px 0, 3740px 0, 3960px 0;
}
#sl_i4:target ~ #slideshow .dots_commands li:first-child a:before {
left:54px;
}


 #sl_i5:target ~ #slideshow .commands {
display: none;
}
#sl_i5:target ~ #slideshow .commands5 {
display: block;
}
#sl_i5:target ~ #slideshow .c_slider {
background-position: -880px 0, -660px 0, -440px 0, -220px 0, 0 0, 220px 0, 440px 0, 660px 0, 880px 0, 1100px 0, 1320px 0, 1540px 0, 1760px 0, 1980px 0, 2200px 0, 2420px 0, 2640px 0, 2860px 0, 3080px 0, 3300px 0, 3520px 0, 3740px 0;
}
#sl_i5:target ~ #slideshow .dots_commands li:first-child a:before {
left:72px;
}



 #sl_i6:target ~ #slideshow .commands {
display: none;
}
#sl_i6:target ~ #slideshow .commands6 {
display: block;
}
#sl_i6:target ~ #slideshow .c_slider {
background-position: -1100px 0, -880px 0, -660px 0, -440px 0, -220px 0, 0 0, 220px 0, 440px 0, 660px 0, 880px 0, 1100px 0, 1320px 0, 1540px 0, 1760px 0, 1980px 0, 2200px 0, 2420px 0, 2640px 0, 2860px 0, 3080px 0, 3300px 0, 3520px 0;
}
#sl_i6:target ~ #slideshow .dots_commands li:first-child a:before {
left:90px;
}



 #sl_i7:target ~ #slideshow .commands {
display: none;
}
#sl_i7:target ~ #slideshow .commands7 {
display: block;
}
#sl_i7:target ~ #slideshow .c_slider {
background-position: -1320px 0, -1100px 0, -880px 0, -660px 0, -440px 0, -220px 0, 0 0, 220px 0, 440px 0, 660px 0, 880px 0, 1100px 0, 1320px 0, 1540px 0, 1760px 0, 1980px 0, 2200px 0, 2420px 0, 2640px 0, 2860px 0, 3080px 0, 3300px 0;
}
#sl_i7:target ~ #slideshow .dots_commands li:first-child a:before {
left:108px;
}



 #sl_i8:target ~ #slideshow .commands {
display: none;
}
#sl_i8:target ~ #slideshow .commands8 {
display: block;
}
#sl_i8:target ~ #slideshow .c_slider {
background-position: -1540px 0, -1320px 0, -1100px 0, -880px 0, -660px 0, -440px 0, -220px 0, 0 0, 220px 0, 440px 0, 660px 0, 880px 0, 1100px 0, 1320px 0, 1540px 0, 1760px 0, 1980px 0, 2200px 0, 2420px 0, 2640px 0, 2860px 0, 3080px 0;
}
#sl_i8:target ~ #slideshow .dots_commands li:first-child a:before {
left:126px;
}



 #sl_i9:target ~ #slideshow .commands {
display: none;
}
#sl_i9:target ~ #slideshow .commands9 {
display: block;
}
#sl_i9:target ~ #slideshow .c_slider {
background-position: -1760px 0, -1540px 0, -1320px 0, -1100px 0, -880px 0, -660px 0, -440px 0, -220px 0, 0 0, 220px 0, 440px 0, 660px 0, 880px 0, 1100px 0, 1320px 0, 1540px 0, 1760px 0, 1980px 0, 2200px 0, 2420px 0, 2640px 0, 2860px 0;
}
#sl_i9:target ~ #slideshow .dots_commands li:first-child a:before {
left:144px;
}



 #sl_i10:target ~ #slideshow .commands {
display: none;
}
#sl_i10:target ~ #slideshow .commands10 {
display: block;
}
#sl_i10:target ~ #slideshow .c_slider {
background-position: -1980px 0, -1760px 0, -1540px 0, -1320px 0, -1100px 0, -880px 0, -660px 0, -440px 0, -220px 0, 0 0, 220px 0, 440px 0, 660px 0, 880px 0, 1100px 0, 1320px 0, 1540px 0, 1760px 0, 1980px 0, 2200px 0, 2420px 0, 2640px 0;
}
#sl_i10:target ~ #slideshow .dots_commands li:first-child a:before {
left:162px;
}



 #sl_i11:target ~ #slideshow .commands {
display: none;
}
#sl_i11:target ~ #slideshow .commands11 {
display: block;
}
#sl_i11:target ~ #slideshow .c_slider {
background-position: -2200px 0, -1980px 0, -1760px 0, -1540px 0, -1320px 0, -1100px 0, -880px 0, -660px 0, -440px 0, -220px 0, 0 0, 220px 0, 440px 0, 660px 0, 880px 0, 1100px 0, 1320px 0, 1540px 0, 1760px 0, 1980px 0, 2200px 0, 2420px 0;
}
#sl_i11:target ~ #slideshow .dots_commands li:first-child a:before {
left:180px;
}



 #sl_i12:target ~ #slideshow .commands {
display: none;
}
#sl_i12:target ~ #slideshow .commands12 {
display: block;
}
#sl_i12:target ~ #slideshow .c_slider {
background-position: -2420px 0, -2200px 0, -1980px 0, -1760px 0, -1540px 0, -1320px 0, -1100px 0, -880px 0, -660px 0, -440px 0, -220px 0, 0 0, 220px 0, 440px 0, 660px 0, 880px 0, 1100px 0, 1320px 0, 1540px 0, 1760px 0, 1980px 0, 2200px 0;
}
#sl_i12:target ~ #slideshow .dots_commands li:first-child a:before {
left:198px;
}



 #sl_i13:target ~ #slideshow .commands {
display: none;
}
#sl_i13:target ~ #slideshow .commands13 {
display: block;
}
#sl_i13:target ~ #slideshow .c_slider {
background-position: -2640px 0,-2420px 0, -2200px 0, -1980px 0, -1760px 0, -1540px 0, -1320px 0, -1100px 0, -880px 0, -660px 0, -440px 0, -220px 0, 0 0, 220px 0, 440px 0, 660px 0, 880px 0, 1100px 0, 1320px 0, 1540px 0, 1760px 0, 1980px 0;
}
#sl_i13:target ~ #slideshow .dots_commands li:first-child a:before {
left:216px;
}



 #sl_i14:target ~ #slideshow .commands {
display: none;
}
#sl_i14:target ~ #slideshow .commands14 {
display: block;
}
#sl_i14:target ~ #slideshow .c_slider {
background-position: -2860px 0, -2640px 0,-2420px 0, -2200px 0, -1980px 0, -1760px 0, -1540px 0, -1320px 0, -1100px 0, -880px 0, -660px 0, -440px 0, -220px 0, 0 0, 220px 0, 440px 0, 660px 0, 880px 0, 1100px 0, 1320px 0, 1540px 0, 1760px 0;
}
#sl_i14:target ~ #slideshow .dots_commands li:first-child a:before {
left:234px;
}



 #sl_i15:target ~ #slideshow .commands {
display: none;
}
#sl_i15:target ~ #slideshow .commands15 {
display: block;
}
#sl_i15:target ~ #slideshow .c_slider {
background-position: -3080px 0, -2860px 0, -2640px 0,-2420px 0, -2200px 0, -1980px 0, -1760px 0, -1540px 0, -1320px 0, -1100px 0, -880px 0, -660px 0, -440px 0, -220px 0, 0 0, 220px 0, 440px 0, 660px 0, 880px 0, 1100px 0, 1320px 0, 1540px 0;
}
#sl_i15:target ~ #slideshow .dots_commands li:first-child a:before {
left:252px;
}



 #sl_i16:target ~ #slideshow .commands {
display: none;
}
#sl_i16:target ~ #slideshow .commands16 {
display: block;
}
#sl_i16:target ~ #slideshow .c_slider {
background-position: -3300px 0, -3080px 0, -2860px 0, -2640px 0,-2420px 0, -2200px 0, -1980px 0, -1760px 0, -1540px 0, -1320px 0, -1100px 0, -880px 0, -660px 0, -440px 0, -220px 0, 0 0, 220px 0, 440px 0, 660px 0, 880px 0, 1100px 0, 1320px 0;
}
#sl_i16:target ~ #slideshow .dots_commands li:first-child a:before {
left:270px;
}



 #sl_i17:target ~ #slideshow .commands {
display: none;
}
#sl_i17:target ~ #slideshow .commands17 {
display: block;
}
#sl_i17:target ~ #slideshow .c_slider {
background-position: -3520px 0, -3300px 0, -3080px 0, -2860px 0, -2640px 0,-2420px 0, -2200px 0, -1980px 0, -1760px 0, -1540px 0, -1320px 0, -1100px 0, -880px 0, -660px 0, -440px 0, -220px 0, 0 0, 220px 0, 440px 0, 660px 0, 880px 0, 1100px 0;
}
#sl_i17:target ~ #slideshow .dots_commands li:first-child a:before {
left:288px;
}


 #sl_i18:target ~ #slideshow .commands {
display: none;
}
#sl_i18:target ~ #slideshow .commands18 {
display: block;
}
#sl_i18:target ~ #slideshow .c_slider {
background-position: -3740px 0, -3520px 0, -3300px 0, -3080px 0, -2860px 0, -2640px 0,-2420px 0, -2200px 0, -1980px 0, -1760px 0, -1540px 0, -1320px 0, -1100px 0, -880px 0, -660px 0, -440px 0, -220px 0, 0 0, 220px 0, 440px 0, 660px 0, 880px 0;
}
#sl_i18:target ~ #slideshow .dots_commands li:first-child a:before {
left:306px;
}



 #sl_i19:target ~ #slideshow .commands {
display: none;
}
#sl_i19:target ~ #slideshow .commands19 {
display: block;
}
#sl_i19:target ~ #slideshow .c_slider {
background-position:  -3960px 0, -3740px 0, -3520px 0, -3300px 0, -3080px 0, -2860px 0, -2640px 0,-2420px 0, -2200px 0, -1980px 0, -1760px 0, -1540px 0, -1320px 0, -1100px 0, -880px 0, -660px 0, -440px 0, -220px 0, 0 0, 220px 0, 440px 0, 660px 0;
}
#sl_i19:target ~ #slideshow .dots_commands li:first-child a:before {
left:324px;
}



 #sl_i20:target ~ #slideshow .commands {
display: none;
}
#sl_i20:target ~ #slideshow .commands20 {
display: block;
}
#sl_i20:target ~ #slideshow .c_slider {
background-position: -4180px 0, -3960px 0, -3740px 0, -3520px 0, -3300px 0, -3080px 0, -2860px 0, -2640px 0,-2420px 0, -2200px 0, -1980px 0, -1760px 0, -1540px 0, -1320px 0, -1100px 0, -880px 0, -660px 0, -440px 0, -220px 0, 0 0, 440px 0;
}
#sl_i20:target ~ #slideshow .dots_commands li:first-child a:before {
left:342px;
}

 #sl_i21:target ~ #slideshow .commands {
display: none;
}
#sl_i21:target ~ #slideshow .commands21 {
display: block;
}
#sl_i21:target ~ #slideshow .c_slider {
background-position: -4400px 0, -4180px 0, -3960px 0, -3740px 0, -3520px 0, -3300px 0, -3080px 0, -2860px 0, -2640px 0,-2420px 0, -2200px 0, -1980px 0, -1760px 0, -1540px 0, -1320px 0, -1100px 0, -880px 0, -660px 0, -440px 0, -220px 0, 0 0, 220px 0;
}
#sl_i21:target ~ #slideshow .dots_commands li:first-child a:before {
left:360px;
}


 #sl_i22:target ~ #slideshow .commands {
display: none;
}
#sl_i22:target ~ #slideshow .commands22 {
display: block;
}
#sl_i22:target ~ #slideshow .c_slider {
background-position: -4620px 0, -4400px 0, -4180px 0, -3960px 0, -3740px 0, -3520px 0, -3300px 0, -3080px 0, -2860px 0, -2640px 0,-2420px 0, -2200px 0, -1980px 0, -1760px 0, -1540px 0, -1320px 0, -1100px 0, -880px 0, -660px 0, -440px 0, -220px 0, 0 0;
}
#sl_i22:target ~ #slideshow .dots_commands li:first-child a:before {
left:378px;
}


