/* 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.
 */

.tswImageCarousel
{
	overflow: hidden;
	position: relative;
	z-index: 10;
	text-align: left;
}

.tswImageCarouselContent
{
	width: 100000px;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 16px 0px 10px 0px;
}

.tswImageCarouselPage
{
	height: 100px;
	margin: 0px 25px;
	float: left;
}

.tswImageCarouselLeftSide
{
	width: 24px;
	float:left;
	z-index: 2;
	position: relative;
}

.tswImageCarouselFarLeft
{
	width: 10px;
	position: absolute;
}

.tswImageCarouselTopLeft
{
	width: 14px;
	height: 16px;
	position: absolute;
	right: 0px;
	background-position: top right;
	background-repeat: no-repeat;
}

.tswImageCarouselLeft
{
	width: 14px;
	position: absolute;
	right: 0px;
	top: 16px;
	background-position: top right;
	background-repeat: repeat-y;
	
}

.tswImageCarouselBottomLeft
{
	width: 14px;
	height: 10px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-position: bottom right;
	background-repeat: no-repeat;
}

img.tswImageCarouselArrow
{
	width: 18px;
	height: 18px;
	position: absolute;
	left: 2px;
	cursor: pointer;
}

.tswImageCarouselRightSide
{
	width: 24px;
	float: right;
	z-index: 2;
	position: relative;
}

.tswImageCarouselFarRight
{
	width: 10px;
	position: absolute;
	right: 0px;
}

.tswImageCarouselTopRight
{
	width: 14px;
	height: 16px;
	position: absolute;
	left: 0px;
	background-position: top left;
	background-repeat: no-repeat;
}

.tswImageCarouselRight
{
	width: 14px;
	position: absolute;
	left: 0px;
	top: 16px;
	background-position: top right;
	background-repeat: repeat-y;
}

.tswImageCarouselBottomRight
{
	width: 14px;
	height: 10px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-position: bottom left;
	background-repeat: no-repeat;
}

.tswImageCarouselBottomSide
{
	height: 10px;
	position: absolute;
	bottom: 0px;
	left: 24px;
	background-position: bottom;
	background-repeat: repeat-x;
}

.tswImageCarouselTopSide
{
	height: 16px;
	position: absolute;
	top: 0px;
	left: 24px;
	background-position: top;
	background-repeat: repeat-x;
}

.tswImageCarouselPageMarkers
{
	height: 10px;
	text-align: center;
	position: absolute;
	bottom: 8px;
	left: 24px;
	line-height: 10px;
	font-size: 0px;
	z-index: 3;
}

.tswImageCarouselItem
{
	float: left;
	padding: 0px;
	margin: 2px;
	overflow: hidden;
}

.tswImageCarouselItemTitle
{
	overflow: hidden;
	margin-top: 3px;
	text-align: center;
}

.tswImageCarouselItemImage
{
	overflow: hidden;
	position: relative;
}

.tswImageCarouselItemImage div
{
	position: absolute;
	bottom: 0px;
	text-align: center;
	width: 100%;
}

.tswImageCarouselPageMarkersContainer
{
	margin-left: auto;
	margin-right: auto;
}

.tswImageCarouselPageMarkersContainer div
{
	width: 10px;
	height: 10px;
	float: left;
}

.tswImageCarouselPageMarkerUnselected
{
	cursor: pointer;
}

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