.gs_testimonial_container { 
	position:relative; 
}

.testimonial-box .box-content p,
.testimonial-box .box-content .box-title {
	margin: 0 !important;
}

.cycle-slideshow .cycle-slide { 
	white-space:normal; 
	text-align: center;
}

.cycle-slideshow .cycle-carousel-wrap .cycle-slide .testimonial-box,
.cycle-slide .testimonial-box { 
	padding-bottom:15px; 
}

.cycle-slideshow,
.cycle-slideshow .cycle-carousel-wrap .cycle-slide .testimonial-box p,
.cycle-slide .testimonial-box p { 
	width:100%; 
}

.cycle-slideshow .cycle-carousel-wrap .cycle-slide .testimonial-box .box-image img { 
	width:86px; 
	height: 86px;
	border:3px solid #ddd; 
	-webkit-border-radius: 50%; 
	-moz-border-radius: 50%; 
	border-radius: 50%;
}

.cycle-slideshow .cycle-carousel-wrap .cycle-slide .testimonial-box .box-title { 
	margin: 10px 0; 
	font-family:"Noto Sans", sans-serif; 
	font-size:16px; 
	color:#333; 
	line-height:20px; 
}

.cycle-slideshow .cycle-carousel-wrap .cycle-slide .testimonial-box .box-content { 
	font-family:"Noto Sans", sans-serif; 
	font-size:12px; 
	color:#333; 
	line-height:17px; 
	margin-bottom:10px; 
}

.cycle-slideshow .cycle-carousel-wrap .cycle-slide .testimonial-box .box-content p {
	margin: 0 !important;
}
.cycle-slideshow .cycle-carousel-wrap .cycle-slide .testimonial-box .box-companyname {
	font-family:"Noto Sans", sans-serif; 
	font-size:11px; 
	color:#333; 
	line-height:15px; 
	margin-bottom:6px;
}

.cycle-slideshow .cycle-carousel-wrap .cycle-slide .testimonial-box .box-companyname span { 
	font-weight:bold;
}

.cycle-slideshow .cycle-carousel-wrap .cycle-slide .testimonial-box .box-designation {
	font-family:"Noto Sans", sans-serif; 
	font-size:11px; 
	color:#333; 
	line-height:15px; 
	margin-bottom:6px;
}

.cycle-slideshow .cycle-carousel-wrap .cycle-slide .testimonial-box .box-designation span {
	font-weight:bold;
}


.gs_testimonial_container .cycle-nav { 
	display:none; 
	position:absolute; 
	left:0; 
	right:0; 
	top:50%; 
	margin-top:-16px; 
	width:100%; 
	height:16px; 
	text-indent:-99999px; 
	z-index:1000; 
}

.gs_testimonial_container .cycle-nav #prev,
.gs_testimonial_container .cycle-nav #next { 
	display:block; 
	height:16px; 
	width:16px; 
	float:left; 
	background:url(prev.png) no-repeat; 
	text-decoration:none; 
	border:none !important; 
	z-index:1000; 
	cursor:pointer; 
}

.gs_testimonial_container .cycle-nav #prev { }

.gs_testimonial_container .cycle-nav #next { 
	float:right; 
	background:url(next.png) no-repeat; 
}

.gs_testimonial_container .cycle-pager {
	position: relative;
	margin: 0 auto;
	min-width:16px;
	width: auto;
	height: 16px;
	cursor: pointer;
	text-align:center;
	background-color:#fff;
	display: none;
}

.gs_testimonial_container .cycle-pager a {
	display:inline-block;
	width:10px;
	height:10px;
	margin:3px;
	overflow: hidden;
	-webkit-border-radius: 50%; 
	-moz-border-radius: 50%; 
	border-radius: 50%;
	background-color: transparent;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
	border: 2px solid #dd9933;
	box-sizing: border-box;
	text-indent:-99999px;
}

.gs_testimonial_container .cycle-pager a:hover,
.gs_testimonial_container .cycle-pager a:focus {
	background-color: transparent;
	text-decoration:none !important; 
	outline: none;
}

.gs_testimonial_container .cycle-pager a.cycle-pager-active {
	background-color: #dd9933;

}