

#projects {
	width:760px;
	overflow:hidden;
	background:url(../img/headline.gif) no-repeat;
	padding:12px 10px 0;
	position:relative;
	font:0.69em/1.64em Arial, Helvetiva, Verdana, sans-serif; 
	color:#868686;
	}
#h2title {
	font-size:2em;
	color:#919191;
	margin-bottom:22px;
	display:block;
	font-weight:bold;

	}
#h3title  {
	color:#444;
	font-size:14px;
	font-weight:bold;
	margin:2px;
	height:20px;
	line-height:20px;
}
#h3info  {
	color:#888;
	font-size:12px;
}
#h3more  {
	margin:5px;
	text-align:right;
	font: 11px 'PMingLiu';
	font-weight:normal;
}
#h3more  a{
	color:#777;
	text-decoration:none;
	font-weight:700;
	border-bottom:1px solid #ffdf00;
	outline:none;
}
#h3more  a:hover{
	text-decoration:none;

	border-bottom:1px solid #ffdf00;
	color:#000;
	outline:none;
}
#projects .nav a {
	position:absolute;
	display:block;
	height:31px;
	width:31px;
	top:3px;
	border:0;
	}

#projects .nav a.next {
	background:url(../img/projectsNext.gif) no-repeat;
	right:10px;
	border:0;
	}

#projects .nav a.prev {
	background:url(../img/projectsPrevious.gif) no-repeat;
	right:50px;
	border:0;
	}

#projects .nav a:hover {
	background-position:0 -40px;
	border:0;
	}

#projects .nav a span {
	display:none;
	}

.projectList{
	margin-left:-5px;

	}

.projectList ul {
	margin-left:10px !important;
	}

.projectList ul li {
	margin:0 13px 0 0;
	list-style:none;
	width:240px;
	height:260px;

	position:relative;
	}

.projectList ul li a {
	border:0;
	}

.projectList ul li a img {
	padding:1px;
	border:1px solid #eee;
	width:250px;
	height:150px;
	}

.projectList ul li h3 {
	color:#000;
	font-size:1em;
	display:inline;
	}

.projectList ul li p {
		display:outline;
		text-indent:2em;
		margin:5px;
		}

.projectList ul li a.visit {
	border-bottom:1px solid #fc0;
	}

.projectList ul li a.visit:hover {
	color:#000;
	}

.projectList .left {
	position:absolute;
	left:0;
	top:0;
	height:100%;
	background:url(../img/projectsShadeLeft.png) repeat-y;
	width:10px;
	display:block;
	z-index:2;
	}

.projectList .right {
	position:absolute;
	right:0;
	top:0;
	height:100%;
	background:url(../img/projectsShadeRight.png) repeat-y;
	width:10px;
	display:block;
	z-index:2;
	}



#TB_overlay {
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:300
	background:transparent;
	}

#TB_window {
	display:none;
	position:absolute;
	z-index:302;
	}

#TB_window a {border:0 !important;}

#TB_window img {
	display:block;
	margin:28px 0 0 13px;
	padding:11px;
	border:0 !important;
	background:transparent url(../img/windowBg.png) no-repeat;
	}

#TB_caption {
	display:none;
	}

#TB_next {
	position:absolute;
	right:24px;
	top:260px;
	}

#TB_prev {
	position:absolute;
	left:12px;
	top:260px;
	}

#TB_next a,
#TB_prev a  {
	display:block;
	cursor:pointer;
	width:29px;
	height:29px;
	background:transparent url(../img/slideshowNext.png) no-repeat;
	text-indent:-9999px;
	text-decoration:none;
	font-weight:700;
	text-align:right;
	border:0 !important;
	}

#TB_prev a  {
	background:transparent url(../img/slideshowPrev.png) no-repeat;
	}


#TB_prev a span,
#TB_next a span {
	display:none;
	}


#TB_closeWindowButton {
	text-align:left;
	position:absolute;
	display:block;
	left:10px;
	top:26px;
	height:30px;
	width:30px;
	background:transparent url(../img/close.png) no-repeat;
	border:0 !important;
	z-index:300;
	}

#TB_closeWindow span {
	display:none;
	}

#TB_load {
	display:block;
	left:0;
	overflow:visible;
	position:absolute;
	text-align:center;
	top:50%;
	visibility:visible;
	width:100%;
	z-index:301;
	}

#TB_loadContent {
	height:32px;
	width:32px;
	left:50%;
	position:absolute;
	margin-left:-16px;
	margin-top:-16px;
	padding:6px;
	visibility:visible;
	background:url(../img/loadingWhiteBg.png) no-repeat;
	}

#TB_SecondLine,
#TB_ImageDIV {
	clear:both;
	}

