div.featureMediaGallery
{
    width: 100%;
}
div.featureMediaGallery h2.galleryTopHeader {
    text-align: right;
    font-size:22px;
    color:#000000;
    font-weight:bold;
	margin-bottom:10px;
	margin-top:20px;
}
div.featureMediaGallery div.contentDisplay
{
	position: relative;
    height:350px;
    width:100%;
    
    overflow: hidden;
}
div.featureMediaGallery div.contentDisplay:hover button
{
    display: block!important;
}
div.featureMediaGallery div.contentDisplay button
{
    display: none;
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 0;
    right: 0;
    border: none;
    background-color: #000000;
    background-image: url("/National_Library/oe_/https://cameri.co.il/xmedia-cameri/images/mg.png");
    opacity: 0.9;
    cursor: pointer;
background-repeat: no-repeat;
background-position: center;
}
div.featureMediaGallery a.buyTickets
{
   color: #ffffff;
    text-decoration: none;
    background-color: #000000;
    padding: 7px 12px;
    float: left;
    margin-top: 8px;
	margin-left:20px;
	font-size:12px;
}
div.featureMediaGallery div.contentDisplay img
{
    width:100%;
}
div.featureMediaGallery div.carouselContainer
{
	margin-top:10px;
	width:100%;
}
div.featureMediaGallery div.carouselContainer div.dotsControl
{
    margin:20px auto;
}
div.featureMediaGallery ul.mediasContainer li
{


}
div.featureMediaGallery ul.mediasContainer li div.mediaItem
{
    height: 130px;
    width: 130px;
    margin-bottom: 10px;
    cursor: pointer;
    border: 1px solid #d3d3d3;
    box-sizing: border-box;
	position:relative;
}


div.featureMediaGallery ul.mediasContainer li div.mediaItem div.play
{
	position:absolute;
	width:130px;
	height:130px;
	background-color:rgba(0,0,0,0.5);
	top:0;
	left:0;
	background-image:url(play.png);
	background-repeat:no-repeat;
	background-position:center;
}



div.featureMediaGallery ul.mediasContainer li div.mediaItem.selected
{
    border: 1px solid #000000;
}
div.featureMediaGallery ul.mediasContainer li div.mediaItem div.image
{
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: auto 100%;
}
div.featureMediaGallery .jcarousel-skin-default .jcarousel-container-horizontal
{
    padding: 0;
}
div.featureMediaGallery div.dot {
    background-color: #E3E3E3;
    width: 10px;
    height: 10px;
    float: left;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 5px;
}
div.featureMediaGallery div.dot.selected {
    background-color: #999;
    box-sizing: border-box;
    cursor: default;
}

.gallery iframe.youtube-player
{
	width:100%;
}