/*

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 theme styles --*/
.jshowoff div p, .jshowoff div h2 {
	_background-color: #000;
	}
.jshowoff-slidelinks a, .jshowoff-controls a {
	background-color: #46D;
	color: #000;
	}
.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover {
	color: #fff;
	}
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
	color: #fff;
	}
p.jshowoff-controls {
	background: #e4e4e4;
	}

.jshowoff-pausetext {
	color: #000;
	}
.jshowoff-controls a 
{
    color:#fff;
}	