@charset "utf-8";
/* CSS Document */

@import url("reset.css");

/*background*/
body{
background: #EDEBEB; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
/* background: -moz-linear-gradient(top,  #C0C0C0 100%,); /* FF3.6+ */
/* background: -webkit-gradient(linear, left top, left bottom, color-stop(7%,#C0C0C0), color-stop(36%,#e6f8fd), color-stop(100%,#EDEBEB)); /* Chrome,Safari4+ */
/* background: -webkit-linear-gradient(top,  #C0C0C0 100%,#e6f8fd 36%,#EDEBEB 100%); /* Chrome10+,Safari5.1+ */
/* background: -o-linear-gradient(top,  #C0C0C0 100%,#e6f8fd 36%,#EDEBEB 100%); /* Opera 11.10+ */ 
/* background: -ms-linear-gradient(top,  #C0C0C0 7%,#e6f8fd 36%,#EDEBEB 100%); /* IE10+ */
/* background: linear-gradient(top,  #C0C0C0 7%,#F3F5F5 36%,#EDEBEB 100%); /* W3C */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EDEBEB', endColorstr='#C0C0C0',GradientType=0 ); /* IE6-8 */
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Helvetica", "Arial", "sans-serif", "Vendena", "Tahoma", "SimSun", "Century Gothic";
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #A17B61;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #1C0000;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color:#990099;
	font-size:15px;
	line-height: 1.4;
}

.main_ENG #container {
	width: 950px;  /* this width will create a container that will fit in an 850px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	/*text-align: left;  this overrides the text-align: center on the body element. */
	/*background-image:url("images/background-header-v1.jpg")*/
}

.main_ENG #TOP {
	width: 950px;  /* this width will create a container that will fit in an 850px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height:100px;
	background:#FFFFFF;
	/*text-align: left;  this overrides the text-align: center on the body element. */
	position:absolute;
	z-index:3;
}

.main_ENG #logo {
	width: 950px;  /* this width will create a container that will fit in an 850px browser window if text is left at browser default font sizes */
	height:355px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(/20250603142716oe_/https://www.cuhk.edu.hk/hkiaps/south/images/background-header-v1.jpg); 
	background-repeat: no-repeat;
	background-position: top center;
}

.main_ENG #Nav {
	position:relative;
	float:left;
	left: 710px;
	top: -40px;	
}

.main_ENG #sitemap {
	position:relative;
	float:left;
}

.main_ENG #contactus{
	position:relative;
	float:left;
	left: 1px;
	top: 15px;
}

.main_ENG #contactus a{
	
	font-size:13px;
	text-decoration:none;
	color:#000000;
}
.main_ENG #contactus a:hover{
	
	font-size:13px;
	text-decoration:underline;
	color:#000000;
}

.main_ENG #lan{
	position:relative;
	float:left;	
	font-size:14px;
	left: 788px;
	top: 60px;
	color:#C0C0C0;
}

.main_ENG #lan a{
	
	margin:5px auto;
	font-size: 14px;
	text-decoration:none;
	color:#505050;
}

.main_ENG #lan a:hover {
	
	margin:5px auto;
	font-size: 14px;
	text-decoration:underline;
}

.main_ENG #lan2{
	position:relative;
	float:left;	
	font-size:14px;
	left: 793px;
	top: -50px;
	color:#505050;
}

.main_ENG #lan2 a{
	
	margin:5px auto;
	font-size: 14px;
	text-decoration:none;
	color:#505050;
}

.main_ENG #lan2 a:hover {
	margin:5px auto;
	font-size: 14px;
	text-decoration:underline;
}



/* horizon_menu position*/
.main_ENG #horizon_menu{
	width:950px;
	position:relative;
	float:left;	
	left: 0px;
	top: 400px;
	top: -144px;
	height:40px;
	display:block; 
	margin:0px auto;  
	border:0px solid; 
	font-weight: bold;
	/*font:bold 14px/100% Arial, Helvetica, sans-serif; */
	text-align: center;
	color: #ffffff;
	background:#228002; 
}

/* horizon_menu position
.main_ENG #horizon_menu{
	/*position:relative;
	float:left;	
	left: 0px;
	top: -144px;
	/*width:950px;
}*/

/* slidemenu1.css */
*{margin:0;padding:0;border:0;}
#slidemenu1 {
  height: 40px; list-style-type: none; 
  margin:0px auto;  
  text-align:center;
  border: 0px solid #68A654;
  font:bold 14px/100% Helvetica, Arial, sans-serif; 
  background:-moz-linear-gradient(top,  #68A654 0%, #3A7028 100%); 
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#68A654), color-stop(100%,#3A7028)); 
  background:-webkit-linear-gradient(top,  #68A654 0%,#3A7028 100%); 
  background:-o-linear-gradient(top, #68A654 0%,#3A7028 100%); 
  background:-ms-linear-gradient(top, #68A654 0%,#3A7028 100%); 
  background:linear-gradient(top,  #68A654 0%,#3A7028 100%); 
  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#68A654', endColorstr='#3A7028',GradientType=0 ); 
}

#slidemenu1 a {
	display: block; 
	width: 140px; 
	height: 40px;
	text-align:center;
	padding-top: 0px;
}

#slidemenu1 a:link {
	color:#ffffff; text-decoration:none;
	height: 40px;
	text-align:center;
}
#slidemenu1 a:visited {
	color:#ffffff;
	text-decoration:none;
	height: 40px;
	text-align:center;
}
#slidemenu1 a:hover {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	height: 40px;
	text-align:center;
 }

#slidemenu1 li {
	position:relative;
	float: left; 
	width: 140px;  
	height: 40px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #ffffff;
	font:bold 13px/100% Arial, Helvetica, sans-serif; 
}

#slidemenu1 li a:hover{
	text-decoration:none;
	font-weight:bold;
	background:#228002;
    padding-top:0px; 
	height: 40px;
}

#slidemenu1 li a.on{
	background:#228002;
    padding-top:0px; 
	height: 40px;
}

#slidemenu1 li ul {
 height: 40px; 
 list-style-type: none;
 text-align:left;
 left: -999em; 
 width: 140px; 
 position: relative;
 background:#228002;
}

#slidemenu1 li ul a{
	display: block; 
	width: 140px;
	text-align:center;
	padding-left:0px; 
	background:#228002;
	border-top-width: 5px;
	border-bottom-width: 5px;
}
#slidemenu1 li ul a:link {
	color:#ffffff; 
	text-decoration:none;
	background:#228002;
}
#slidemenu1 li ul a:visited {
	color:#ffffff;
	text-decoration:none;
	background:#228002;
}
#slidemenu1 li ul a:hover {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	background:#68A654;
}
#slidemenu1 li:hover ul {
	position: relative;
	left: 0px; top:0px;
	background:#228002;
}

#slidemenu1 li.sfhover ul {
	position: relative;
	left: 0px; top:0px;
	background:#228002;
}

#slidemenu1 li ul li{
	float: left; width: 140px;
	height: 40px;
	background: #228002;
}





.main_ENG #content_album {
	float:none;
	position: relative;
	top: 250px;
}


.main_ENG #contents {
	float:none;
	position: relative;
	top:150px;
	width: 950px;
	color:#000000;
	background-color:#FFFFFF;
	border:20px;
	border-color:#222222; 
	-moz-box-shadow:0px 10px 12px #AAACAD;
	-webkit-box-shadow:0px 10px 12px #AAACAD ;
	box-shadow:0px 10px 12px #AAACAD;
	
	/* For IE 9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#AAACAD')";
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#AAACAD')";
	/* For IE 5.5 - 7 */
	filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#AAACAD')";
}	
	
.main_ENG #contents  h4{
	position: relative;
	top: 130px;
	left: -20px;
}

.main_ENG #content_photo {
	float:none;
	position: relative;
	left:10px;
	top:230px;
	z-index:1;
}

.main_ENG #content_photo1 {
	float:right;
	position: relative;
	left:240px;
	top:11px;
	z-index:0;
}

.main_ENG #content_photo2{
	float:none;
	position: relative;
	left:0px;
	top:11px;
	z-index:0;
}

.main_ENG #content_text {
	float:none;
	width:800px;
	position: relative;
	left:10px;
	top:230px;
}

.main_ENG #FOOTER {	
	margin:0 auto;
	width:900px;
	/*background-image:url(img/row.jpg);*/
	float:center;
	position: relative;
	bottom: 20px;
	left: 0px;
	background:#FFFFFF;
}

.main_ENG #contact_left {	
	font-size: 10px;
	float:left;
	position: relative;
	bottom: -10px;
	left: 20px;
}

.main_ENG #contact_left a {	
	font-size: 10px;
	color:#3C8FEC;
	text-decoration:bold;
}

.styleEng_1{	
	font-size: 8.5px;
}
.styleEng_2{	
	font-size:14px;
}

.styleEng_3{	
	font-size:12px;
}

.row_lists{	
	padding:0.2em;
	border-spacing:0px;
	border: 1px solid #000000;
}

.row_lists td, th{
	border:0px;
}

.row_lists th{
background: #333333;
height:2em;
color:#FFFFFF;
}

.row_lists td{
background: #ffffff;
height:2em;
padding:1em;
text-align:left;
}

.row_lists td.odd{
background: #ffffff;
}

.row_lists td.even{
background: #D9D7EC;
}

.main_ENG #bottom_edge {
	width: 900px;  /* this width will create a container that will fit in an 850px browser window if text is left at browser default font sizes */
	height:20px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	/*background-image:url(img/copyright_CHT.jpg); /* this is the edge image */
}

.main_ENG #bottom_edge_CHI {
	width: 860px;  /* this width will create a container that will fit in an 850px browser window if text is left at browser default font sizes */
	height:20px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	/*background-image:url(img/copyright_CHS.jpg); /* this is the edge image */
}

.style1{	
	font-size: 16px;
}

.styleEng{	
	font-size: 11px;
}

.main_ENG #content_row1{
	margin:0 auto;
	width:850px;
	position:relative;
	top:40px;
	left:60px;
	float:none;
	line-height:150%;
	font: 14px/150% Helvetica, Arial, sans-serif; 
}

.main_ENG #content_row1a{
	margin:0 auto;
	width:850px;
	position:relative;
	top:40px;
	left:-120px;
	float:none;
	line-height:150%;
	font: 14px/100% Helvetica, Arial, sans-serif; 
}

.main_ENG #content_row2{
	margin:0 auto;
	width:700px;
	position:relative;
	top:250px;
	left:0px;
	float:none;
	font: 14px/100% Helvetica, Arial, sans-serif; 
}

.main_ENG #content_row_L{
	margin:0 auto;
	position:absolute;
	top:10px;
	left:0px;
	float:left;
	font: 14px/100% Helvetica, Arial, sans-serif; 
}

.main_ENG #content_row_Lg{
	margin:0 auto;
	position:absolute;
	top:240px;
	left:10px;
	float:left;
	font: 14px/100% Helvetica, Arial, sans-serif; 
}

.main_ENG #content_row_L1{
	margin:0 auto;
	position:absolute;
	top:750px;
	left:0px;
	float:none;
	font: 14px/100% Helvetica, Arial, sans-serif; 
}

.main_ENG #content_row_R{
	margin:0 auto;
	width:600px;
	position:relative;
	top:10px;
	left:80px;
	float:none;
	font: 14px/100% Helvetica, Arial, sans-serif; 
}

.main_ENG #content_row_R1{
	margin:0 auto;
	width:600px;
	position:relative;
	top:30px;
	left:200px;
	float:none;
	font-size:15px;
}

.main_ENG #content_row_R2{
	margin:0 auto;
	width:600px;
	position:relative;
	top:30px;
	left:130px;
	float:none;
	font: 14px/100% Helvetica, Arial, sans-serif; 
}

.content_25{
	height:250px;
	line-height:150%;	
}

.content_30{
	height:300px;
	line-height:150%;	
}

.content_35{
	height:350px;
	line-height:150%;	
}

.content_40{
	height:400px;
	line-height:150%;	
}

.content_45{
	height:450px;
	line-height:150%;	
}

.content_50{
	height:500px;
	line-height:150%;	
}

.content_55{
	height:550px;
	line-height:150%;	
}

.content_60{
	height:600px;
	line-height:150%;	
}

.content_65{
	height:650px;
	line-height:150%;	
}

.content_70{
	height:700px;
	line-height:150%;	
}

.content_75{
	height:750px;
	line-height:150%;	
}

.content_80{
	height:800px;
	line-height:150%;	
}

.content_85{
	height:850px;
	line-height:150%;	
}

.content_90{
	height:900px;
	line-height:150%;	
}

.content_95{
	height:950px;
	line-height:150%;	
}

.content_100{
	height:1000px;
	line-height:150%;	
}

.content_105{
	height:1050px;
	line-height:150%;	
}

.content_110{
	height:1100px;
	line-height:150%;	
}

.content_115{
	height:1150px;
	line-height:150%;	
}

.content_120{
	height:1200px;
	line-height:150%;	
}

.content_125{
	height:1250px;
	line-height:150%;	
}

.content_130{
	height:1300px;
	line-height:150%;	
}

.content_135{
	height:1350px;
	line-height:150%;	
}

.content_140{
	height:1400px;
	line-height:150%;	
}

.content_145{
	height:1450px;
	line-height:150%;	
}

.content_150{
	height:1500px;
	line-height:150%;	
}

.content_155{
	height:1550px;
	line-height:150%;	
}

.content_160{
	height:1600px;
	line-height:150%;	
}

.content_165{
	height:1650px;
	line-height:150%;	
}

.content_170{
	height:1700px;
	line-height:150%;	
}

.content_175{
	height:1750px;
	line-height:150%;	
}

.content_180{
	height:1800px;
	line-height:150%;	
}

.content_185{
	height:1850px;
	line-height:150%;	
}

.content_190{
	height:1900px;
	line-height:150%;	
}

.content_195{
	height:1950px;
	line-height:150%;	
}

.content_200{
	height:2000px;
	line-height:150%;	
}

.content_205{
	height:2050px;
	line-height:150%;	
}

.content_210{
	height:2100px;
	line-height:150%;	
}

.content_215{
	height:2150px;
	line-height:150%;	
}

.content_220{
	height:2200px;
	line-height:150%;	
}

.content_225{
	height:2250px;
	line-height:150%;	
}

.content_230{
	height:2300px;
	line-height:150%;	
}

.content_235{
	height:2350px;
	line-height:150%;	
}

.content_240{
	height:2400px;
	line-height:150%;	
}

.content_245{
	height:2450px;
	line-height:150%;	
}

.content_250{
	height:2500px;
	line-height:150%;	
}

.content_255{
	height:2550px;
	line-height:150%;	
}

.content_260{
	height:2600px;
	line-height:150%;	
}

.content_265{
	height:2650px;
	line-height:150%;
}

.content_270{
	height:2700px;
	line-height:150%;
}
.content_275{
	height:2750px;
	line-height:150%;
}
.content_280{
	height:2800px;
	line-height:150%;
}
.content_285{
	height:2850px;
	line-height:150%;
}

.content_290{
	height:2900px;
	line-height:150%;
}
.content_295{
	height:2950px;
	line-height:150%;
}
.content_300{
	height:3000px;
	line-height:150%;
}

.content_350{
	height:3500px;
	line-height:150%;
}

.content_375{
	height:3750px;
	line-height:150%;
}

.content_400{
	height:4000px;
	line-height:150%;
}

.content_420{
	height:4200px;
	line-height:150%;
}

.content_450{
	height:4500px;
	line-height:150%;
}

#content_row1 h3{	
	line-height: 0.5em;
	font-size: 16px;
}


/*  left menu */
ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 150px;
  font-size: 12px;  
}

ul.menu a {
  display: block;
  text-decoration: none;	
}

ul.menu li {
  margin-top: 1px;
}

ul.menu li a {
  background: #646363;
  color: #fff;	
  padding: 0.5em;
}

ul.menu li a:hover {
  background: #646363;
}

ul.menu li ul li a {
  background: #ccc;
  color: #000;
  padding-left: 20px;
}

ul.menu li ul li a:hover {
  background: #aaa;
  border-left: 5px #000 solid;
  padding-left: 15px;
}

.code { border: 1px solid #ccc; list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { background: #ddd; border: 1px solid #ccc; margin: 0 0 2px 2.2em; }
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }
.indent3 { padding-left: 3em; }
.indent4 { padding-left: 4em; }
.indent5 { padding-left: 5em; }

/* album list */
#gallerys {
	width:945px;
	margin:0px auto;
	float:none;
	position:relative;
	top:250px;
	left:180px;
	border: 0px solid #000000;
 }
 
 #gallery_text1 {
 	color:#fff;
	font-size: 12px;	
	text-align:center;
	float:none;
	position:relative;
	top:20px;
	left:0px;
 }
#gallery_text2 {
 	color:#fff;
	font-size: 12px;	
	text-align:center;
	float:none;
	position:relative;
	top:4px;
	left:0px;
 }
 
#gallery_ap {
 	color:#fff;
	font-size: 12px;	
	text-align:left;
	float:none;
	position:relative;
	top:20px;
	left:0px;
 }
/* height:210px*/
#gallery1 {
	width:210px;
	height:210px;
	margin:0px auto;
	float:none;
	position:relative;
	top:0px;
	left:-325px;
	background:#868281;
 }

#gallery1 img{
	position:relative;
	top:5px;
	left:5px;
 }
 
#gallery2 {
	width:210px;
	height:210px;
	margin:0px auto;
	float:none;
	position:relative;
	top:-210px;
	left:-100px;
	background:#868281;
 }

#gallery2 img{
	position:relative;
	top:5px;
	left:5px;
 }
  
 #gallery3 {
	width:210px;
	height:210px;
	margin:0px auto;
	float:none;
	position:relative;
	top:-420px;
	left:125px;
	background:#868281;
 }

#gallery3 img{
	position:relative;
	top:5px;
	left:5px;
 }
 
#gallery4 {
	width:210px;
	height:210px;
	margin:0px auto;
	float:none;
	position:relative;
	top:-390px;
	left:-325px;
	background:#868281;
 }

#gallery4 img{
	position:relative;
	top:5px;
	left:5px;
 }
 
 #gallery5 {
	width:210px;
	height:210px;
	margin:0px auto;
	float:none;
	position:relative;
	top:-600px;
	left:-100px;
	background:#868281;
 }

#gallery5 img{
	position:relative;
	top:5px;
	left:5px;
 }
  
#gallery6 {
	width:210px;
	height:210px;
	margin:0px auto;
	float:none;
	position:relative;
	top:-810px;
	left:125px;
	background:#868281;
 }

#gallery6 img{
	position:relative;
	top:5px;
	left:5px;
 }
  
#gallery7 {
	width:210px;
	height:210px;
	margin:0px auto;
	float:none;
	position:relative;
	top:-780px;
	left:-325px;
	background:#868281;
 }

#gallery7 img{
	position:relative;
	top:5px;
	left:5px;
 }
 
#gallery8 {
	width:210px;
	height:210px;
	margin:0px auto;
	float:none;
	position:relative;
	top:-990px;
	left:-100px;
	background:#868281;
 }

#gallery8 img{
	position:relative;
	top:5px;
	left:5px;
 }
  
#gallery9 {
	width:210px;
	height:210px;
	margin:0px auto;
	float:none;
	position:relative;
	top:-1200px;
	left:125px;
	background:#868281;
 }

#gallery9 img{
	position:relative;
	top:5px;
	left:5px;
 }
  
 #gallery10 {
	width:210px;
	height:210px;
	margin:0px auto;
	float:none;
	position:relative;
	top:-1170px;
	left:-325px;
	background:#868281;
 }

#gallery10 img{
	position:relative;
	top:5px;
	left:5px;
 }
  
#gallery11{
	width:210px;
	height:210px;
	margin:0px auto;
	float:none;
	position:relative;
	top:-1380px;
	left:-100px;
	background:#868281;
 }

#gallery11 img{
	position:relative;
	top:5px;
	left:5px;
 }
  
#gallery12 {
	width:210px;
	height:210px;
	margin:0px auto;
	float:none;
	position:relative;
	top:-1590px;
	left:125px;
	background:#868281;
 }

#gallery12 img{
	position:relative;
	top:5px;
	left:5px;
 }
  
#gallery13 {
	width:210px;
	height:210px;
	margin:0px auto;
	float:none;
	position:relative;
	top:-1560px;
	left:-325px;
	background:#868281;
 }

#gallery13 img{
	position:relative;
	top:5px;
	left:5px;
 }
  
#gallery14 {
	width:210px;
	height:210px;
	margin:0px auto;
	float:none;
	position:relative;
	top:-1770px;
	left:-100px;
	background:#868281;
 }

#gallery14 img{
	position:relative;
	top:5px;
	left:5px;
 }
  
#gallery15 {
	width:210px;
	height:210px;
	margin:0px auto;
	float:none;
	position:relative;
	top:-1980px;
	left:125px;
	background:#868281;
 }

#gallery15 img{
	position:relative;
	top:5px;
	left:5px;
 }
  
#gallery16 {
	width:210px;
	height:210px;
	margin:0px auto;
	float:none;
	position:relative;
	top:-1950px;
	left:-325px;
	background:#868281;
 }

#gallery16 img{
	position:relative;
	top:5px;
	left:5px;
 }
  
#gallery17 {
	width:210px;
	height:210px;
	margin:0px auto;
	float:none;
	position:relative;
	top:-2160px;
	left:-100px;
	background:#868281;
 }

#gallery17 img{
	position:relative;
	top:5px;
	left:5px;
 }
  
  /* height:250px*/
#gallery1p{
	width:210px;
	height:250px;
	margin:0px auto;
	float:none;
	position:relative;
	top:0px;
	left:-325px;
	background:#868281;
 }
 
 #gallery1p img{
	position:relative;
	top:5px;
	left:5px;
 }
 
#gallery2p {
	width:210px;
	height:250px;
	margin:0px auto;
	float:none;
	position:relative;
	top:-250px;
	left:-100px;
	background:#868281;
 }

#gallery2p img{
	position:relative;
	top:5px;
	left:5px;
 }
 
 #gallery3p {
	width:210px;
	height:250px;
	margin:0px auto;
	float:none;
	position:relative;
	top:-500px;
	left:125px;
	background:#868281;
 }

#gallery3p img{
	position:relative;
	top:5px;
	left:5px;
 }
 
#gallery4p {
	width:210px;
	height:250px;
	margin:0px auto;
	float:none;
	position:relative;
	top:-470px;
	left:-325px;
	background:#868281;
 }

#gallery4p img{
	position:relative;
	top:5px;
	left:5px;
 }

#gallery5p {
	width:210px;
	height:250px;
	margin:0px auto;
	float:none;
	position:relative;
	top:-720px;
	left:-100px;
	background:#868281;
 }

#gallery5p img{
	position:relative;
	top:5px;
	left:5px;
 }

#gallery6p {
	width:210px;
	height:250px;
	margin:0px auto;
	float:none;
	position:relative;
	top:-970px;
	left:125px;
	background:#868281;
 }

#gallery6p img{
	position:relative;
	top:5px;
	left:5px;
 }

#gallery7p {
	width:210px;
	height:250px;
	margin:0px auto;
	float:none;
	position:relative;
	top:-940px;
	left:-325px;
	background:#868281;
 }

#gallery7p img{
	position:relative;
	top:5px;
	left:5px;
 }

#gallery8p {
	width:210px;
	height:250px;
	margin:0px auto;
	float:none;
	position:relative;
	top:-1190px;
	left:-100px;
	background:#868281;
 }

#gallery8p img{
	position:relative;
	top:5px;
	left:5px;
 }

#gallery9p {
	width:210px;
	height:250px;
	margin:0px auto;
	float:none;
	position:relative;
	top:-1440px;
	left:125px;
	background:#868281;
 }

#gallery9p img{
	position:relative;
	top:5px;
	left:5px;
 }
 
 #gallery10p {
	width:210px;
	height:250px;
	margin:0px auto;
	float:none;
	position:relative;
	top:-1410px;
	left:-325px;
	background:#868281;
 }

#gallery10p img{
	position:relative;
	top:5px;
	left:5px;
 }
 
  #gallery11p {
	width:210px;
	height:250px;
	margin:0px auto;
	float:none;
	position:relative;
	top:-1660px;
	left:-100px;
	background:#868281;
 }

#gallery11p img{
	position:relative;
	top:5px;
	left:5px;
 }

#chgpg a {
	font-family: "Arial", "Helvetica", "sans-serif", "Vendena", "Tahoma", "SimSun", "Century Gothic";
	text-decoration: underline;
	font-size: 14px;
	letter-spacing: 0em;
	line-height: 1.4;
	text-align:center;
	float:center;
	color:#000000;
	position:relative;
	top:-1150px;
	left:205px;
 }
 
#chgpg2 a {
	font-family: "Arial", "Helvetica", "sans-serif", "Vendena", "Tahoma", "SimSun", "Century Gothic";
	text-decoration: underline;
	font-size: 14px;
	letter-spacing: 0em;
	line-height: 1.4;
	text-align:center;
	float:center;
	color:#000000;
	position:relative;
	top:-770px;
	left:205px;
 }
 
#chgpg3 a {
	font-family: "Arial", "Helvetica", "sans-serif", "Vendena", "Tahoma", "SimSun", "Century Gothic";
	text-decoration: underline;
	font-size: 14px;
	letter-spacing: 0em;
	line-height: 1.4;
	text-align:center;
	float:center;
	color:#000000;
	position:relative;
	top:-150px;
	left:205px;
 }
 
 #chgpg4 a {
	font-family: "Arial", "Helvetica", "sans-serif", "Vendena", "Tahoma", "SimSun", "Century Gothic";
	text-decoration: underline;
	font-size: 14px;
	letter-spacing: 0em;
	line-height: 1.4;
	text-align:center;
	float:center;
	color:#000000;
	position:relative;
	top:-350px;
	left:205px;
 }

#box {border:1px solid #cccccc;margin: 50px auto 5px; position:relative;width:610px;background-color: #FFFFFF;}
#box .tl {width:6px;height:6px;position:absolute;overflow:hidden;left:-1px;top:-1px;} 
#box .tr {width:6px;height:6px;position:absolute;overflow:hidden;right:-1px;top:-1px;background-position:0 -6px;}
#box .bl {width:6px;height:6px;position:absolute;overflow:hidden;left:-1px;bottom:-1px;background-position:0 -12px;}
#box .br {width:6px;height:6px;position:absolute;overflow:hidden;right:-1px;bottom:-1px;background-position:0 -18px;}
#box .cc{height:400px; padding:5px;}

#slider-wrapper { height: 200px;}
#slider { background: url("/20250603142716oe_/https://www.cuhk.edu.hk/hkiaps/south/images/loading.gif") no-repeat scroll 50% 50% transparent;height: 400px;width: 620px;margin: 0 auto; }
#slider img { display: none; left: 0; position: absolute; top: 0; }
#slider a {  border: 0 none; display: block;}
.nivoSlider { margin:0 auto;}
.nivoSlider img {left: 8px;	position: absolute;	top: 5px;}
.nivoSlider a.nivo-imageLink { border: 0 none;display: none;height: 100%;left: 0;margin: 0;padding: 0;position: absolute;top: 0;width: 100%;z-index: 6;
}
.nivo-slice {display: block;height: 100%;position: absolute;z-index: 5;}
.nivo-box { display: block;position: absolute; z-index: 5;}
.nivo-caption { background:  #000000;bottom: 0;color: #FFFFFF;font-family: arial;left: 0;opacity: 0.8;position: absolute;text-transform: uppercase;   width: 100%; z-index: 8;}
.nivo-caption p { margin: 0; padding: 5px;}
.nivo-caption a { color: red; display: inline !important;text-decoration: none;}
.nivo-caption a:hover { color: blue; text-decoration: underline;}
.nivo-html-caption { display: none;}
.nivo-directionNav a {background: url("/20250603142716oe_/https://www.cuhk.edu.hk/hkiaps/south/images/arrows.png") no-repeat scroll 0 0 transparent;cursor: pointer;display: block;height: 30px;position: absolute; text-indent: -9999px; top: 45%; width: 30px; z-index: 9; }
a.nivo-prevNav { left: 15px;}
a.nivo-nextNav { background-position: -30px 50%; right: 15px;}
.nivo-controlNav { bottom: 10px;left: 50%; margin-left: -40px; position: absolute;}
.nivo-controlNav a { background: url("/20250603142716oe_/https://www.cuhk.edu.hk/hkiaps/south/images/bullets.png") no-repeat scroll 0 0 transparent;cursor: pointer;float: left; height: 22px; margin-top: 250px; position: relative;text-indent: -9999px; width: 22px;z-index: 9; }
.nivo-controlNav a.active { background-position: 0 -22px;}
.shadow {-moz-box-shadow: 2px 2px 3px #ccc;-webkit-box-shadow: 2px 2px 3px #ccc;box-shadow: 2px 2px 3px #ccc;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#cccccc')";
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#cccccc');
}
