#home-banner {
position:relative;
width:898px;
height:313px;
border: 1px solid #ccd0d5;
}

#home-banner #home-banner-nav {
position:absolute;
z-index:5;
height:25px;
right:15px;
bottom:15px;
}

#home-banner #home-banner-nav a {
display:inline-block;
width:24px;
height:24px;
background-color:#555;
color:#fff;
border:1px solid #ccc;
text-align:center;
line-height:24px;
cursor:pointer;
text-decoration: none;
}

#home-banner #home-banner-nav a.active, #home-banner #home-banner-nav a:hover {
color:#fff;
background-color:#005295;
border:1px solid #fff;
text-align:center;
line-height:24px;
text-decoration: none;
}

#home-banner .banner {
position:absolute;
display:block;
width:898px;
height:313px;
top:0px;
left:0px;
z-index:1;
visibility:hidden;
}


#home-banner #banner1 {
	background:url(/images/home-slides/5.jpg) no-repeat right;
	visibility: visibile;
}

#home-banner #banner2 {
background:url(/images/home-slides/2.jpg) no-repeat right;
}

#home-banner #banner3 {
background:url(/images/home-slides/3.jpg) no-repeat right;
}

#home-banner #banner4 {
background:url(/images/home-slides/4.jpg) no-repeat right;
}

