@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
body{color:#000;
font-family: 'Open Sans', Helvetica, Arial, Tahoma,sans-serif;}

.clear	{ clear:both;}

.floatleft			{ float:left;}
.floatright			{ float:right;}

/* Common Testimonial
==================================================== */

#testimonial_full			{ width:auto; }

.sys_tm1 {
	position: relative;
	font-size:12px; 
	background:#f1f1f1;
}

.sys_tm1 .testimonial {
	position:relative; 
	padding:20px 20px 20px 80px; 
	background:transparent URL('../images/quote_icon.png') 20px 20px no-repeat; 
	background-color: #f1f1f1;
	margin-bottom:10px;
	border-bottom: 1px solid #dddddd;
}

.sys_tm1 .testimonial:after,
.sys_tm1 .testimonial:before {
	clear: both;
	content: '';
	display: block;
}

.sys_tm1 .feedback {
	font-size:13px;
}
.sys_tm1 .title {
	font-size:14px;
	font-weight: bold; 
	margin:0 0 10px 0; 
}

.sys_tm1 .client-info .iva-avatar {
	display: inline-block;
	float:left; 
	border:1px solid #dddddd; 
	padding:2px; 
	margin-right:10px;
	/* Border Radius*/
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.sys_tm1 .client-meta-data { overflow: hidden; line-height: normal; }
.sys_tm1 .client-meta-data strong {  }

/* Fade Testimonial
==================================================== */
#iframe {
text-align:center;
	margin:0 auto;
		height:300px;
	width:490px;
	background:url('../images/bubble.gif') 50% 0 no-repeat;;

}
#fadereview {padding:0 0px 20px 0px;overflow:hidden;}
#fadereview .lists {width:100%;}
#fadereview	.title {
	font-size:30px;
	height:60px;
	line-height:60px;
	overflow:hidden;
	font-weight: 400;
	margin:0;
} 
#fadereview	.stars {
	height:80px;margin:0;padding:0;
}
#fadereview	.feedback {
	font-size:16px;
	overflow:hidden;
	height:50px;
	font-style:italic;
	margin:0 20px;
}
#fadereview .client-meta-data { overflow: hidden; line-height: normal; height:30px;}
#fadereview	{
	overflow:hidden;
}
#fadereview a {color:#333;text-decoration:none;}
#fadeblock	{ padding:0px;position:relative; height:260px;}

#fadeblock .nav {
	position:absolute;
	bottom:0px;
	right:14px;
	padding:0px;
	width:70px;
}
.buttonsmall {background-image:url('../images/nav_sp.gif');height:22px;width:28px;text-indent:-999px;overflow:hidden;display:block;}
#iframe #prev.buttonsmall {background-position:left top;float:left;}
#iframe #next.buttonsmall {background-position:right top;float:right;}
#iframe .readall {text-align:left;font-size:10px;padding:5px 20px;}
#iframe .readall a {color:#000;}
/* Pagination
==================================================== */

.iva-pagination {
	position: relative;
}
.iva-pagination a#next,
.iva-pagination a#prev {
	font:normal 10px Arial, Sans-serif;
	text-decoration: none; 
	outline: none;
}
.iva-pagination a#next { padding-left;5px; }
.iva-pagination a#prev { }

/* --- */
.client-info .ratings	{ border:none;}


.iva-pagination { position: relative; }
.iva-pagination a { 
	border-radius: 100px;
	float: left;
	height: 30px;
	line-height: 30px;
	margin-right: 3px;
	padding: 0;
	text-align: center;
	width: 30px;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
}

.iva-pagination a:hover,
.iva-pagination .current { 
	background-color: #666666;
	color: #ffffff;
}



