@charset "utf-8";
/* CSS Document */

a, a:visited, a:active {outline-style:none;}

/*** Homepage Banners ***/
.home-page-banner { position: relative; width:720px; height:367px; }
.home-page-banner .btns {
	font:bold 10px Arial;
	position:absolute;
	z-index:299;
	bottom:28px;
	right:0px;
	width: 200px;
}
.home-page-banner .btns div { width:17px; height:16px; float:left; margin:1px 3px; position:relative; background:#e6e6e6; border:1px solid #cfcad0; }
.home-page-banner .btns div a { color:#3c2d26; text-decoration:none; width:17px; height:16px; display:block; text-align:center; line-height:15px; background: url(../images/cs-home-imgs-btn-bg.png) no-repeat; }
.home-page-banner .btns div.selected a { color:#3c2d26; border:1px solid #cfcad0; background:#c6c3c4; margin:-1px; }
#hp-banner1,
#hp-banner2,
#hp-banner3,
#hp-banner4,
#hp-banner5
 { position: absolute; top:0; left:0; background-repeat:no-repeat; width:720px; height:367px; z-index:250; }
#hp-banner1 { z-index:255; }

#left, #right{ background:none; border:0;}

#left img, #right img{ margin:3px 0 0;}


