/**

 * @version		$Id$

 * @author		Pham Minh Tuan (admin@vnskyline.com)

 * @package		Joomla.Site

 * @subpakage	Skyline.Testimonial

 * @copyright	Copyright (c) 2012 Skyline Software (http://www.vnskyline.com). All rights reserved.

 * @license		GNU General Public License version 2 or later; see LICENSE.txt

 */



.testimonials-container {

	position: relative;

}



.testimonials-container blockquote {

	padding: 0 0 15px 0;

	position: relative;

	font-family: Georgia, serif;

	font-size: 14px;

	font-style: italic;

	line-height: 25px;

	margin: 0;

}



.testimonials-container blockquote:before,

.testimonials-container blockquote:after {

	content: none;

}



.testimonials-container cite {

	float: right;

	font-style: normal;

	text-align: right;

}



#nav ul.sl_pagination {

	margin-top: 15px;

}



ul.sl_pagination {

	margin-top: 15px;

	z-index: 10;

	position: relative;

	float: left;

}



ul.sl_pagination li {

	display: inline;

	background: none;

}



ul.sl_pagination li a {

	background: url("../images/pagination.png") no-repeat scroll left top transparent;

	float: left;

	height: 13px;

	margin-right: 2px;

	width: 14px;

	text-indent: -99999px;

}



ul.sl_pagination li.current a {

	background-position: left -13px;

}



ul.sl_pagination li a.active {

	background-position: left -13px;

}



ul.sl_pagination li:hover a {

	background-position: left bottom !important;

}



.testimonials-container .quote-mark {

	background: url("../images/quote-open.png") no-repeat scroll right top transparent;

	display: inline-block;

	height: 19px;

	width: 25px;

}



.testimonials-container .quote-mark-close {

    background: url("../images/quote-close.png") no-repeat scroll left top transparent;

    display: inline-block;

    height: 19px;

    width: 25px;

}



.testimonials-container .testimonial-author {

	font-size: 130%;

	display: block;
	
	color: #036;
	

}



.testimonials-container .testimonial-www {

	font-size: 90%;

	display: block;

}



.clr {

	clear: both;

}



.clearfix:after {

	content: ".";

	display: block;

	clear: both;

	visibility: hidden;

	line-height: 0;

	height: 0;

}



.clearfix {

	display: inline-block;

}



html[xmlns] .clearfix {

	display: block;

}



* html .clearfix {

	height: 1%;

}