/* Copyright 2009-2010 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: 0px;
	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: A117C066 */

#myRotatingContent.tswRotatingContent { width: 1024px; }
	#myRotatingContent .tswRotatingContentHeader {	width: 1024px; }
	#myRotatingContent .tswRotatingContentTitle 
	{
		width: 990px;
	}
	#myRotatingContent .tswRotatingContentPageMarkers {
	width: 40px;
	z-index: 9999999999999;
	top: 20px;
	right: 20px;
}
	#myRotatingContent .tswRotatingContentBody
	{
		background-color: #ffffff;
		border-color: ;
		width: 1024px;
		height: 580px;
	}
	#myRotatingContent .tswRotatingContentBody div.tswRotatingContentPanelVisible,
	#myRotatingContent .tswRotatingContentBody div.tswRotatingContentPanelHidden,
	#myRotatingContent .tswRotatingContentBody div.tswRotatingContentPanelFadingOut
	{
		background-color: #ffffff;
		width: 1024px;
		height: 580px;
		padding: 0px;
	}
	#myRotatingContent .tswRotatingContentPageMarkerSelected div
	{
		/* IE6 only */
		*-background: none;
		*-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='TacoBannHome/Images/TSWPageMarkerSelected_FFFFFF.png', sizingMethod='crop');
	background-image: url(Images/TSWPageMarkerSelected_FFFFFF.png);
	}
	#myRotatingContent .tswRotatingContentPageMarkerUnselected div
	{
		/* IE6 only */
		*-background: none;
		*-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='TacoBannHome/Images/TSWPageMarkerUnselected_FFFFFF.png', sizingMethod='crop');
	background-image: url(Images/TSWPageMarkerUnselected_FFFFFF.png);
	}
