#slider, #testimonial_slider{
	margin-left:auto;
	margin-right:auto;
	width:100%;
	text-align:center;
	position:relative;
}
#slider li, #testimonial_slider li, .bjqs-slide{
	list-style:none;
	background:none;
	margin:0;
	padding:0;
}
#gallery{
	width:1110px;
	overflow:hidden;
}
#slides{
	/* This is the slide area */
	height:400px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:1110px;
	overflow:hidden;
}
#testimonial_slider{
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	max-width:1110px;
	overflow:hidden;
}
/*.slide{
	float:left;
}*/
#menu{
	/* This is the container for the thumbnails */
}
#menu ul{
	margin:0px;
	padding:0px;
}
#menu li{
	/* Every thumbnail is a li element */
	padding:0;
	width:220px;
	background-image:none;
	display:inline-block;
	list-style:none;
	height:67px;
	overflow:hidden;
	/*background:url(/assets/images/site/tab-slider-off.png) repeat;*/
	background:#776e93;
	border-radius:0 0 5px 5px;
}
#menu li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:#f4a650;
}
#menu li.act,li.act:hover{
	/* The active state of the thumb */
	background:#F4962F;
}
#menu li.act a{
	cursor:default;
}
li a{
	display:block;
	padding:0;
}
a img{
	border:none;
}