.org-item {
	float:left;
	margin: 10px 6px;
	position:relative;
	width: 180px;
	background:#FFF;
	padding: 1px;
	height:300px;
	border: 1px solid #3d3d3d;	
}
	.org-item .img {
		display:block;
		margin: 0 auto 10px;
		text-align:center;
		min-height: 120px;
		z-index:1;
	}
	.org-item .point {
		position:absolute;
		display:block;
		top: 100px;
		right:5px;
		background: url(../images/point_cloud.png) no-repeat scroll 0 0;
		width:113px;
		height:37px;
		line-height:35px;
		text-align:center;
		font-weight:bold;
		z-index:99;
		text-shadow: 
		-1px -1px 0 #FFF,
		1px -1px 0 #FFF,
		-1px 1px 0 #FFF,
		 1px 1px 0 #FFF;
	}
	.org-item .summary {
		margin:20px 10px 0;
		font-size:0.9em;
	}
		.org-item .title {
			display:block;
			font-size:1.2em;
			text-decoration:none;
			font-weight:bold;
			margin-bottom:10px;
		}
		.org-item table { table-layout:fixed; border-collapse:separate; border-spacing:5px; width:170px; }
		.org-item table tr {
			vertical-align:top;
		}
	
	
	
.org-detail .header {
	position:relative;
	display:block;
	background: url(../images/org_item_detail_header.png) no-repeat scroll 0 0;
	height: 38px;
	padding: 20px 0 0 20px;

}
	.org-detail .header .title {
		font-size: 1.2em;
		font-weight:bold;
	}
	.org-detail .header .point {
		position:absolute;
		display:block;
		top: 20px;
		right:15px;
		background: url(../images/point_cloud_d.png) no-repeat scroll 0 0;
		width:113px;
		height:37px;
		line-height:35px;
		text-align:center;
		font-weight:bold;
		font-size: 1.2em;
		z-index:99;
		text-shadow: 
		-1px -1px 0 #FFF,
		1px -1px 0 #FFF,
		-1px 1px 0 #FFF,
		 1px 1px 0 #FFF;
	}
.org-detail .inner-content {
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	background: url(../images/org_item_detail_bg.png) repeat-y scroll 0 0;
}
.org-detail .bottom {
	display:block;
	background: url(../images/org_item_detail_bottom.png) no-repeat scroll 0 0;
	height: 58px;
}

.gallery-view-slide {
	/*border:10px solid #f5f5f5;*/
	/*padding: 10px;*/
	height: 350px;
	margin-bottom:10px;
	float:left;
	width:473px;
}
	.gallery-view-slide .slide {
		width:100%;
		margin:10px 0;
		text-align:center;
	}



.gallery-nav-container {
    width: 100%;
	height:100px;
	overflow:auto;
	overflow-y:hidden;
	-ms-overflow-y: hidden;
}


.gallery-nav-pager {
	display: inline-block;
	height: 80px;
	white-space: nowrap;
}
.gallery-nav-pager li{
	display: inline-block;
	width: 60px;
	height:40px;
	padding:2px;
	margin: 8px;
	/*border:1px solid #8cbf5a; */
	background: #FFF;
	list-style: none;
	overflow:hidden;
	vertical-align:middle;
}
.gallery-nav-pager li{
	*display:inline;
}

.gallery-nav-pager li a{
	display:block;
	width:60px;
	height:60px;
	overflow:hidden;

}
