/* Copyright 2009 Taco Software. All rights reserved.
 * http://tacosw.com
 *
 * This file is part of the Component Library included in Taco HTML Edit.
 * Licensed users of Taco HTML Edit may modify and use this source code 
 * for their web development (including commercial projects), as long as 
 * this copyright notice is retained.
 *
 * The contents of this file may not be published in a format intended
 * for access by other humans, so you may not put code examples on a
 * web site with all or part of the contents of this file, and you may
 * not publish the contents of this file in a printed format.
 */

.tswRotatingContentHeader
{	
	position: relative;
}
.tswRotatingContentTitle
{
	text-align: left;
}
.tswRotatingContentPageMarkers
{
	position: absolute;
	right: 0px;
	bottom: 2px;
	font-size: 0px;
}
.tswRotatingContentBody
{
	clear: both;
	position: relative;
	border-width: 1px;
	border-style: solid;
}
.tswRotatingContentBody div.tswRotatingContentPanelVisible,
.tswRotatingContentBody div.tswRotatingContentPanelHidden,
.tswRotatingContentBody div.tswRotatingContentPanelFadingOut
{
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
}
.tswRotatingContentPanelVisible
{
	z-index: 1000;
}
.tswRotatingContentPanelFadingOut
{
	z-index: 0;
}
.tswRotatingContentPanelHidden
{
	z-index: -10;
}
.tswRotatingContentPageMarkerSelected, .tswRotatingContentPageMarkerUnselected
{
	width: 10px;
	height: 10px;
	float: left;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: bottom right;
}
.tswRotatingContentPageMarkerSelected div, .tswRotatingContentPageMarkerUnselected div
{
	width: 10px;
	height: 10px;
}

/* The checksum below is for internal use by Taco HTML Edit, 
   to detect if a component file has been modified.
   TacoHTMLEditChecksum: 55EBDA93 */