/*

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 --*/


#features, #labelFeatures, #basicFeatures, #thumbFeatures {
	background: #efefef;
	position: relative;
	overflow: hidden;
	width: 302px;
	height: 220px;
	}
	
#slidingFeatures
	{
	background: #efefef;
	position: relative;
	overflow: hidden;
	width: 652px;
	height: 220px;
	}
	
.jshowoff {
	width: 303px;
	margin: 0px;
	}
.jshowoff div {	
	width: 303px;
	height: 250px;
	}

.jshowoff div p, .jshowoff div h2 {
	_background-color: #efefef;
	}
.jshowoff h2, .jshowoff p {
	font-size: 18px;
	padding: 0px;
	margin: 0;
	}
.jshowoff p {
	font-size: 13px;
	line-height: 15px;
	}
.eddie {
	float: right;
	padding: 15px 20px 15px 20px;
	}
.jshowoff p.jshowoff-slidelinks {
	position: absolute;
	bottom: 5px;
	right: 5px;
	margin: 0;
	padding: 0;
	}
.jshowoff-slidelinks a{
	display: block;
	font-family: Arial;
	background-color: #ff0000; /* kolor przyciskow */
	color: #fff;
	padding: 5px 7px 5px;
	margin: 5px 0 0 5px;
	float: left;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	outline: none;
	font-size: 11px;
	line-height: 14px;
	}
.jshowoff-slidelinks a:hover {
	color: #fff;
	}
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
	background-color: #fff;
	color: #000;
	}
p.jshowoff-controls {
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	position: absolute;
	top: 50px;
	left: -7px;
	width: 680px;
	}

.jshowoff-pausetext {
	color: #fff;
	}


#slidingFeatures
	{
	-moz-border-radius: 7px;
	border-radius: 7px;	
	background: #efefef;
	position: relative;
	overflow: hidden;
	width: 667px;
	height: 220px;
	}