
.overlayTop { position:absolute; top:0px; left:0px; z-index:3; height:14px; width:745px; background:url(../imgs/overlay_t.png) no-repeat; }
.overlayBottom { position:absolute; top:354px; left:0px; z-index:3; height:14px; width:745px; background:url(../imgs/overlay_b.png) no-repeat; }
.overlayLeft { position:absolute; top:14px; left:0px; z-index:3; height:343px; width:6px; background:url(../imgs/overlay_l.png) no-repeat; }
.overlayRight { position:absolute; top:14px; left:738px; z-index:3; height:343px; width:7px; background:url(../imgs/overlay_r.png) no-repeat; }
.slideGreyGrad { width:100px; height:368px; position:absolute; top:0px; left:333px; z-index:10; }

.thumbHolder { height:368px; overflow:hidden; width:870px; }
.slideTextSection { position:absolute; z-index:1; top:0px; left:0px; width:870px; height:368px; background:#fff; }
.slideTextSection h1 { font-family:Arial; font-size:18pt; color:#b28f5d; margin:15px; }
.slideTextSection h2 { font-family:Arial; font-size:14pt; color:#fff; margin:15px; }
.slideTextSection p { font-family:Arial; font-size:10pt; color:#fff; margin:15px; }
.slideTextHolder { float:left; background:url(../imgs/grey_pixel.png) repeat; height:368px; width:333px; }
.slideImageHolder { position:absolute; z-index:0; left:0px; top:0px; width:870px;; height:356px; background:#666;}

.slideOverlay { position:absolute; z-index:4; top:0px; left:6px; width:701px; height:93px; background:#000; opacity:0.3; filter:alpha(opacity = 30); }
.slideYearHolder { position:absolute; z-index:5; top:0px; left:0px; width:865px; height:91px; }
.slideYearDisplay { position:relative; top:0px; left:0px; overflow:hidden; width:1000px; height:111px; } 
.slideYearNavHolder { width:23px; height:91px; float:left; }
.slideYearButtonHolder { width:865px; float:left; cursor:pointer; overflow:hidden; }
.slideYearButtonSection { position:relative; width:870px; height:100px; cursor:pointer; }
.slideVideoThumbBox { float:left; height:91px; }
.slideVideoThumb { font-family:Arial; font-size:18pt; color:#b28f5d; text-align:center; width:130px; height:78px; background:#fff; overflow:hidden; }
.slideVideoThumbSplit { float:left; width:10px; background:#fff; height:91px; }
.slideYearButtonSelected { font-family:Arial; font-size:18pt; color:#fff; text-align:center; width:80px; margin-right:40px; height:28px; background:url(../imgs/button_brown.png) top left no-repeat; }

.slidingAreaContainer { position:relative; margin-top:12px; margin-bottom: 30px; border:0px solid blue;}

.groupContainer {
	width:865px; 
	padding-left:0px; 
	padding-top:10px;
}

.unSelectedTab {
	width:137px; 
	background:#ffbf5f url(/images/videoSlider/unselected_tab.jpg) bottom no-repeat; 
	color:#FFF;
	float:left;
	height:35px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}

.selectedTab {
	width:137px; 
	background:#ff9900 url(/images/videoSlider/selected_tab.jpg) bottom no-repeat; 
	color:#FFF;
	float:left;
	height:35px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}

.tabLinkArea {
	margin:5px;
	height:16px;
	overflow:hidden;
}

a.tabLink, a:visited.tabLink, a:active.tabLink {
	cursor:pointer;
	text-decoration: none;
	color: #ffffff; 
	font-weight: bold; 
	font-size: 14px;
}

a.tabLink:hover {
	color:#003399 !important;
}

a.tabLinkSelected, a:visited.tabLinkSelected, a:active.tabLinkSelected {
	cursor:pointer;
	text-decoration: none;
	color: #003399; 
	font-weight: bold; 
	font-size: 14px;
}



.groupSpacer {
	height:10px;
	width:8px;
	float:left;
	border: 0px solid blue;
}
