/* Slide image */

.thumbVideo
{
    background-position:0 0;
	background-repeat:no-repeat;
	float:left;
	height:90px;
	text-align:center;
	width:120px;
	margin-right:24px;
}

.thumbVideo ul, .thumbVideo li
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.thumbVideo ul
{
    position: absolute;
    height: 90px;
    width: 120px;
}

.thumbVideo li
{
    float: left;
    width: 12px;
    height: 90px;
    z-index: 1000;
	cursor:pointer;
}

.thumbVideo li a
{
	text-decoration: none;
	display:block;
	height:90px;
	width:12px;
}

.titreVideo{
	display:block;
	font-size:12px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	position:relative;
	top:90px;
	width:120px;
}

.titreVideo a {
	color:#000;
	text-decoration:none;
}

.containerVideo{
	display:block;
}

.img1
{
    left: -12px;
    background-position: -120px 0px;
}
.img2
{
    left: -24px;
    background-position: -240px 0px;
}
.img3
{
    left: -36px;
    background-position: -360px 0px;
}
.img4
{
    left: -48px;
    background-position: -480px 0px;
}
.img5
{
    left: -60px;
    background-position: -600px 0px;
}
.img6
{
    left: -72px;
    background-position: -720px 0px;
}
.img7
{
    left: -84px;
    background-position: -840px 0px;
}
.img8
{
    left: -96px;
    background-position: -960px 0px;
}
.img9
{
    left: -108px;
    background-position: -1080px 0px;
}

