/* CSS Document */

/*Make sure your page contains a valid doctype at the top*/
#gallery{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 0Px solid #444;
}
#gallery .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px;
}
#page {
	clear: both;
	text-align: center;
	padding: 10px 0px;
	color: #999;
}
#worksCategoryName {
	position: absolute;
	left: 285px;
	top: 5px;
	font: bold 17px Microsoft Yahei, Verdana, Helvetica, Simsun;
	color: #FF6600;
}
