@charset "UTF-8";
/* CSS Document */
#blogSlider {
	padding: 0;
	width: 645px;
}
.stripViewer {
	position: relative;
	overflow: hidden;
	clear: both;
}
.stripViewer .panelContainer {
	position: relative;
	left: 0px;
	top: 0px;
}
.stripViewer .panelContainer .panel {
	float: left;
	position: relative;
	width: 645px;
}
.stripNav {
	position: relative;
	top: 0px;
	left: -40px;
	z-index: 99;
	width: 365px;
}
.wrapper {
	width: 641px;
	height: 585px;
	background: #f3f1f1 url(../images/bg/bg-btm.gif) bottom repeat-x;
	border:2px solid #f3f1f1
}
.innerWrap {
	width: 645px;
	overflow: hidden;
}
#push {
	height: 35px;
}
/* 
	MAIN TABBED NAVIGATION
*/
.stripNav ul {
	list-style:none;
}
.stripNav ul li {
	float: left;
}
.stripNav li a { /* Generic "CSS image replacement" */
	display: block;
	height: 40px;
	text-indent: -9999px;
	background: url(../images/bg/tab.png) no-repeat
}
/* The below class names are auto-generated by the JavaScript */
.stripNav li.tab1 a {
	width: 149px;
}
.stripNav li.tab2 a {
	background-position: -149px 0;
	width: 99px;
	margin: 0 0 0 -18px;
}
.stripNav li.tab3 a {
	background-position: -248px 0;
	width: 113px;
	margin: 0 0 0 -20px;
}
/* It is neccessary to repeat the image paths here */
.stripNav li.tab1 a.current, .stripNav li.tab1 a:hover {
	background: url(../images/bg/tab.png) 0 -40px no-repeat
}
.stripNav li.tab2 a.current, .stripNav li.tab2 a:hover {
	background: url(../images/bg/tab.png) -149px -40px no-repeat
}
.stripNav li.tab3 a.current, .stripNav li.tab3 a:hover {
	background: url(../images/bg/tab.png) -248px -40px no-repeat
}
/* 
	SUB NAVIGATION
*/
.stripNavL a, .stripNavR a {
	display: none;
}
