
html, body 
{
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

body
{
	behavior: url("/css/csshover3.htc");
}

img, div, h1, a, span
{ 
	behavior: url(/css/iepngfix.htc);
}

a img
{
	border: 0 none;
}

#background
{
	width: 100%;
	height: 100%;
	
}


#container
{
	/*min-height: 100%;*/
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
	width: 1029px;
	
}

#header
{
	position: relative;
	height: 284px;
	padding: 0 30px;
	z-index: 40;
}


#content_container
{
	position: relative;
	padding: 7px 37px 2px;
	z-index: 30;
}



#footer
{
	position: relative;
	
}



#plugin
{
    position: relative;
    z-index: 100;
}

#footer, #push 
{
	width: 1029px;
	height: 60px;
	margin: 0 auto;
}

#push
{
	clear: both;
}


ul.navigation
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	bottom: 0px;
}


ul.navigation li 
{ 
	float: left;
	
}

ul.navigation li ul li 
{ 
	
}

/* slideshow 
 * 
 * 
 *  <div class="slideshow">
           *  <div class="s_items">
           *   <ul>
           *    <li><img src="/asset/123.jpg" /></li>
           *   </ul>
           *  </div>
           *  <a class="s_previous" href="#"></a>
           *  <a class="s_next" href="#"></a>
           * </div>*/

.slideshow
{
    position: relative;
    width: 422px;
    height: 249px;
}


.slideshow .s_items { 
    width: 404px; 
    height: 249px; 
    overflow: hidden; 
    position: relative; 
    cursor: pointer; 
    top: 9px;
    left: 9px;
}
.slideshow ul{ 
    position: absolute; 
    top: 0; 
    left: 0; 
    list-style: none; 
    padding: 0; 
    margin: 0; 
}


.slideshow a.s_previous
{
    position: absolute;
    display: block;
    left: 9px;
    top: 104px;
    width: 31px;
    height: 37px;
    background: transparent url(/img/ticker_left.png) no-repeat top left;
    z-index: 200;
}

.slideshow a.s_next
{
    position: absolute;
    display: block;
    right: 9px;
    top: 104px;
    width: 31px;
    height: 37px;
    background: transparent url(/img/ticker_right.png) no-repeat top left;
    z-index: 200;
}
.slideshow ul li { 
    position: absolute; 
    top: 0; 
    width: 413px; /* 9 pixels more to prevent overlap */ 
    display: none; 
    padding: 0; 
    margin: 0; 
}

.slideshow ul li img
{
     width: 405px;
     height: 230px;
}
.slideshow .s_overlay
{
    position: absolute;
    width: 422px;
    height: 249px;
    background: transparent url(/img/ticker_back.png) no-repeat top left;
    z-index: 100;
    top: 0;
}


/*ticker news */

ul.navigation li a
{
	text-decoration: none;
	display: block;
}



.ticker_news
{
    position: relative;
    width: 422px;
    height: 249px;
}

.ticker_news a.previous
{
    position: absolute;
    display: block;
    left: 9px;
    top: 104px;
    width: 31px;
    height: 37px;
    background: transparent url(/img/ticker_left.png) no-repeat top left;
    z-index: 200;
}

.ticker_news a.next
{
    position: absolute;
    display: block;
    right: 9px;
    top: 104px;
    width: 31px;
    height: 37px;
    background: transparent url(/img/ticker_right.png) no-repeat top left;
    z-index: 200;
}

.container { 
    width: 404px; 
    height: 249px; 
    overflow: hidden; 
    position: relative; 
    cursor: pointer; 
    top: 9px;
    left: 9px;
}
.slides { 
    position: absolute; 
    top: 0; 
    left: 0; 
    list-style: none; 
    padding: 0; 
    margin: 0; 
}
.slides li { 
    position: absolute; 
    top: 0; 
    width: 413px; /* 9 pixels more to prevent overlap */ 
    display: none; 
    padding: 0; 
    margin: 0; 
}

.news_date
{
    position: absolute;
    right: 31px;
    top: 5px;
    color: #039904;
    font-size: 12px;
}

div#crane
{
    margin-right: -20px;
    margin-top: -110px;
    position: absolute;
    right: 0;
}



.ticker_news .ticker_overlay
{
    position: absolute;
    width: 422px;
    height: 249px;
    background: transparent url(/img/ticker_back.png) no-repeat top left;
    z-index: 100;
}

