body {
    padding: 0; 
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:13px;
}

#wrapper {
    width: 512px;
    margin: 0 auto;
}

#intro {
    padding-bottom: 10px;
}

h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}

#slider {
    width: 512px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    clear: left;
	 width: 512px;
}

.scrollContainer div.panel {
    padding: 5px;
    width: 482px;
	font-size:12px;
	line-height:18px;
}
.panel {
    border-bottom:#333333 solid 1px;
}
.panel h2 {
    font-size:13px;
	font-weight:900;
}
.panel a{
    color:#333;
	text-decoration:none;
}
.panel a:hover {
    color:#990000;
	border-bottom:#990000 solid 1px;
}
ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
	line-height:20px;
}

ul.menu li {
	font-size:13px;
	background:url(images/csbk.gif) no-repeat;
	float:left;
	width:70px;
	height:25px;
}
ul.menu li em {
	background: url(images/hover.png) no-repeat;
	width: 100px;
	height: 38px;
	position: absolute;
	top: -25px;
	left: -0px;
	text-align: center;
	padding: 5px 5px 10px;
	font-style: normal;
	z-index: 999999999;
	display: none;
}
#bj:hover {
	background:url(images/csbkxx.gif) no-repeat;
	}
ul.menu a {
    color: #000;
	margin:15px;
    text-decoration: none;
}

ul.menu a:hover {
	font-weight:900;
}

ul.menu a.selected {
	background:url(images/csbkx.gif) no-repeat;
}

ul.menu a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -13px;
}

.scrollButtons.right {
    right: 10px;
}

.hide {
    display: none;
}