#myCarouselPrd .item{
	padding: 12px 0;
}
#myCarouselPrd .item img{
	margin: 0 auto;
}
#myCarouselPrd  .carousel-control.left{
	background:url("../images/icon_prev.png") no-repeat scroll left center;
}

#myCarouselPrd  .carousel-control.right{
	background:url("../images/icon_next.png") no-repeat scroll right center;
}
#myCarouselPrd  .carousel-caption{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    bottom: 0;
    left: 0;
    padding: 10px;
    right: 0;
    text-align: left;
    width: 100%;
    font-family: opensans;
}
#myCarouselPrd  .carousel-caption h3{
	margin-top: 0;
}
#myCarouselPrd  .carousel-caption h3 span{
	font-weight: bold;
	font-family: opensans;
}
#myCarouselPrd .carousel-indicators{
	bottom: -40px;
    left: auto;
    padding-right: 36px;
    right: 0;
    text-align: right;
}
#myCarouselPrd  .carousel-indicators li{
	 background-color: #dcdcdc;
	 border: #dcdcdc;
	 width: 12px;
	 height: 12px;
}
#myCarouselPrd  .carousel-indicators .active {
    background-color: #0083bf;
    border: #0083bf;
    margin: 1px;
   
}
.video-container {
    position: relative;
}

.play-icon-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px; /* Adjust size as needed */
    height: 50px;
    background-image: url('/images/youtubeplay.svg'); /* Use a play icon image */
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}
.lSPrev {
    display: inline-block;
    background-image: url('/images/previous.svg'); /* Replace with your icon path */
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}
.lSNext
{
    background-image: url(/images/previous.svg);
    background-size: cover;
    transform: scaleX(-1);
}