#gallery {
	width: 720px;
	height: 350px;
	overflow: hidden;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#gallery #nav h3 {
	font-size: 13px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	display: block;
}
#gallery #nav span {
	padding-left: 5px;
	display: none;
}
#gallery ul#nav {
	left: 600px;
	z-index: 2;
	width: 120px;
	top: 0px;
	position: absolute;
	list-style-type: none;
	background-color: #333333;
}
#gallery ul#nav li {
	font-size: 13px;
	font-family:Arial;
	font-weight: bold;
}
#gallery ul#nav li img {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#gallery ul#nav li a {
	text-decoration: none;
	display: block;
	height: 60px;
	outline: none;
	color: #333333;
	padding-top: 10px;
	padding-right: 2px;
	padding-left: 30px;
}
#gallery ul#nav li a:hover {
	color: #009999;
}
#gallery ul#nav li a.current {
	color: #FFFFFF;
	background-image: url(../image/base/bg_arrow2.png);
}
#gallery ul#nav li a.current:hover {
	text-decoration: none;
	cursor: default;
}
#gallery ul#img {
	left: 0px;
	width: 600px;
	height: 350px;
	position: absolute;
	-moz-border-radius: 5px;
	top: 0px;
	list-style-type: none;
	text-align: center;
	background-color: #333333;
}
#gallery ul#img li {
	position: absolute;
	width: 600px;
	height: 350px;
	left: 0px;
	top: 0px;
	display: block;
	line-height: 28px;
}
#gallery ul#img li a {
	position: absolute;
	/*
	font-family:"Times New Roman";
	*/
	font-family: 'Merriweather', serif;
	font-size: 24px;
	bottom: 0px;
	text-decoration: none;
	color: #F1F1F1;
	left: 0px;
	width: 600px;
	display: block;
	height: 350px;
	font-weight: normal;
}
#gallery ul#img li a:hover {
	color: #009999;
}
#gallery ul#img li span {
	padding-left: 15px;
	display: block;
	background-image: url(../image/base/transparent.png);
	background-repeat: repeat;
	background-position: 0px 0px;
	left: 0px;
	position: absolute;
	bottom: 0px;
	width: 570px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
}
#company_name {	
padding-top: 15px;
	padding-right: 15px;
}
#company_name h2 {
	font-family: 'Merriweather', serif;
	font-size: 2.6rem;
	color: #000000;

}
#company_name em {
	font-style: normal;
	font-weight: bold;
}