#scor_showbox {
	width:950px;
	margin: 10px;
	margin-left:10px;
	overflow: hidden;
	margin-top:5px;
	float: left;
}
#scor_showbox ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}
#scor_showbox li {
	font-size: 14px;
	color: #B2B1B1;
	text-align: center;
	display: block;
	float: left;
	position: relative;
	margin-right:10px;
	width: 210px;
	height: 240px;
	background: #002d64;
	padding: 10px;
}
#scor_showbox li a{
	color: #fff;
	height: 30px;
	float: left;
	text-align: center;
}
#scor_showbox li a:hover {
	color: #B2B1B1;
}
#carousel li img {
	border: 1px solid #e3e3e3;
	padding: 3px;
		height: 210px;
}

#scor_showbox li span {
	display: block;
	overflow: hidden;
	z-index: 2;
}

.clearfix {
	float: none;
	clear: both;
}
.prev,.next {
	display: block;
	overflow: hidden;
	width: 40px;
	height:50px;
	margin-top: 10px;
	right: 100px;
	position: absolute;
	cursor: pointer;
}
.prev {
/*	background-position: 0px -60px;*/
	background: transparent url(../images/pre_left.png) no-repeat 0 0;
	left: 860px;
}
.prev:hover {background: transparent url(../images/pre_left1.png) no-repeat 0 0;
}
.next {
	background: transparent url(../images/pre_right.png) no-repeat 0 0;
	background-position: 0px 0;
	right:0px;
}
.next:hover {background: transparent url(../images/pre_right1.png) no-repeat 0 0;
}
#source {
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 10px;
	left: 0;
}
#source, #source a {
	font-size: 12px;
	color: #999;
}

#donate-spacer {
	height: 100%;
}
#donate {
	border-top: 1px solid #999;
	width: 750px;
	padding: 50px 75px;
	margin: 0 auto;
	overflow: hidden;
}
#donate p, #donate form {
	margin: 0;
	float: left;
}
#donate p {
	width: 650px;
}
#donate form {
	width: 100px;
}