/* Testimonials */
.testimonials{
	background:url(../images/other/bg_testimonial.gif) repeat-y;
	width:209px;
}
.testimonials_title{
	background:url(../images/other/title_testimonial.gif) no-repeat top;
}
.testimonials_bot{
	background:url(../images/other/bg_bot_testimonial.gif) no-repeat bottom;
}
.testimonials_inner{
	padding:5px;
}

#pscroller1{
	height:260px;
	/*padding:10px;*/
}

#pscroller1 div.title{
	font-weight:bold;
	
}

#pscroller1 div.cont{
	text-align:left;
	/*padding:5px 0px;*/
}

#pscroller1 div.client{
	font-style:italic;
	text-align:right;
	font-weight:bold;
}

#pscroller1 a{
	text-decoration: none;
}

.someclass{
}
/* /Testimonials */