#slider {		
	position: relative;
	background: #333333 url(../images/loading.gif) center center no-repeat;
	z-index: 10;
	width: 800px;
	height: 400px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 32px;
}

.ccslider {
    position: relative;
	margin-left:auto;
	margin-right:auto;
}

#slider img {
    visibility: hidden;
}

.slider3d {
	width: 700px;
	height: 400px;
	margin: 60px auto 40px auto;
}

.slider2d {
	width: 600px;
	height: 300px;	
}

.control-links li {
    background: url("../images/link-bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 15px;
    margin-left: 5px;
    text-indent: -99999px;
    width: 15px;
}
.control-links li.active {
    background: url("../images/link-active.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}