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

.tswImageScroll
{
	overflow: hidden;
	position: relative;
	z-index: 10;
}

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

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

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

.tswImageScrollFarLeft
{
	width: 12px;
	position: absolute;
}

.tswImageScrollTopLeft
{
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0px;
	background-position: top right;
	background-repeat: no-repeat;
}

.tswImageScrollLeft
{
	width: 12px;
	position: absolute;
	right: 0px;
	top: 12px;
	background-position: top right;
	background-repeat: repeat-y;
	
}

.tswImageScrollBottomLeft
{
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-position: bottom right;
	background-repeat: no-repeat;
}

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

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

.tswImageScrollFarRight
{
	width: 12px;
	position: absolute;
	right: 0px;
}

.tswImageScrollTopRight
{
	width: 12px;
	height: 12px;
	position: absolute;
	left: 0px;
	background-position: top left;
	background-repeat: no-repeat;
}

.tswImageScrollRight
{
	width: 12px;
	position: absolute;
	left: 0px;
	top: 12px;
	background-position: top right;
	background-repeat: repeat-y;
}

.tswImageScrollBottomRight
{
	width: 12px;
	height: 12px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-position: bottom left;
	background-repeat: no-repeat;
}

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

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

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

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

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

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

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

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

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

.tswImageScrollPageMarkerUnselected
{
	cursor: pointer;
}

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