.news-box{
	overflow:hidden;
	background:#b5bfc2 url(/images/bg-news-box.gif) repeat-x;
	border-bottom:1px solid #9ca5a8;
	font-size:11px;
	color:#394346;
        padding:15px 7px 0 15px;
        height:33px;
}
* html .news-box{
	overflow:visible;
	height:1%;
}
.news-box .newstitle{
	margin:0;
	overflow:hidden;
	line-height:14px;
	text-align:right;
	width:503px;
	display:block;
	float:left;
}
.ttl{
	float:left;
	color:#fff;
	text-transform:uppercase;
	font-size:16px;
	letter-spacing:-1px;
	word-spacing:1px;
	margin:3px 31px 0 0;
}



/* modal */
/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 257 2010-07-27 23:06:56Z emartin24 $
 */

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {
    width:845px; height:489px;
    /*width:844px; height:488px;*/
    color:#bbb; 
    padding:0px;
}
#simplemodal-container a.modalCloseImg {
    color:#5bdbf9;
    text-decoration: none;
    display:inline; z-index:3200;
    position:absolute; 
    top:15px; right:20px;
    cursor:pointer;
    font-size:14px;
    font-weight:bold;
    font-family: Arial, Helvetica, sans-serif;
    /*background:url(/images/bg-color-hover.gif);*/
}

#modal-countdown{
    width:832px; height:476px;
    background: #000 url(/media/LJ-Black-Countdown.jpg) no-repeat;
    border:1px solid #fff;
    /* 
    background: url(/media/LJ-Black-Countdown.png) no-repeat;
    _background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/media/LJ-Black-Countdown.png",sizingMethod="crop");*/
}

.countdown_section{
    background: #fff;
}

.counter{
    position:absolute; 
    top:360px; right:44px;
}

.counter SPAN{
    background:#fff;
    display:block;
    float:left;
    margin-right:4px;
    margin-bottom: 5px;
    color:#000;
    font-size: 53px;
    font-weight:bold;
    font-family: Times New Roman, serif;
    width:33px;
    height:55px;
    line-height: 58px;
    padding-left:7px;
}
.counter EM{
    display:block;
    float:left;
    width:15px;
    height:15px;
}
.counter_group{
    width:90px;
    margin-right:15px;
    height:80px;
    display: block;
    float:left;
    overflow: hidden;
}
.counter_group.last{
    margin-right:0px;
}
.counter_label{
    float:none;
    color:#fff;
    width:90px;
    text-align: center;
    font-size: 16px;
}

