
/* container for slides */
.narrowcolumn {
	position:relative;	
	width:490px;

	padding: 0 0 0px 40px;
}

/* single slide */
.narrowcolumn .post {
	display:none;
	position:absolute;
	top:4px;
	left:40px;
padding-top:12px;		
	height:165px;
	width:490px;
}

.slideTabsExcerpt {
color:#999;
font-size:12px;
position:absolute;
top:201px;left:40px;
}



/* tabs (those little circles below slides) */
.slidetabs {
width:70px;
height:15px;
position:absolute;
top:205px;left:130px;
}

/* single tab */
.slidetabs a {
	width:8px;
	height:8px;
	float:left;
	margin:0 3px 3px 3px;
	background:url(http://flowplayer.org/tools/img/scrollable/arrow/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}

/* mouseover state */
.slidetabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.slidetabs a.current {
	background-position:0 -16px;     
} 	



/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}
