/*

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, #thumbFeatures {
	display: block;
	background: #efefef;
	background: #fff;
	position: relative;
	overflow: hidden;
	/*width: 325px;
	height: 220px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px; */
	margin-bottom: 15px !important;
	}
	
#slidingFeatures {
	width: 325px;
	width: 100%;
	height: 220px;
	padding: 0 !important;
	border-right: 0px solid;
}

.jshowoff {
	/*width: 325px;*/
	margin: 0;
	padding: 0;
}
.jshowoff div {	
	/*width: 325px;
	height: 250px;*/
	}
.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;
	background:  none !important;
	}
.jshowoff h2 {
	font-size: 17px !important;
	line-height: 16px !important;
	padding: 0;
	margin: 0;
	}
.jshowoff p {
	font-size: 11px !important;
	line-height: 15px !important;
	}
/*.headshot {
	float: right;
	padding: 15px 20px 15px 20px;
	}*/

/*.jshowoff p.jshowoff-slidelinks {
	position: absolute;
	top: 0;
	right: -175px;
	width: 170px;
	margin: 0;
	padding: 0;
}*/

/* Temporary modification */



.jshowoff p.jshowoff-slidelinks {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	border: 0px solid;
}

.select.jshowoff-2-slidelinks a {
	border: 7px solid !important;
	font-size: 24px;
}

.jshowoff-slidelinks a {
	display: block;
	float: left;
	height: 25px;
	width: 28%;
	background-color: #fff;
	color: #000;
	padding: 3px 7px 3px 7px;
	margin: 0px 5px 5px 0px;
	margin-bottom: 7px;
	/*float: left;*/
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	outline: none;
	border: 1px solid;
	font-size: 11px;
	line-height: 14px;
	
	}
/* end Temporary */	


/*.jshowoff-slidelinks a {
	display: block;
	background-color: #fff;
	color: #000;
	padding: 3px 7px 3px 7px;
	margin: 5px 0 0 5px;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	outline: none;
	font-size: 11px;
	line-height: 14px;
	
	}*/
.jshowoff-slidelinks a:hover {
	background-color: #004356;
	color: #fff;
	}
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
	
	background-color: #004356;
	color: #fff;
	}
/*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;
	display: none;
	}
.jshowoff-controls a {
	margin: 5px 5px 0 0;
	font-size: 12px;
	line-height: 15px;
	padding: 4px 8px 5px;
	}

.jshowoff-pausetext {
	color: #fff;
	}
	*/

	
	p.jshowoff-2-controls {
	position: absolute;
	top: -30px;
	top: 35%;
	right: -25px;
	right: 50px;
	background: none;
	overflow: auto;
	height: 50px;
	padding: 0;
	margin: 0;
	}
	
.jshowoff-2-controls a {
	display: block;;
	float: left;
	height: 22px !important;
	width: 22px !important;
	margin: 0;
	font-size: 0px;
	line-height: 0;
	text-indent: -999em;
	padding: 0;
	color: transparent;
	border: 0px solid #777;
	}
	
	.jshowoff-controls a.jshowoff-prev, .jshowoff-controls a.jshowoff-2-prev {
		background: url(/App_Themes/PPTA/img/smallNavArrows.png) 0 0 no-repeat;
	}
	
	.jshowoff-controls a.jshowoff-next, .jshowoff-controls a.jshowoff-2-next {
		background: url(/App_Themes/PPTA/img/smallNavArrows.png) -23px 0 no-repeat;
	}
	
	a.jshowoff-play, a.jshowoff-1-play, a.jshowoff-paused, a.jshowoff-2-paused {
		display: none;
	}

.jshowoff-pausetext {
	color: #fff;
	}


/* Custom styles */

#slidingFeatures div.boardInfo, #slidingFeatures .summaryText   {
	margin-top: 15px;
	height: 150px;
	width: 150px;
	padding: 0px;
	float: left;
}

#slidingFeatures .boardPhotoWrapper , #slidingFeatures .headshot {
	position: relative;
	 float: left;
	height: 180px;
	width: 160px;
	margin: 10px 10px 0 0;
	background: url(/App_Themes/PPTA/img/bioPhotoBorder.jpg) top left no-repeat;
}

#slidingFeatures .boardPhoto {
	position: absolute;
	top: 16px;
	left: 19px;
	width: 125px;
	height: 150px;
	background: #333;
}


/*-- Re-styled Thumbnail Demo --*/

.jshowoff.thumbFeatures {
	position: relative;
}

.thumbFeatures p.jshowoff-slidelinks {
	background: #000;
	bottom: 0;
	padding: 5px 0 5px 5px;
	right: 113px;
	height: 32px;
	display: none;
	}
.thumbFeatures .jshowoff-slidelinks a {
	display: block;
	width: 60px;
	height: 30px;
	background-color: none;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	padding: 0;
	border: 1px solid #4f4f4f;
	text-indent: -10000em;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	}
/*.thumbFeatures .jshowoff-slidelinks a.jshowoff-active {
	border: 1px solid #fff;
	}
.thumbFeatures .jshowoff-slidelink-0 {
	background-image: url(http://farm5.static.flickr.com/4065/4439060414_c11002d183_o_d.jpg);
	}
.thumbFeatures .jshowoff-slidelink-1 {
	background-image: url(http://farm5.static.flickr.com/4049/4438283469_5ddf465356_o_d.jpg);
	}
.thumbFeatures .jshowoff-slidelink-2 {
	background-image: url(http://farm5.static.flickr.com/4033/4439060472_02efbb3955_o_d.jpg);
	}
.thumbFeatures .jshowoff-slidelink-3 {
	background-image: url(http://farm5.static.flickr.com/4041/4438283519_4f08cb4a57_o_d.jpg);
	}*/
.thumbFeatures p.jshowoff-1-controls, .thumbFeatures p.jshowoff-1-controls {
	background: none;
	height: 22px !important;
	width: 50px !important;
	overflow: visible !important;
	padding: 0 !important;
	position: absolute !important;
	bottom: 10px !important;
	right: 10px;
	z-index: 150;
	border: 0px solid;
	
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	
	}
.thumbFeatures .jshowoff-1-controls a {
	display: block;
	width: 22px;
	height: 22px;
	background: none;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	text-indent: -10000em;
	position: absolute;
	bottom: 0 !important;
	}

.thumbFeatures .jshowoff-1-controls a.jshowoff-prev {
	left: 0px;
	background: url(/App_Themes/PPTA/img/smallNavArrows.png) 0 -23px no-repeat;
	}
	
.thumbFeatures .jshowoff-1-controls a.jshowoff-prev:hover {
	left: 0px;
	background: url(/App_Themes/PPTA/img/smallNavArrows.png) 0 0 no-repeat;
	}
	
.thumbFeatures .jshowoff-1-controls a.jshowoff-next {
	right: 0px;
	background: url(/App_Themes/PPTA/img/smallNavArrows.png) -23px -23px no-repeat;
	}
	
.thumbFeatures .jshowoff-1-controls a.jshowoff-next:hover {
	right: 0px;
	background: url(/App_Themes/PPTA/img/smallNavArrows.png) -23px 0 no-repeat;
	}
	
.thumbFeatures .jshowoff-1-controls a.jshowoff-play, .thumbFeatures .jshowoff-1-sidelinks {
	display: none !important;
	}
	
.thumbFeatures select.jshowoff-slidelinks.jshowoff-1-slidelinks {
	display: none !important;
}
	
	
.jshowoff.thumbFeatures {
	height: 250px;
	/* Jeff's custom */
	height: 223px;
	width: 190px !important;
	/* end custom */
	}
.jshowoff.thumbFeatures div, .jshowoff.thumbFeatures img, .jshowoff.thumbFeatures {
	-webkit-border-radius: 6px;
	height: 223px;
	width: 190px !important;
	background-color: transparent !important;
	border: 0;
	}