 
 .slider_close {
            right: 17px;
            position: absolute;
            z-index: 999;
            top: 0;
            color:white;
            font-size: 36px;
            cursor: pointer;
        }
	.slider_popup {
    width: 100%;
    height: 100%;
    z-index: 99;
    border: none;
    margin-top: 20px;
    background-color: white;
    /* position: fixed; */
}

.slider_popup_products
{
width: 100%;
    height: 100%;
    z-index: 99;
    border: none;
    background-color: white;
position:fixed;

}
    
        .jsslider_container {
            /*display: none;*/
	height:760px;

        }

.jsslider_container_products
{

}

	
		.main_loader {
    width: 100%;
    height: 100%;
    background-color: white;
    position: absolute;
    top: 0;
    z-index: 99999;
    left: 0;
}
.slider_video
{
width:100%;
height:100%;
}

.video_container
{
position:relative;
}
.video_controls {
    position: absolute;
    left: 25%;
    top: 25%;
    width: 50%;
    border-radius: 5px;
    opacity: 0.8;

    height: 50%;
}
.video_play
{
cursor:pointer;
background:url(../img/play_button.png) no-repeat;
width:100%;
height:100%;
background-position:center;
}

.video_play:hover
{
background:url(../img/play_button_hover.png) no-repeat;
background-position:center;
}

.products_hover_div
{
    position: absolute;
    
    height: 60px;
    width: 120px;
    left: 0;
    
    top: 0;
}

#contact p
{
padding:1px !important;
}
