/*

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

#slidingAccomodation{
	position: relative;
	overflow: hidden;
	width:190px;
	height: 240px;
}
#features, #slidingFeatures, #labelFeatures, #basicFeatures, #thumbFeatures {
	position: relative;
	overflow: hidden;
	width: 317px;
	height: 240px;
	border-bottom: 1px solid #ddd;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);

	}
#slidingFeatures h2 {
	margin: 0 0 10px 0;
	padding: 10px;
	background: #e9edef;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FC0;
}
#slidingFeatures h2 a {color:#0066cc;}
.jshowoff {

	margin: 10px 0;
	}
.jshowoff div {	

	}
.jshowoff div, .jshowoff img, .jshowoff {

	}
#basicFeatures, .jshowoff.basicFeatures, .jshowoff.basicFeatures img, .jshowoff.basicFeatures div {

	}
#slidingFeatures .jshowoff div p,#slidingFeatures  .jshowoff div h2 {
	_background-color: #efefef;
	}
#slidingFeatures .jshowoff h2, #slidingFeatures .jshowoff p {
	font-size: 18px;
	padding: 15px 20px 0px;
	margin: 0;
	}
.jshowoff p {
	font-size: 13px;
	line-height: 15px;
	}
.featureImg {
	float: left;
	padding: 5px;
	}
.jshowoff p.jshowoff-slidelinks {
	position: absolute;
	bottom: 5px;
	right: 5px;
	margin: 0;
	padding: 0;
	}
.jshowoff-slidelinks a, .jshowoff-controls a {
	display: block;
	color: #000;
	padding: 5px 7px 5px;
	margin: 5px 0 0 5px;
	float: left;
	text-decoration: none;
	outline: none;
	font-size: 11px;
	line-height: 14px;
	}

#slidingAccomodation .jshowoff-slidelinks a, #slidingAccomodation .jshowoff-controls a {
	display: block;
	color: #fff;
	padding: 5px 7px 5px;
	margin: 5px 0 0 5px;
	float: left;
	text-decoration: none;
	outline: none;
	font-size: 11px;
	line-height: 14px;
	}
.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover {
	color: #fff;
	}
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
	background-color: #fff;
	color: #000;
	}
p.jshowoff-controls {
	overflow: auto;
	height: 27px;
	padding: 0;
	margin: 0;
	position: absolute;
	top:0;
	right:0;
	}
.jshowoff-controls a {
	margin: 5px 5px 0 0;
	font-size: 13px;
	line-height: 12px;
	padding: 4px 8px 5px;
	color:#0066cc;
	}
#slidingAccomodation .jshowoff-controls a {
	margin: 5px 5px 0 0;
	font-size: 13px;
	line-height: 12px;
	padding: 4px 8px 5px;
	color:#fff;
	}
.jshowoff-pausetext {
	display: none;
	}




.jshowoff-controls a.jshowoff-play {
	display: none;
	}
.jshowoff.thumbFeatures {
	height: 250px;
	}
.jshowoff.thumbFeatures div, .jshowoff.thumbFeatures img, .jshowoff.thumbFeatures {
	-webkit-border-radius: 6px;
	}
