#showcase .loader {
	position: absolute;
	width: 1024px;
	height: 420px;
}

#showcase .loader img {
	border: 15px solid white;
	margin-top: 200px;
	margin-left: 500px;
}

.testimonials #content {
	width: 100%;
	position: absolute;
	top: 675px;
}

.testimonials #showcase {
	width: 1024px;
	height: 420px;
	position: absolute;
	top: 119px;
	left: 50%;
	margin-left: -512px;
}

.testimonial-view {
	height: 371px;
	width: 660px;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0px 0px 7px #676767;
}

.thumb-scroll {
	position: relative;
	width: 660px;
	height: 150px;
	margin-top: 35px;
}

#scroll-window {
	position: absolute;
	left: 50%;
	margin-left: -488px;
	top: 557px;
	height: 104px;
	width: 976px;
}

#scroll-window ul.tabs {
	margin: 0;
	padding: 0;
	width: 976px;
	height: 104px;
	float: left;
}

#scroll-window ul li {
	display: block;
	float: left;
	width: 182px;
	height: 100px;
	margin-left: 16px;
}

#scroll-window ul li:first-child {
	margin-left: 0;
}

#scroll-window img {
	border: 2px solid white;
}

/*.scrollable {
	width: 976px;
	height: 104px;
	position: relative;
	overflow: hidden;
}

.items {
	width: 2000em;
	position: absolute;
}

a.browse {
	background: url(http://flowplayer.org/tools/img/scrollable/arrow/hori_large.png) no-repeat;
	display: block;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 7;
	position: absolute;
	top: 35px;
}

a.right {
	background-position: 0 -30px;
	left: 981px;
}

a.right:hover {
	background-position: -30px -30px;
}

a.right:active {
	background-position: -60px -30px;
}

a.left {
	margin-left: 0px;
	left: -36px;
}

a.left:hover {
	background-position: -30px 0;
}

a.left:active {
	background-position: -60px 0;
}*/

/* disabled navigational button */

a.disabled {
	visibility: hidden !important;
}

/* META AREA */

.bgmeta {
	width: 100%;
	background-color: #282828;
	position: absolute;
	top: 32px;
	border-bottom: 3px solid #bec4c2;
	height: 70px;
}

.meta {
	width: 1024px;
	background-color: #282828;
	padding-top: 6px;
	height: 61px;
}

.meta .clear {
	height: 10px;
}

.meta-left {
	width: 580px;
	float: left;
	text-align: justify;
}

.meta-right {
	float: right;
	width: 370px;
	text-align: right;
	padding-top: 8px;
}

.meta-left ul {
	margin-top: -10px;
}

.meta-left ul li {
	float: left;
	display: block;
	margin-right: 5px;
}

.meta-left ul li:first-child {
	font-weight: bold;
	color: silver;
}

.meta h3 {
	font-weight: bold;
	font-size: 17px;
	margin-top: 5px;
	margin-bottom: 3px;
	text-indent: 0;
	color: #fdfdfd;
}

.meta p {
	color: #d5d5d5;
	font-size: 12px;
}

.meta .meta-left p.info {
	margin-bottom: 15px;
	color: #6495d2;
	padding-bottom: 2px;
	font-size: 12px;
}

.meta .meta-right p.helpful {
	clear: both;
	padding-top: 5px;
	padding-right: 5px;
	position: relative;
	width: 220px;
	text-align: center;
	left: 145px;
	color: #282828;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding-bottom: 7px;
	top: -3px;
	background-color: #ebebeb;
}

.meta a {
	color: #6495d2;
}

.meta .meta-right p.helpful a:link, .meta .meta-right p.helpful a:visited {
	color: white;
	text-decoration: none;
	background-color: #808080;
	padding: 2px 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.meta .meta-right p.helpful a:hover {
	background-color: #6495d2;
}

.meta a:hover {
	color: white;
}

/* TEXT TESTIMONIAL FORMATTING */

h1+.akashi {
	margin-top: 25px;
}

.akashi {
	margin-bottom: 35px;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 20px;
}

.akashi b {
	color: #16396b;
	font-size: 17px;
	text-transform: uppercase;
}

.akashi b span {
	text-transform: capitalize;
	font-weight: normal;
	font-style: normal;
	color: #f8931d;
}

.akashi span {
	color: gray;
}

.akashi p.quote {
	position: relative;
	padding-left: 15px;
	margin-top: 15px;
}

.akashi .quote span {
	display: block;
	position: absolute;
	top: -25px;
	left: 0;
	font: 100px "Times New Roman", Georgia, Times, serif;
	color: #ebebeb;
	z-index: -2;
}

/* VIDEO TESTIMONIALS */

.panes {
	position: relative;
	width: 1024px;
	height: 422px;
	display: block;
}

.panes .windows {
	position: absolute;
	display: none;
}

.panes a.vidpopup {
	width: 198px;
	display: block;	
	padding-top: 125px;
	text-align: center;
	color: #464646;
	text-decoration: none;
	font-size: 14px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	position: relative;
	top: -35px;
	line-height: 18px;
	z-index: inherit;
}

.panes a.vidpopup:hover  {
	color: black;
	background-color: #e1e1e1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.panes .testquote p.photo-right {
	position: absolute;
	font-size: 28px;
	line-height: 35px;
	text-align: left;
	text-shadow: silver 0 1px 1px;
	top: 100px;
	left: 75px;
	width: 550px;
}

.panes .testquote p.photo-left {
	position: absolute;
	font-size: 28px;
	line-height: 35px;
	text-align: left;
	text-shadow: silver 0 1px 1px;
	top: 100px;
	width: 550px;
	left: 420px;
}

.panes p.photo-left a.vidpopup {
	left: 75px;
}

span.quote-open, span.quote-close {
	color: #e1e1e1;
	text-shadow: #8d8d8d 2px 1px 0;
	font: 150px Georgia, "Times New Roman", Times, serif;
	position: absolute;
}

span.quote-open {
	margin-top: -35px;
	margin-left: -60px;
}

span.quote-close {
	margin-top: -25px;
}

.testquote {
	background-color: white;
}

.panes .testquote p small {
	display: block;
	text-align: right;
	font-size: 17px;
	color: #6e6e6e;
	margin-top: 8px;
}

/* @group TESTIMONIAL WINDOWS */

.jerry-berg {
	width: 1024px;
	height: 350px;
	margin-top: 5px;
	background-image: url(../video-testimonials/images/showcase-jerry-berg.jpg);
}

.jerry-berg a {
	background: url(../video-testimonials/images/jerry-berg-2.jpg) no-repeat 5px 3px;
}

.brian-barron {
	width: 1024px;
	height: 350px;
	margin-top: 5px;
	background-image: url(../video-testimonials/images/showcase-brian-barron.jpg);
}

.brian-barron a {
	background: url(../video-testimonials/images/brian-barron-2.jpg) no-repeat 5px 3px;
}

.daryn-moody {
	background-image: url(../video-testimonials/images/showcase-daryn-moody.jpg);
	width: 1024px;
	height: 350px;
	margin-top: 5px;
}

.daryn-moody a {
	background: url(../video-testimonials/images/daryn-moody-2.jpg) no-repeat 5px 3px;
}

.david-page {
	background-image: url(../video-testimonials/images/showcase-david-page.jpg);
	width: 1024px;
	height: 350px;
	margin-top: 5px;
}

.david-page a {
	background: url(../video-testimonials/images/david-page-2.jpg) no-repeat 5px 3px;
}

.val-ludlow {
	background-image: url(../video-testimonials/images/showcase-val-ludlow.jpg);
	width: 1024px;
	height: 350px;
	margin-top: 5px;
}

.val-ludlow a {
	background: url(../video-testimonials/images/val-ludlow-2.png) no-repeat 5px 3px;
}

.lance-crowther {
	background-image: url(../video-testimonials/images/showcase-lance-crowther.jpg);
	width: 1024px;
	height: 350px;
	margin-top: 5px;
}

.lance-crowther a {
	background: url(../video-testimonials/images/lance-crowther-2.png) no-repeat 5px 3px;
}

.matt-felts {
	background-image: url(../video-testimonials/images/showcase-matt-felts.jpg);
	width: 1024px;
	height: 350px;
	margin-top: 5px;
}

.matt-felts a {
	background: url(../video-testimonials/images/matt-felts-2.png) no-repeat 5px 3px;
}

.matt-stohl {
	background-image: url(../video-testimonials/images/showcase-matt-stohl.jpg);
	width: 1024px;
	height: 350px;
	margin-top: 5px;
}

.matt-stohl a {
	background: url(../video-testimonials/images/matt-stohl-2.png) no-repeat 5px 3px;
}

.nate-anderson {
	background-image: url(../video-testimonials/images/showcase-nate-anderson.jpg);
	width: 1024px;
	height: 350px;
	margin-top: 5px;
}

.nate-anderson a {
	background: url(../video-testimonials/images/nate-anderson-2.png) no-repeat 5px 3px;
}

.michelle-jorgensen {
	background-image: url(../video-testimonials/images/showcase-michelle-jorgensen.jpg);
	width: 1024px;
	height: 350px;
	margin-top: 5px;
}

.michelle-jorgensen a {
	background: url(../video-testimonials/images/michelle-jorgensen-2.png) no-repeat 5px 3px;
}

.matthew-bahen {
	background-image: url(../video-testimonials/images/showcase-matthew-bahen.jpg);
	width: 1024px;
	height: 350px;
	margin-top: 5px;
}

.matthew-bahen a {
	background: url(../video-testimonials/images/matthew-bahen-2.png) no-repeat 5px 3px;
}

.quinn-smith {
	background-image: url(../video-testimonials/images/showcase-quinn-smith.jpg);
	width: 1024px;
	height: 350px;
	margin-top: 5px;
}

.quinn-smith a {
	background: url(../video-testimonials/images/quinn-smith-2.png) no-repeat 5px 3px;
}

.ryan-jergensen {
	background-image: url(../video-testimonials/images/showcase-ryan-jergensen.jpg);
	width: 1024px;
	height: 350px;
	margin-top: 5px;
}

.ryan-jergensen a {
	background: url(../video-testimonials/images/ryan-jergensen-2.png) no-repeat 5px 3px;
}

.tom-page {
	background-image: url(../video-testimonials/images/showcase-tom-page.jpg);
	width: 1024px;
	height: 350px;
	margin-top: 5px;
}

.tom-page a {
	background: url(../video-testimonials/images/tom-page-2.png) no-repeat 5px 3px;
}

.nathan-ward {
	background-image: url(../video-testimonials/images/showcase-nathan-ward.jpg);
	width: 1024px;
	height: 350px;
	margin-top: 5px;
}

.nathan-ward a {
	background: url(../video-testimonials/images/nathan-ward-2.png) no-repeat 5px 3px;
}

.robert-page {
	background-image: url(../video-testimonials/images/showcase-robert-page.jpg);
	width: 1024px;
	height: 350px;
	margin-top: 5px;
}

.robert-page a {
	background: url(../video-testimonials/images/robert-page-2.png) no-repeat 5px 3px;
}



/* @end */

/* VIDEO POPUP */
.apple_overlay {
	display:none;
	background-image: url(../video-testimonials/background.png);
	width: 902px;
	font-size:11px;
	height: 530px;
}

.apple_overlay .close {
	background-image:url(http://flowplayer.org/tools/img/overlay/close.png);
	position:absolute; right: -5px; top: -5px;
	cursor:pointer;
	height:35px;
	width:35px;
	z-index: 500000000;
}

.flash-video {
	position: relative;
	top: 25px;
	left: 25px;
}

.flash-video, a.myPlayer {
	width: 852px;
	height: 480px;
	display: block;
	text-align: center;
	position: relative;
}

a.myPlayer img {
	border-style: none;
}

/* Jim Added */

.testimonial_thumbnail {
	float: left;
	margin-right: 10px;
}