/*

    //////////////////////////////////////////////////////////////////////
    //
    // L8M
    // 
	//
	// Contains header CSS (for screen).
	//
    // Filesource /public/default/css/screen/ie6.css
	// Version    $Id: header.css 6 2014-06-25 11:15:10Z nm $
    //
    ////////////////////////////////////////////////////////////

    ////////////////////////////////////////////////////////////
    //  general
    ////////////////////////////////////////////////////////////
    
*/

div#image {
	width: 960px;
	position: relative;
	background-position: center;
	background-size: cover;
}

div.slider {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	width: 960px;
	height: 480px;
	z-index: 1;
	min-width: 960px;
	display: none;
}

div.slider.active {
	display: block;
}

div.image {
	width: 960px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}