/* set up the slideshow wrapper */
div#main-col .slideshow-main {
	width: 554px;
	height: 209px;
	background-color:#e8eaed;
}

/* tabs */
/* get the tabs in the right place */
div#main-col ul.tabs {
	float: right;
	padding: 0;
	margin: 0;
}

/* make them look right */
div#main-col ul.tabs li {
	float: none;
	background-color: #e3e3e3;
	list-style: none;
	color: #186598;
	border-left: 1px solid #cbcbcb;
	border-top: 1px solid #cbcbcb;
	margin: 0;
	font-size: 145%;
	height: 41px;
	width: 150px;
}

/* this hides the why you tab */
.hidden {
	display: none;
}

/* take the border off of the first tab that is visible */
div#main-col ul.tabs li.first-visible {
	border-top: none;
}

/* make the styles look right */
div#main-col ul.tabs li a:link, div#main-col ul.tabs li a:visited {
	color: #186598;
	text-decoration: none;
	padding: .2em .2em .2em .3em;
	display: block;
	height: 35px;
}

div#main-col ul.tabs li:hover {
	background-color: #bdbec0;
}

div#main-col ul.tabs li a.current {
	background: transparent url(../images/current-tab.png) no-repeat top left;
	display: block;
	height: 41px;
	margin-left: -15px;
	padding-left: 1.2em;
	position: absolute;
	width: 161px;
	z-index: 150;
	color: #fff;
}

/* size the tag lines in the tabs */
div#main-col ul.tabs li small {
	display: block;
	font-size: 55%;
}
/* end tabs */

/* navigation for scrollers */
div#main-col ol.navi {
	margin-left: 0;
}

div#main-col .navi li.current {
	color: #cb3819;
}

div#main-col ol.navi li {
	display: inline;
	color: #006699;
	list-style-type: none;
	margin: 0 2px;
	cursor: pointer;
}
/* end navigation for scrollers */

/* tab pane styling */
div.panes > div {
	display: none;		
	font-size: 14px;
}

/* root element for horizontal scrollers */
.scrollable {
	position: relative;
	overflow: hidden;
	height: 193px;
}

/* root element for scrollable items */
.scrollable .items {
	width: 20000em;
	position: absolute;
	clear: both;
}

/* single scrollable item */
.item {
	float: left;
	cursor: pointer;
	width: 388px;
	height: 193px;
	padding-left: 10px;
}

/* slideshow-buttons */
#slideshow-buttons {
	margin-left: 152px;
	margin-top: -6px;
	width: 260px;
}

.slideshow-controls {
	position: absolute;
}

.stop-show {
	margin-left: -110px;
}

.play-show {
	margin-left: -130px;
}

.learn-more-lnk {
	margin-right: 1.6em;
	float: right;
	margin-top: -27px;
}

#commercial-content .learn-more-lnk, #sync-content .learn-more-lnk {
	position: relative;
	margin-top: 3px;
	margin-right: -12px;
}

#sync-content .learn-more-lnk {
	margin-top: -19px;
	margin-right: 17px;
}

/* slideshow nav buttons */
a.browse {
	cursor: pointer;
	display: block;
	float: left;
	font-size: 1px;
	height: 10px;
	margin: 3px 5px;
	width: 6px;
}

a.right {
	background: transparent url(../images/arrow-right.gif) no-repeat scroll 0 0;
	margin-right: 100px;
	margin-top: -25px;
	float: right;
}

a.left {
	margin-left: 0;
	background: transparent url(../images/arrow-left.gif) no-repeat scroll 0 0;
}

a.disabled {
	visibility: hidden !important;
}

/* for the video */
#commercial-content {
	padding:10px 0 0 30px;
}

#video-frame {
	background-color: #000;
	height: 175px;
	width: 348px;
}

#player {
	width: 300px;
	height: 175px;
	display: block;
	margin: 0 auto;
}

/* clear the content div below */
div#main-col div.content {
	clear: both;
	margin-top: 1em;
}

