/*

Title:		jShowOff: a jQuery Content Rotator Plugin
Author:		Erik Kallevig
Version:	0.1.2
Website:	http://ekallevig.com/jshowoff
License: 	Dual licensed under the MIT and GPL licenses.

*/

/*-- jShowOff module styles --*/
.jshowoff p.jshowoff-slidelinks {
	position: absolute;
	width: 140px;
	top: 305px;
	right: 10px;
	/*left: 535px;*/
	margin: 0;
	padding: 0;
}

.jshowoff-slidelinks a, .jshowoff-controls a {
	display: block;
	width: 11px;
	height: 17px;
	background: url(../img/top/slide_num_bg.png) no-repeat;
	color: #333;
	padding: 0 0 0 6px;
	margin: 0 0 0 5px;
	float: left;
	text-decoration: none;
	/*
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	outline: none;
	*/
	font-size: 8px;
	line-height: 14px;
}
	
.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover {
	color: #333;
	}
	
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
	color: #000;
	}
	
