﻿/*slideshows*/
/* 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.*/
.galDesc
{
	color:#fff;
	padding: 0 20px 0 20px;
	width:494px;
	 line-height:25px;
	 font-family:Arial;
	font-size:11pt;	
}
#features /*, #slidingFeatures, #labelFeatures, #basicFeatures, #thumbFeatures*/ 
{
	background: #191919;
	position: relative;
	overflow: hidden;
	width: 494px;
	height: 277px;
}

.jshowoff 
{
	width: 494px;
	margin: 0;
}
.jshowoff div 
{	
	width: 494px;
	height: 250px;
}
.jshowoff div, .jshowoff img, .jshowoff 
{
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
}

.jshowoff div p, .jshowoff div h2 
{
	_background-color: #191919;
}
.jshowoff p.jshowoff-slidelinks 
{
	position: absolute;
	bottom: 0;
	left: 15px;
	margin: 0 0 0 0;
	padding: 0;
}
.jshowoff-slidelinks a, .jshowoff-controls a 
{
	display: block;
	color: #fff;
	padding: 5px 7px 5px;
	margin: 5px 0 0 5px;
	float: left;
	text-decoration: none;
	outline: none;
}
	
.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover 
{
	color: #fff;
}
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover 
{
	background-color: #191919;
	color: #fff;
}
p.jshowoff-controls 
{
	background: #333;
	overflow: auto;
	height: 20px;
	padding: 0 0 5px 0;
	margin: 0;
}
.jshowoff-controls a 
{
	margin: 3px 0 0 0;
	font-size: 12px;
	padding: 0 0 0 400px;
	color: #fff;
   text-decoration: none;
   font-family: verdana;
   font-size:9pt;
}
.jshowoff-pausetext 
{
	display:none;
}
