/**
* CSS style
* @package News Show Pro GK4
* @Copyright (C) 2009-2010 Gavick.com
* @ All rights reserved
* @ Joomla! is Free Software
* @ Released under GNU/GPL License : http://www.gnu.org/copyleft/gpl.html
* @version $Revision: 4.0.0 $
**/
.nsp_main
{
	overflow: hidden;
}
.nsp_bottom_interface, .nsp_top_interface
{
	overflow: hidden;
	margin: 5px 0;
}
.nsp_bottom_interface DIV, .nsp_top_interface DIV
{
	float: right;
}
.nsp_bottom_interface .pagination, .nsp_top_interface .pagination
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}
.nsp_bottom_interface .pagination LI, .nsp_top_interface .pagination LI
{
	float: left;
	cursor: pointer;
	text-indent: -999em;
	width: 16px;
	height: 16px;
	background: #DDD;
	margin-right: 2px;
/*border-radius: 2px 2px*/
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px 2px;
}
.nsp_bottom_interface .pagination LI:hover, .nsp_bottom_interface .pagination LI.active, .nsp_top_interface .pagination LI:hover, .nsp_top_interface .pagination LI.active
{
	background: #444;
}
.nsp_bottom_interface .prev, .nsp_top_interface .prev
{
	background: #DDD;
	color: #444;
	padding: 1px 3px;
	cursor: pointer;
/*border-radius: 2px 2px*/
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px 2px;
	font-size: 9px;
	float: left;
	margin: 0 3px 0 0;
}
.nsp_bottom_interface .prev:hover, .nsp_top_interface .prev:hover
{
	background: #444;
	color: #DDD;
}
.nsp_bottom_interface .next, .nsp_top_interface .next
{
	background: #DDD;
	color: #444;
	padding: 1px 3px;
	cursor: pointer;
/*border-radius: 2px 2px*/
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px 2px;
	font-size: 9px;
	float: left;
}
.nsp_bottom_interface .next:hover, .nsp_top_interface .next:hover
{
	background: #444;
	color: #DDD;
}
.nsp_bottom_interface .counter, .nsp_top_interface .counter
{
	background: #DDD;
	color: #444;
	padding: 1px 3px;
	cursor: pointer;
/*border-radius: 2px 2px*/
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px 2px;
	font-size: 9px;
	float: left;
	margin: 0 0 0 3px;
}
.nsp_bottom_interface .counter SPAN, .nsp_top_interface .counter SPAN
{
}
.nsp_bottom_interface .counter STRONG, .nsp_top_interface .counter STRONG
{
}
.nsp_arts
{
	overflow: hidden;
}
.nsp_art
{
	float: left;
}
.nsp_art DIV
{
	padding: 0 0px;
}
/*here you can put padding for your articles content*/
.nsp_art H4.nsp_header
{
}
.nsp_art H4.nsp_header A
{
}
.nsp_art H4.nsp_header A:hover
{
}
.nsp_art IMG.nsp_image
{
}
.nsp_art P.nsp_text
{
	float: none;
}
.nsp_art P.nsp_text A
{
}
.nsp_art P.nsp_text A:hover
{
}
.nsp_art P.nsp_info
{
	font-size: 90%;
	color: #609FF5;
	margin-bottom: 0px;
}
.nsp_art P.nsp_info A
{
}
.nsp_art P.nsp_info A:hover
{
}
.nsp_art .tleft
{
	text-align: left;
}
.nsp_art .tright
{
	text-align: right;
}
.nsp_art .tcenter
{
	text-align: center;
}
.nsp_art .tjustify
{
	text-align: justify;
}
.nsp_art .fleft
{
	float: left;
}
.nsp_art .fright
{
	float: right;
}
.nsp_art .fnone
{
	clear: both;
	width: 100%;
	float: none;
}
.readon_class.left, .readon_class.right, .readon_class.center
{
	clear: both;
}
.readon_class.left
{
	float: left;
}
.readon_class.right
{
	float: right;
}
.readon_class.center
{
	display: inline;
	float: none;
}
.nsp_avatar
{
}
.nsp_links
{
}
.nsp_links UL
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.nsp_links UL LI
{
}
.nsp_links UL LI:hover
{
}
.nsp_links UL LI H4
{
}
.nsp_links UL LI H4 A
{
}
.nsp_links UL LI H4 A:hover
{
}
.nsp_links UL LI P
{
}
/*positioning*/
.nsp_arts.left
{
	float: right;
}
.nsp_links_wrap.left
{
	float: left;
}
.nsp_arts.right
{
	float: left;
}
.nsp_links_wrap.right
{
	float: right;
}
/*make element unvisible*/
.nsp_main .unvisible
{
	height: 1px;
	left: -10000px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px;
}
