﻿#banner ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#banner ul li {
	float: left;
	padding: 0px;
	display: block;
	margin-right: 0px;
}

/*#banner ul li a {*/
.panel {
	/*cursor:move;*/
	background: url(../images/banner/handle_bg_off.gif) no-repeat;
	display: block;
	overflow: hidden;
	/* Remember to change JavaScript */
	width: 26px; /* Width of handle */ /* + 2 for borders on each side (not implemented) */
	height: 381px; /* + 2 for borders on each side (not implemented) */
}

#banner #welcome {
	/* Remember to change JavaScript */

	/* all browsers including Mac IE */
	width: 576px; /* 732 - 156 (26 * 6 : handles on right) */
	
	/* IE 7 and below */
	*width: 576px; /* 732 - 156 (26 * 6 : handles on right) */
	
	/* IE 6 and below */
	/* // Spare buffer for IE6 (Original: 576px) */
	_width: 579px; /* 732 - 156 (26 * 6 : handles on right) - spare buffer */
}

/*
#banner ul li img {
	position: absolute;
}

#banner ul li p {
	margin: 0;
	padding: 0;
	width: 120px;
	display: block;
	margin-left: 30px;
}
*/

#banner ul li .panel h2 { border:solid 1px #dfbaa3; float: left; width: 26px; height: 381px; color: #ab2830; background: #f6e8c8 url(../images/banner/handle_bg_off.gif) no-repeat; margin: 0; cursor: pointer; overflow: hidden; }
#banner ul li .panel h2 span { text-indent: -2000px; height: 0px; display: block; } /* hidden text */

#banner ul li #welcome h2 span { height: 72px; background: transparent url(../images/banner/handle_welcome.gif) no-repeat bottom; }
#banner ul li #duke-nus h2 span { height: 83px; background: transparent url(../images/banner/handle_duke-nus.gif) no-repeat bottom; }
#banner ul li #curriculum h2 span { height: 83px; background: transparent url(../images/banner/handle_curriculum.gif) no-repeat bottom; }
#banner ul li #research_programs h2 span { height: 136px; background: transparent url(../images/banner/handle_research_programs.gif) no-repeat bottom; }
#banner ul li #clinical_research h2 span { height: 122px; background: transparent url(../images/banner/handle_clinical_research.gif) no-repeat bottom; }
#banner ul li #teaching_hospitals h2 span { height: 133px; background: transparent url(../images/banner/handle_teaching_hospitals.gif) no-repeat bottom; }
#banner ul li #people h2 span { height: 55px; background: transparent url(../images/banner/handle_people.gif) no-repeat bottom; }

/*#banner ul li .panel div .content { width: 548px; height: 381px; overflow: hidden; background-color: #dcddde; }*/

.content {
	text-align:left;
	overflow:hidden;
}

.content-table {
	/* width:100%; height:381px; */
	/* // Spare buffer for IE6 (Original: 100%) */
	width:548px; height:381px;
}

.content-left {
	width:130px; background-color:#f79658; padding:50px 5px 5px 5px;
}

.content-link-table {
	width:130px; 
}

.content-link-table tr td {
	color: #58585a;
	font-weight: bold;
	font-size: 11px;
}

.content-link-table tr td a:link	{ color: #58585a; text-decoration:none; }
.content-link-table tr td a:visited	{ color: #58585a; text-decoration:none; }
.content-link-table tr td a:hover	{ color: #58585a; text-decoration:underline; }

.content-header {
	margin-bottom: 5px;
	font-size:24px; color:White; font-weight:bold;
}

.content-text {
	height:90px; background-color:#dcddde; font-size:11px; padding:8px; color:#3b3b3b;
}

.content-visual {
	height:288px;
}
