﻿#herocontainer {
	width: 716px;
	background: #fff;
	border: 1px solid #eee;
	padding: 1px;
	height: 328px;
	position: relative;
}

#heroimagecontainer {
	width: 716px;
	height: 321px;
	border-bottom: 7px solid #fd8831;
	background: #000;
}

#heroimageselector {
	position: absolute;
	top: 10px;
	color: #fff;
	width: 22px;
	left: 690px;
}

#heroimageselector li {
	margin: 5px 0;
}

#heroimageselector li, #heroimageselector a {
	width: 22px;
	height: 21px;
	line-height: 21px;
	font-size: 9px;
	color: #000;
	text-align: center;
	display: block;
	font-weight: bold;
	text-decoration: none;
}

#heroimageselector a {
	background: url("../Images/SOICommonStatic.png");
	cursor: pointer;
}

#heroimageselector .off a {
	background-position: -938px -71px;
}

#heroimageselector .off a:hover {
	background-position: -938px -92px;
}

#heroimageselector .on a {
	background-position: -938px -113px;
}

#heroimageselector .pause > a > span {
	width: 22px;
	height: 21px;
	text-indent: -9999px;
	background: url("../Images/SOICommonStatic.png") -938px -134px;
	display: block;
}

#heroimageselector .play > a > span {
	width: 22px;
	height: 21px;
	text-indent: -9999px;
	background: url("../Images/SOICommonStatic.png") -938px -155px;
	display: block;
}

#heroimageauthortarget, #heroimageproducttarget {
	text-indent: -9999px;
	display: block;
	width: 6px;
	background: url("../Images/SOICommonStatic.png") no-repeat 0 0;
	position: absolute;
}

#heroimageauthortarget {
	height: 48px;
	background-position: -932px -71px;
	left: 1px;
	top: 180px;
}

#heroimageproducttarget {
	height: 97px;
	background-position: -926px -71px;
	top: 210px;
	left: 711px;
}

#heroauthorflyout {
	display: block;
	position: absolute;
	left: 1px;
	height: 43px;
	top: 180px;
	width: 150px;
	padding: 5px 0 0 7px;
	background: url("../Images/SOICommonStatic.png") no-repeat -769px -71px;
	overflow: hidden;
}

#heroauthorflyout h3 {
	font-size: 12px;
	font-weight: bold;
	color: #fd872f;
}

#heroauthorflyout p {
	font-size: 11px;
	color: #fff;
	margin: 0;
}

#heroauthorflyout address {
	font-style: italic;
	color: #bcbbba;
	max-height: 1.2em;
	overflow: hidden;
}

#heroproductflyout {
	display: block;
	position: absolute;
	cursor: pointer;
	height: 97px;
	top: 210px;
	left: 521px;
	width: 196px;
	padding: 0;
	background: url("../Images/SOICommonStatic.png") no-repeat -730px -119px;
	overflow: hidden;
}

#heroproductflyout img {
	position: absolute;
	max-height: 80px;
	max-width: 80px;
	top: 10px;
	left: 5px;
}

#heroproductflyout h3 {
	font-weight: normal;
	font-size: 9px;
	text-transform: uppercase;
	color: #c1bebe;
	position: absolute;
	top: 16px;
	left: 95px;
}

#heroproductflyout h4 {
	font-weight: normal;
	font-size: 12px;
	color: #000;
	text-align: right;
	position: absolute;
	top: 35px;
	left: 90px;
	width: 100px;
	max-height: 2em;
	overflow: hidden;
}

#heroproductflyout p {
	font-weight: normal;
	font-size: 21px;
	color: #fff;
	text-align: right;
	position: absolute;
	top: 60px;
	left: 90px;
	width: 100px;
}

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen {
	/* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
	.ui-tabs-hide {
		display: none;
	}
}

/* Hide useless elements in print layouts... */
@media print {
	.ui-tabs-nav {
		display: none;
	}
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
	font-weight: bold;
	font-size: 1.09em; /* 12px/11px*/
}

.ui-tabs-nav {
	list-style: none;
	margin: 0 0 0 0px;
	padding: 2px 2px 0 2px;
	height: 22px;
	background: url("../Images/HomepageShowcaseBg.png") no-repeat 0 -220px;
	width: 716px;
}

.ui-tabs-nav:after {
	/* clearing without presentational markup, IE gets extra treatment */
	display: block;
	clear: both;
	content: " ";
}

.ui-tabs-nav li {
	float: left;
	margin: 0;
	min-width: 150px; /* be nice to Opera */
	width: 150px;
}

.ui-tabs-nav a, .ui-tabs-nav a span {
	display: block;
	padding: 0 10px;
	background: url("../Images/HomepageTabs.png") no-repeat;
}

.ui-tabs-nav a {
	margin: 0; /* position: relative makes opacity fail for disabled tab in IE */
	padding-left: 0;
	color: #fff;
	font-weight: bold;
	line-height: 0.9;
	text-align: center;
	text-decoration: none;
	white-space: nowrap; /* required in IE 6 */
	outline: 0; /* prevent dotted border in Firefox */
	border-right: 1px solid #fff;
}

.ui-tabs-nav .ui-tabs-selected a {
	position: relative;
	top: 0px;
	z-index: 2;
	margin-top: 0;
	color: #336699 !important;
	text-decoration: none !important;
	text-transform: none !important;
}

.ui-tabs .first.ui-tabs-selected {
	padding-left: 0 !important;
	background-position: 1px -50px !important;
}

.ui-tabs-nav a span {
	width: 64px; /* IE 6 treats width as min-width */
	min-width: 64px;
	height: 16px; /* IE 6 treats height as min-height */
	min-height: 16px;
	padding-top: 6px;
	padding-right: 0;
}

* > .ui-tabs-nav a span {
	/* hide from IE 6 */
	width: auto;
	height: auto;
}

.ui-tabs-nav .ui-tabs-selected a span {
	padding-bottom: 1px;
}

.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:active {
	/* Right part of tab */
	background-position: 100% -150px;
}

.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
	background-position: 100% -100px;
}

.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:active span {
	/* Left part of tab */
	background-position: 0 -50px;
}

.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
	background-position: 0 0;
}

.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
	/* @ Opera, use pseudo classes otherwise it confuses cursor... */
	cursor: text;
}

.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active, .ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active {
	/* @ Opera, we need to be explicit again here now... */
	cursor: pointer;
}

.ui-tabs-nav a:hover {
	text-decoration: underline;
	color: #000;
}

.ui-tabs-panel {
	border: 0;
	width: 718px;
	padding: 1px 1px 15px 1px;
	height: 204px;
	background: url("../Images/HomepageShowcaseBg.png") no-repeat top left;
}

#homepagetabs .productcarousel.jcarousel-list li:hover {
	background: #f1f9ff !important;
}

.homepagethird {
	float: left;
	width: 230px;
	height: 135px;
	margin-right: 15px;
}

.homepagethird.last {
	margin-right: 0 !important;
}
