/**
* Faboba News System 
* @package Joomla!
* @Copyright (C) 2010 Faboba.com
* @ All rights reserved
* @ Joomla! is Free Software
* @ Released under GNU/GPL License : http://www.gnu.org/copyleft/gpl.html
* @version $Revision: 1.0 $
**/

h4.ta_center,
p.ta_center {
	text-align: center;
}
h4.ta_left,
p.ta_left {
	text-align: left;
}
h4.ta_right,
p.ta_right {
	text-align: right;
}
p.ta_justify {
	text-align: justify;
}
img.i_left {
	display: block;
	float: left;
}
img.i_right {
	display: block;
	float: right;
}
img.i_center {
	display: block;
	margin: 0 auto;
}
a.readon_class {
}
a.p_left {
	float: left !important;
}
a.p_right {
	float: right !important;
}
a.p_center {
	margin: 0 auto !important;
}
div.fanews_mainwrap {
	overflow: hidden;
	color: #575757;
	padding-bottom: 10px;
	background: none;
	/*border: 1px solid #f5f5f5;*/
}

div.fanews_full {
}

#fanews1 div.fanews_full_interface {
	overflow: hidden;
	min-height: 21px;
}
#fanews1 div.fanews_full_interface ul {
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0;
	float: left;
	width: auto;
}
#fanews1 div.fanews_full_interface ul li {
    background: #eee;
	cursor: pointer;
	float: left;
	width: 11px;
	height: 12px;
	margin-left: 2px;
	text-indent: -999em;
	padding: 0;
	background: transparent url('../images/bullet_white_inactive.png') no-repeat 0 0;
}
#fanews1 div.fanews_full_interface ul li.active {
    background: transparent url('../images/bullet_white_active.png') no-repeat 0 0;
}
#fanews1 div.fanews_interface_bg {
	float: right;
	width: 44px;
	height: 18px;
        background: transparent url('../images/arrow_interface_white.png') no-repeat 0 0;
}
#fanews1 div.fanews_full_prev {
	width: 8px;
	height: 8px;
	float: left;
	margin: 3px 0 0 11px;
        background: transparent url('../images/prev.png') no-repeat 0 0;
	text-indent: -999em;
}
#fanews1 div.fanews_full_prev:hover {
	cursor: pointer;
        background: transparent url('../images/prev.png') no-repeat -8px 0;
}
#fanews1 div.fanews_full_next {
	width: 8px;
	height: 8px;
	float: right;
	margin: 3px 11px 0 0;
        background: transparent url('../images/next.png') no-repeat 0 0;
	text-indent: -999em;
}
#fanews1 div.fanews_full_next:hover {
	cursor: pointer;
        background: transparent url('../images/next.png') no-repeat -8px 0;
}
#fanews1 div.fanews_full_scroll1 {
	overflow: hidden;
}
#fanews1 div.fanews_full_scroll2 {
}
#fanews1 div.fanews_full_tablewrap {
	float: left;
}
#fanews1 table.fanews_table {
}
#fanews1 table.fanews_table tr {
}
#fanews1 table.fanews_table td {
}
#fanews1 h4.fanews_header {
}
#fanews1 p.fanews_text {
}
