/**
 * CSS File
 *
 * @package      negetics "GoldenRatio Image Rotator"
 * @version      0.1.0_RC1
 *
 * @description  A nice horizontal Image Rotator
 *
 * @author       Jan Jost <support@negetics.de>
 * @link         http://www.negetics.de
 * @linkProject  http://extensions.negetics.de
 * @copyright    Copyright (C) 2010 Jan Jost! All Rights Reserved
 * @license      see license.txt
 */
.negeticsGRIR {
	margin:0px;
	padding:0px;
	overflow:hidden;
	position:relative;
	border:none;
}	

.negeticsGRIRimg {
	position:absolute;
	margin:0px;
	padding:0px;
	overflow:hidden;
	top:0px;
	border:none;
}

div.nGRIRdiv {
	margin:0px;
	padding:0px;
	border:none;
}

div.negetics {
	color:#000;
	text-align:right;
	margin-top:10px;
	font-size:11px;
	font-weight:bold;
}

div.negetics a.negetics {
	font-weight:bold;
	color:#000;
}

div.negetics a.negetics:hover {
	color:#880000;
}

a.negeticsGRIRlink {
	position:absolute;
	top:0px;
	left:0px;
}