/* 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-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.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 */.back_bann1 {
	background-image: url(../images_bann/bann1.jpg);
	background-repeat: no-repeat;
}
.txt_banner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
}


#myRotatingContent.tswRotatingContent { width: 980px; }
	#myRotatingContent .tswRotatingContentHeader {	width: 980px; }
	#myRotatingContent .tswRotatingContentTitle 
	{
		width: 946px;
	}
	#myRotatingContent .tswRotatingContentPageMarkers {
	width: 90px;
}
	#myRotatingContent .tswRotatingContentBody
	{
		background-color: #ffffff;
		border-color: #cccccc;
		width: 980px;
		height: 342px;
	}
	#myRotatingContent .tswRotatingContentBody div.tswRotatingContentPanelVisible,
	#myRotatingContent .tswRotatingContentBody div.tswRotatingContentPanelHidden,
	#myRotatingContent .tswRotatingContentBody div.tswRotatingContentPanelFadingOut
	{
		background-color: #ffffff;
		width: 980px;
		height: 342px;
		padding: 0px;
	}
	#myRotatingContent .tswRotatingContentPageMarkerSelected div
	{
		/* IE6 only */
		*-background: none;
		*-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='TacoBanner/Images/TSWPageMarkerSelected_999999.png', sizingMethod='crop');
	background-image: url(Images/TSWPageMarkerSelected_999999.png);
	}
	#myRotatingContent .tswRotatingContentPageMarkerUnselected div
	{
		/* IE6 only */
		*-background: none;
		*-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='TacoBanner/Images/TSWPageMarkerUnselected_999999.png', sizingMethod='crop');
	background-image: url(Images/TSWPageMarkerUnselected_999999.png);
	}
