.allVidH{
margin-left:30px;
margin-top:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.allVidH .carousel-nav {
display:block;
position:relative;
float:left;
background:transparent url(./img/carousel-prev-next-3.png) no-repeat scroll 0 -16px;
height:162px !important;
overflow:hidden;
/*position:absolute;*/
width:24px !important;
z-index:50;
margin-bottom:4px;
cursor:pointer;
/*filter: alpha(opacity=60);*/
}
.allVidH .carousel-next {
background-position:-72px -16px;
margin:0;
margin-left:5px;
clear:right;

}
.allVidH a.carousel-next:hover {
/*background-position:-48px -16px;*/
}


.allVidH .carousel-prev {
margin:0;
background-position:0 -16px;
margin-right:5px;
}
.allVidH a.carousel-prev:hover {
/*background-position:-24px -16px;*/

}

.allVidH .goPrev .disabled{
background-position:-24px -16px;
}

.allVidH .goNext .disabled{
background-position:-48px -16px;
/*visibility:hidden;*/
}
.allVidH a.disabled{
cursor:default;
filter: alpha(opacity=70);
opacity:0.7;

}



.allVidH .carousel-nav .carousel-label {
display:block;
left:-50000%;
overflow:hidden;
position:absolute;
width:1px;
}