.mejs-container .mejs-controls {
box-shadow: none;
border-radius:60px;
height: 55px;
width: 55px;
margin: 8px 0px;
}
.mejs-controls .mejs-pause button:hover, .mejs-controls .mejs-play button:hover{
opacity:0.8;
}
.mejs-controls .mejs-pause button {
background:none;
background: transparent url(mep_pause2.png) no-repeat!important;
height: 51px;
width: 51px;
margin:16px 16px;
}
.mejs-controls .mejs-play button {
background:none;
background:transparent url(mep_play2.png) no-repeat!important;
height: 55px;
width: 55px;
margin:15px 19px;
}
.mejs-controls .mejs-play button, .mejs-controls .mejs-pause button{
position:relative;
top:-15px;
left:-19px;
background-position:19px 15px!important;
}
.mejs-time-rail {
width:400px;
top: 74px;
position: absolute;
left: -5px;
}
.mejs-time-total{
width:682px!important;
background:none!important;
}
.mejs-time-total {
width: 220px!important;
}
.mejs-time-loaded{
background:#c9c9c9!important;
background:-moz-linear-gradient(top,#c9c9c9 1%,#d6d6d6 100%)!important;
background:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#c9c9c9),color-stop(100%,#d6d6d6))!important;
background:-webkit-linear-gradient(top,#c9c9c9 1%,#d6d6d6 100%)!important;
background:-o-linear-gradient(top,#c9c9c9 1%,#d6d6d6 100%)!important;
background:-ms-linear-gradient(top,#c9c9c9 1%,#d6d6d6 100%)!important;
background:linear-gradient(to bottom,#c9c9c9 1%,#d6d6d6 100%)!important;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9c9c9',endColorstr='#d6d6d6',GradientType=0)!important;
}
.mejs-time-current{
background:#c9c9c9!important;
background:-moz-linear-gradient(top,#2c7c91 1%,#62b7d4 100%)!important;
background:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#2c7c91),color-stop(100%,#62b7d4))!important;
background:-webkit-linear-gradient(top,#2c7c91 1%,#62b7d4 100%)!important;
background:-o-linear-gradient(top,#2c7c91 1%,#62b7d4 100%)!important;
background:-ms-linear-gradient(top,#2c7c91 1%,#62b7d4 100%)!important;
background:linear-gradient(to bottom,#2c7c91 1%,#62b7d4 100%)!important;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c7c91',endColorstr='#62b7d4',GradientType=0);
}
.mejs-controls .mejs-time-rail span{
border-radius:4px;
box-shadow:0px 1px 0 0 #fff;
-moz-box-shadow:0px 1px 0 0 #fff;
-webkit-box-shadow:0px 1px 0 0 #fff;
-o-box-shadow:0px 1px 0 0 #fff;
}
.info_wish, .info_li, .voir, .ligne_info{
height:35px;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
background:rgb(211,211,211)!important;
background:-moz-linear-gradient(top,rgba(211,211,211,1) 1%,rgba(230,230,230,1) 100%)!important;
background:-webkit-gradient(linear,left top,left bottom,color-stop(1%,rgba(211,211,211,1)), color-stop(100%,rgba(230,230,230,1)))!important;
background:-webkit-linear-gradient(top,rgba(211,211,211,1) 1%,rgba(230,230,230,1) 100%)!important;
background:-o-linear-gradient(top,rgba(211,211,211,1) 1%,rgba(230,230,230,1) 100%)!important;
background:-ms-linear-gradient(top,rgba(211,211,211,1) 1%,rgba(230,230,230,1) 100%)!important;
background:linear-gradient(to bottom,rgba(211,211,211,1) 1%,rgba(230,230,230,1) 100%)!important;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d3d3d3',endColorstr='#e6e6e6',GradientType=0)!important;
display:block!important;
}
.mejs-controls .mejs-time-rail .mejs-time-handle {
display:block;
position: absolute;
margin: 0;
width: 15px;
height: 15px;
background:rgb(255,255,255)!important;
background:-moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(213,213,213,1) 100%)!important;
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(213,213,213,1)))!important;
background:-webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(213,213,213,1) 100%)!important;
background:-o-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(213,213,213,1) 100%)!important;
background:-ms-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(213,213,213,1) 100%)!important;
background:linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(213,213,213,1) 100%)!important;
/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#d5d5d5',GradientType=0);
*/-webkit-border-radius:10px;
-moz-border-radius:5px;
border-radius:10px;
cursor:pointer;
box-shadow:0px 1px 0 0 #fff;
-webkit-box-shadow:0px 1px 0 0 #fff;
-o-box-shadow:0px 1px 0 0 #fff;
-moz-box-shadow:0px 1px 0 0 #fff;
border:1px solid #ccc!important;
top:-3px;
}
.mejs-controls .mejs-time-rail .mejs-time-handle:hover > span {
display:block;
}

