/* Gallery styles */

#headKnow{
	/* CSS3 Box Shadow */
	/*-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;*/
	
	/* CSS3 Rounded Corners */
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	
	border:1px solid #ddd;
	
	/*background:url(img/panel.jpg) repeat-x bottom center #ffffff;*/
	
	/* The width of the gallery */
	width:548px;
	overflow:hidden;
}

#headKnow #slides{
	/* This is the slide area */
	/*height:500px;*/
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:548px;
	overflow:hidden;
	background-color:#f3f3f3;
}

#headKnow .slide{
	float:left;
}

#headKnow #menu{
	/* This is the container for the thumbnails */
	height:45px;
	background-color:#CCC;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ebebeb), to(#c9c7c7));
	background:-moz-linear-gradient(center top, #ebebeb 5%, #c9c7c7 100%);
}

#headKnow .head{
	font-size:16px;
	width:130px;
	color:#666;
	padding-left:20px;
	font-weight:bold;
}
#headKnow .head div{
	margin-top:-3px;
}

#headKnow ul{
	margin:0px;
	padding:0px;
}

#headKnow li{
	/* Every thumbnail is a li element */
	width:60px;
	display:inline-block;
	list-style:none;
	overflow:hidden;
	float:left;
	font-size:11px;
}

#headKnow li.inact a{
	cursor:pointer;
	text-align:center;
	height:20px;
	padding:1px;
	text-decoration:none;
	color:#666;
}
#headKnow li.inact,li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	/*background:url(img/pic_bg.png) repeat;*/
	margin:10px 5px;
}

#headKnow li.act,li.act:hover{
	/* The active state of the thumb */
	/*background:url(img/active_bg.png) no-repeat;*/
	background-color:#717171;
	margin:10px 5px;
	
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius: 15px;
}
#headKnow li.act a{
	cursor:pointer;
	text-align:center;
	height:20px;
	padding:1px;
	text-decoration:none;
	color:#fff;
}

#headKnow .fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	/*background:url(img/divider.png) no-repeat right;*/
}

#headKnow li a{
	display:block;
	/*background:url(img/divider.png) no-repeat right;*/
	height:35px;
	padding-top:10px;
}

#headKnow a img{
	border:none;
}

#headKnow #main{
	/* The main container */
	margin:15px auto;
	text-align:center;
	width:548px;
	position:relative;
}

#headKnow a, a:visited {
	font-size:13px;
	color:#305198;
	text-decoration:none;
	outline:none;
}

#headKnow a:hover{
	color:#00F;
}

#headKnow p{
	margin:0;
}
#headKnow .txt_topic{
	padding:10px 0 5px;
	margin:0;
}
.Know_other {
	float:left;
	width:224px;
	height:100px;
	padding:10px 25px 20px 25px;
}
.Know_main {
	background-color:#ccc;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#d9d9d9), to(#e3e3e3));
	background:-moz-linear-gradient(center top, #d9d9d9 5%, #e3e3e3 100%);
	padding:20px 25px 20px 25px;
	width:500px;
	height:450px;
}
