#slider {
    display: none;
	height: 100%;
    width: 100%;
	position: fixed;
	left: 0;	
	right: 0;
	top: 0;
	bottom: 0;
	/*z-index: 5001;*/
	z-index: 999999;
    min-width: 320px;
    min-height: 240px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
#slider div.slider-overlay {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
	left: 0;	
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
    background: #000000;
}
#slider.slider-loading div.slider-overlay {
    background: #000000 50% 50% no-repeat url('images/slider-loader.gif');
}
#slider div.slider-image-holder {
    display: none;
    position: absolute;
    height: 0;
    width: 0;
	left: 0;
	top: 0;
	z-index: 41;
    margin-top: -20px;
}
#slider div.slider-image-cache {
    display: none;
}
#slider div.slider-image-holder img {
    display: block;
}
#slider div.slider-image-holder img.slider-clickable {
    cursor: pointer;
}
#slider a.slider-zoom {
    display: none;
    text-decoration: none;
    width: 37px;
    height: 37px;
    background: 0% 0% no-repeat url('images/slider-zoom-new.png');
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 80;
}
#slider div.slider-image-holder:hover a.slider-zoom {
    display: block;
}

#slider a.slider-close {
    display: block;
    text-decoration: none;
    width: 19px;
    height: 19px;
    background: 0% 0% no-repeat url('images/slider-close.png');
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 50;
}
#slider a.slider-next {
    display: none;
    text-decoration: none;
    width: 43px;
    height: 42px;
    background: 0% 0% no-repeat url('images/slider-next.png');
    position: absolute;
    bottom: 22px;
    right: 50px;
    z-index: 60;
}
#slider a.slider-prev {
    display: none;
    text-decoration: none;
    width: 43px;
    height: 42px;
    background: 0% 0% no-repeat url('images/slider-prev.png');
    position: absolute;
    bottom: 22px;
    left: 50px;
    z-index: 60;
}

#slider div.slider-name {
    display: none;
    position: absolute;
    height: 19px;
	left: 130px;	
	right: 130px;
	bottom: 33px;
	z-index: 50;
    overflow: hidden;
    text-align: center;
}
#slider div.slider-name span {
    display: inline-block;
    height: 19px;
    line-height: 19px;
    color: #ffffff;
    font-size: 15px;
    white-space: nowrap;
    background: 0% 0% repeat url('images/slider-name-back.png');
    padding: 0 15px;
}

#slider div.slider-screen-next {
    position: absolute;
    width: 50%;
    height: 100%;
	right: 0;
	top: 0;
	z-index: 40;
}
#slider div.slider-screen-prev {
    position: absolute;
    width: 50%;
    height: 100%;
	left: 0;
	top: 0;
	z-index: 40;
}
#slider div.slider-image-holder
{
	text-align: center;
}
#slider div.slider-image-holder  span.video {
    background: url("images/icon-video-large.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 91px;
    left: 50%;
    margin-left: -45px;
    margin-top: -46px;
    position: absolute;
    top: 50%;
    width: 92px;
    z-index: 10;
}

#slider .video_frame iframe {
	width: 640px;
	height: 360px;
}
@media only screen and (max-width: 700px) {
#slider .video_frame iframe {
	width: 320px;
	height: 180px;
}	

}