﻿#interstitialClose {
    background-image: url('/Content/themes/base/images/fancybox_sprite_services.png') !important;
}

a#interstitialWrapperContinueLink:hover #continueBar,
a#interstitialWrapperContinueLink:hover #continueBar #continueInfo 
{
    background-color: #595959;
}

#interstitialWallpaperClose
{
	background-image: url('/Content/themes/base/images/fancybox_sprite_services.png') !important;
	position: absolute;
    top: 10px;
    right: 10px;
    z-index: 100000;
    display: none;
}

#interstitialWrapper #continueBar
{
    width: 100%;
    height: 50px;
    display: block;
    background-color: #3c3c3c;
}

#interstitialWrapper #continueBar #continueInfo
{
    position: absolute;
    right: 0;
    height: 50px;
    z-index: 900000;
}

#interstitialWrapper #continueBar #continueLogo,
a#interstitialWrapperContinueLink:hover #continueBar #continueLogo
{
    position: absolute;
    top: 12px;
    right: 10px; 
    width: 106px;
    height: 30px;
	background: url('../../images/sections/ads/nordicnet_logo_small.png') no-repeat center center !important;
    background-size: cover;
    z-index: 990000;
}

#interstitialWrapper #continueBar #continueInfo p
{
    margin-top: 17px;
    margin-right: 130px;
    text-align: right;
    font-size: 14px;
    color: #fff;
}

.fancybox-wrap {
    left: 0 !important;
    z-index: 100;
    top: 0 !important;
}