.pagination {
	background:none;
	text-align:right;
}

/***** FOCUS ***/
.testimonials_focus{
	background:url(../images/hr.gif) bottom left repeat-x;
	padding-bottom:30px;
	margin-bottom:30px;
}

.testimonials_focus .info_test{
	margin-bottom:20px;
}
.testimonials_focus .img{
	float:left;
	margin-right:20px;
	padding:2px;
	background:#fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.testimonials_focus .img img{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.testimonials_focus .info{
	position:relative;
	float:left;
	border:1px solid #c8c8c8;
	padding:20px;
	background:#f6f6f6;
}
.testimonials_focus .info h3{
	padding-top:10px;
	margin-bottom:10px;
	font-size:14px;
	font-weight:bold;
	color:#565656;
	line-height:normal;
	text-transform:uppercase;
}
.testimonials_focus .info h3 a{
	color:#565656;
	text-decoration:none;
}
.testimonials_focus .info .class{
	margin-bottom:10px;
	font-size:14px;
	font-weight:bold;
	color:#565656;
	line-height:normal;
	text-transform:uppercase;
}
.testimonials_focus .info .short{
	padding-left:60px;
	padding-top:15px;
	background:url(../images/bg_short_focus.png) top left no-repeat;
	font-size:14px;
	font-weight:normal;
	color:#666;
	text-align:justify;
	margin-bottom:15px;
}
.testimonials_focus .info .content{
	font-size:14px;
	font-weight:normal;
	color:#666;
	text-align:justify;
}
/*----------------- VIEW 2 ----------------*/
#List_View .noItem {
	padding:50px;
	text-align:center;
	color:#ff0000;
}  
/*********** Box NEWS *********/
#List_View .item{
	float:left;
	width:48%;
	margin-right:4%;
	text-align:center;
}
#List_View .item.last{
	margin-right:0%;
}
.boxNews h3 {
	font-size:14px;
	font-weight: bold;
 	color:#333;
	text-transform:uppercase;
	margin-bottom:10px;
}
.boxNews h3 a {
	color:#333;
	text-decoration:none;
}
.boxNews .img_left {
	text-align: center;
	margin-bottom:20px;
}
.boxNews .img_left img{
	height:auto;
	width:100%;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
}
.boxNews .img_right {
	text-align: center;
	float:right;
	margin-left:20px;
}
.boxNews .img_right img{
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
}
.boxNews .class{
	font-size:14px;
	font-weight:normal;
	color:#666;
}
.hr {
	background: url(../images/hr.gif) repeat-x center;
	height:1px;
	padding: 20px 0;
	margin: 0px;
	overflow: hidden;
}

/*********** Detail NEWS *********/ 
.boxDetail .imgDetail_left {
	display: block;
	float: left;
	margin-right: 15px;
	padding-top:5px;
}
.boxDetail .imgDetail_right {
	display: block;
	float: right;
	margin-right: 15px;
	padding-top:5px;
}
.boxDetail .fDespic {
	font-size: 9px;
	color: #999999;
	text-align: center;
}
.boxDetail .content-testimonials{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#333;
}
.boxDetail .content-testimonials strong.tyty{
	display:block;
	padding-left:60px;
	padding-top:15px;
	background:url(../images/bg_short_focus.png) top left no-repeat;
}
.boxDetail .content-testimonials img{
	height: auto !important;
	width: 100% !important;
}