#gallery-box {
	width: 960px;
	position: relative;
	height: 300px;
}
#gallery-box .JQ-gallery-box {
	overflow: hidden;
	height: 300px;
	position: relative;
}
#gallery-box ul {
	margin:0;
	padding:0;
}
#gallery-box .JQ-gallery-content {
	height:100%;
	position: absolute;
}
#gallery-box .JQ-gallery-content li {
	float: left;
	width: 960px;
	height: 300px;
}
#gallery-box .JQ-gallery-content li img {
	width: 960px;
	height: 300px;
	border:0;
}

/*------ jerry 20131227 -----------*/
#gallery-box .JQ-gallery-nav {
	left:411px;
	bottom:-52px;
	position:absolute;
	width:150px;
}

#gallery-box .JQ-gallery-nav ul{
	margin-right: auto;
	margin-left: auto;	
	}

/*------ jerry 20131227 -----------*/
	
	
	

#gallery-box .JQ-gallery-nav li {
	float: left;
	display:inline;
}
#gallery-box .JQ-gallery-nav li a {
	width: 14px;
	height: 14px;
	margin-left: 5px;
	background: url(../images/bullets.png) 0 0 no-repeat;
	color: #999;
	text-indent: -9999px;
	display:block;
	overflow: hidden;
}

#gallery-box .JQ-gallery-nav li.on {
	background-position: -14px 0;
	color:#222;
}

#gallery-box .JQ-gallery-nav li.on a {
	background-position: -14px 0;
	color:#222;
}
#gallery-box .JQ-gallery-controller a {
	top:50%;
	width:25px;
	height:73px;
	margin-top:-35px;
	text-indent:-9999px;
	display:block;
	position:absolute;
	z-index:1000;
}
#gallery-box .JQ-gallery-controller .prev {
	left:0;
	background: url(../images/left-arrow1.png) 0 0 no-repeat;
}
#gallery-box .JQ-gallery-controller .prev:hover{
background-image: url(../images/left-arrow2.png);
}
#gallery-box .JQ-gallery-controller .next {
	right:0;
	background:url(../images/right-arrow1.png) 0 0 no-repeat;
}
#gallery-box .JQ-gallery-controller .next:hover{
background-image: url(../images/right-arrow2.png);
}