#slider {
	position:relative;
    width:615px;
    height:260px;
	background:url(/20201208132829oe_/https://www.cpr.cuhk.edu.hk/js/images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	width:245px;
	left:635px;
	bottom:0px;
}
.nivo-controlNav a {
	display:block;
	width:16px;
	height:30px;
	padding-top:10px;
	text-align:center;
	background:url(/20201208132829oe_/https://www.cpr.cuhk.edu.hk/js/images/bullets.png) no-repeat;

	border:0;
	margin-right:3px;
	float:left;
	xfont-size:12px;
}
.nivo-controlNav a.active {
	background-position:0 -44px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(/20201208132829oe_/https://www.cpr.cuhk.edu.hk/js/images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:25px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
	xbackground:url(/20201208132829oe_/https://www.cpr.cuhk.edu.hk/images/en/nivo_caption_title.jpg) no-repeat 0 0;
	width:245px;
	height:260px;
	left:615px;
	background-color:#FFFFB7;
    text-shadow:none;
    font-family: "Times New Roman",Helvetica, Arial, sans-serif;
	color:#E2A85D;
	text-align:left;
}
.nivo-caption p {
	padding-top:40px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:10px;
}
.nivo-caption a { 
    color:#E2A85D;
    text-decoration:underline;
}