#hall-main{
	text-align: center;
	padding-top: 50px;
    padding-bottom: 50px;
    background-color: #eeeeee;
}


#hall{
	text-align: center;
	padding-top: 50px;
    padding-bottom: 50px;
    background-color: #ffffff;
}

.gallery-content .tab-content img {
	width: 100%;
	border-radius: 4px;
	/*border: 1px solid #999;	*/
}

.gallery-content .nav-pills {
    padding: 10px 0px;  
}

.gallery-content .nav-pills img {
	width: 80px;
}

.gallery-content .nav-pills li a {
	opacity: 0.4;
	padding: 5px;
}

.gallery-content .nav-pills li.active > div, .nav-pills li.active a, .nav-pills li.active a:hover, .nav-pills li.active a:active, .nav-pills li.active a:focus {	
	background-color: transparent;
	/*background-color: #f0f0f0;*/
	opacity: 1;
}

.hall-info table tr td{
	text-align: left;
}

.hall-info table tr td a{
	/*color: #333333;
    text-decoration: none;
    background-color: transparent;*/
}

.hall-info table tr th{
	text-align: center;
}

.hall-info table tr:last-child td{
	text-align: justify;
	background-color: #ffffff;
}