﻿/*

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, #slidingFeatures, #labelFeatures, #basicFeatures, #storySlider {
	background: #efefef;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	}
.jshowoff {
	width: 600px;
/*	
	margin: 10px 0; */
}
.jshowoff div, .jshowoff img, .jshowoff {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}
#basicFeatures, .jshowoff.basicFeatures, .jshowoff.basicFeatures img, .jshowoff.basicFeatures div {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.jshowoff div p, .jshowoff div h2 {
	_background-color: #efefef;
}
.jshowoff h2, .jshowoff p {
	font-size: 18px;
	padding: 15px 20px 0px;
	margin: 0;
}
.jshowoff p {
	font-size: 13px;
	line-height: 15px;
}
.jshowoff p.jshowoff-slidelinks {
/*	position: absolute;
	bottom: 5px; 
	right: 5px;
	margin: 0;
	padding: 0; */
}
.jshowoff-slidelinks a, .jshowoff-controls a {
	display: block;
	background-color: #000;
	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.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
	background-color: #fff;
	color: #000;
}
p.jshowoff-controls {
	background: #aaa;
	overflow: auto;
	height: 1%;
	padding: 0 0 5px 5px;
	margin: 0;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}
.jshowoff-controls a {
	margin: 5px 5px 0 0;
	font-size: 12px;
	line-height: 15px;
	padding: 4px 8px 5px;
}

.jshowoff-pausetext {
	color: #fff;
}


/*-- Re-styled Thumbnail Demo --*/
.jshowoff.storySlider {
	max-height:399px;
	max-width:600px;
}
.jshowoff.storySlider div, .jshowoff.storySlider img, .jshowoff.storySlider {
	-webkit-border-radius: 6px;
}
.storySlider ul {
	padding:0;
	margin:0;
	margin-bottom: 5px;
}
.storySlider li {
	height:100%;
	width:100%;
	max-height:399px;
	max-width:600px;
}
.storySlider li img {
	max-height:399px;
	max-width:600px;
	min-height:399px;
	min-width:600px;

/*	height:100%;
	width:100%;*/
}

/* --------------TOGGLE VIEW: To display links under media component, change display attribute to "block"------------------*/
.storySlider p.jshowoff-slidelinks {
	display:none; /*changed to none 4-26-2013*/
/*	height:32px;
	bottom:45px; */
/*	background:#fff; */
	padding:15px 0 5px 0px;
}
.storySlider .jshowoff-slidelinks a {
	width:60px;
	height:30px;
	display:block;
	background-color:transparent;
	background-repeat:no-repeat;
	margin:2px 5px 2px 0;
	padding:0;
	border:1px solid #4f4f4f;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
.storySlider .jshowoff-slidelinks a.jshowoff-active {
	border:1px solid #fff;
	}
.storySlider .jshowoff-slidelinks img {
	height:30px;
	width:60px;
	bottom:0;
	border:0;
}
.storySlider p.jshowoff-controls {
	background: none;
	height: 38px;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 335px;
	width: 100%;
	z-index:10000;
}
.storySlider .jshowoff-controls a {
	display: block;
	width: 30px;
	height: 38px;
	background:url(../../Style%20Library/galleries_and_sliders/nivo_slider_3_0_1/themes/default/next-prev-arrows.png) no-repeat;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	text-indent: -10000em;
	position: absolute;
	}
.storySlider .jshowoff-controls a.jshowoff-prev {
	left: -16px;
}
.storySlider .jshowoff-controls a.jshowoff-next {
	right: -16px;
	background-position:-30px 0;
}
.storySlider .jshowoff-controls a.jshowoff-play {
	display: none;
}