/*--slider images--*/
.image_reel {position:absolute; top:0; left:0;}
.image_reel img {float:left;}

/*--slider paging--*/
.paging {position:absolute; z-index:100; bottom:10px; right:0px; width:178px; height:34px; text-align:center; line-height:30px; display:none;}
.paging a:link, .paging a:visited, .paging a:active {padding:2px 5px; text-decoration:none; color:#fff; cursor:pointer;}
.paging a:hover {padding:2px 5px; text-decoration:none; color:#fff; cursor:pointer;}
.paging a.active {background: #1451a8;}


#slideshow {
    position:absolute;
	overflow:hidden;
	width:100%;
	/*height:412px;*/height: 419px;
}

#slideshow DIV {
    position:absolute;
	width:1280px;
	height:412px;
	left:50%;
	top:50%;
	margin-top:-206px;
	margin-left:-640px;
    z-index:8;
    opacity:0.0;	
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
display:inline-block;
width:1280px;
height:412px;
overflow:hidden;
   
}
