body {
        margin:0;
        padding:0;
}



@font-face {
    font-family: 'proxima_nova';
    src: url('fonts/mark_simonson_-_proxima_nova_scosf_condensed_extrabold_0-webfont.woff2') format('woff2'),
         url('fonts/mark_simonson_-_proxima_nova_scosf_condensed_extrabold_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#adArea {
	background: #fff;
    color: #ed1a3b;
    overflow: hidden;
    text-overflow: clip;
    cursor:pointer;
}

#cont {
	position:absolute;
	top:100px;
}

#bg {
	width:300px;
	/*background-image: url("images/bg.png");*/
}


#cdCont {
	position:absolute;
	top:189px;
	left:25px;
	width:300px;
}

#slide1 {
	left: 0px;
}
#slide2 {
	left: 300px;
	top: -40px;
}
#slide3 {
	left: 600px;
	top: -80px;
}

#slider {
	position: absolute;
	left: 300px;
	top: -40px;
}

#cdDay {
	/*background-image: url("images/day.png");*/
}
#cdHour {
	/*background-image: url("images/hour.png");*/
}
#cdMin {
	/*background-image: url("images/min.png");*/
}
#cdSec {
	/*background-image: url("images/sec.png");*/
}

.bg_empty {
	/*background-image: url("images/bg_empty.png") !important;*/
	line-height:44px !important;
}

#clock_bg {

}


.elBg {
	width: 42px;
	height: 39px;
    position: absolute;
    background-color: #294828;
    border-radius: 6px;
}

.cdEl {
	font-family: proxima_nova, Arial;
	font-size: 30px;
	text-align: center;
	line-height:35px;
	width: 42px;
	height: 39px;
    position: absolute;
    color: white;
}

.clockR {
	width: 42px;
	height: 39px;
	float:left;
	margin-right: 9px;
	margin-bottom: 2px;
}

.rct {
    width:300px;
    height:250px;
    position: absolute;
}


#dayCont {
	opacity: 0;
}


#hourCont {
	opacity: 0;
}

#minCont {
	opacity: 0;
}

#secCont {
	opacity: 0;
}
