/* 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: 17px;
	height: 37px;
	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 */

#myImageScroller.tswImageScroll
	{
		width: 984px;
		height: 200px;
		background-color: #000000;
	}
	#myImageScroller .tswImageScrollPage
	{
		width: 934px;
		height: 170px;
	}
	#myImageScroller .tswImageScrollLeftSide { height: 200px; }
	#myImageScroller .tswImageScrollFarLeft
	{
	height: 200px;
	background-color: #000;
	}
	#myImageScroller .tswImageScrollTopLeft { background-image: url('TacoAmigos/Images/TSWImageScrollBorderTopLeft_FFFFFF.png'); }
	#myImageScroller .tswImageScrollLeft
	{
		height: 176px;
		background-image: url('TacoAmigos/Images/TSWImageScrollBorderLeft_FFFFFF.png');
	}
	#myImageScroller .tswImageScrollBottomLeft { background-image: url('TacoAmigos/Images/TSWImageScrollBorderBottomLeft_FFFFFF.png'); }
	#myImageScroller img.tswImageScrollArrow { top: 88px; }
	#myImageScroller .tswImageScrollRightSide { height: 200px; }
	#myImageScroller .tswImageScrollFarRight
	{
	height: 200px;
	background-color: #000;
	}
	#myImageScroller .tswImageScrollTopRight { background-image: url('TacoAmigos/Images/TSWImageScrollBorderTopRight_FFFFFF.png'); }
	#myImageScroller .tswImageScrollRight 
	{
		height: 176px;
		background-image: url('TacoAmigos/Images/TSWImageScrollBorderRight_FFFFFF.png');
	}
	#myImageScroller .tswImageScrollBottomRight { background-image: url('TacoAmigos/Images/TSWImageScrollBorderBottomRight_FFFFFF.png'); }
	#myImageScroller .tswImageScrollPageMarkers { width: 934px; }
	#myImageScroller .tswImageScrollBottomSide
	{
		width: 936px;
		background-image: url('TacoAmigos/Images/TSWImageScrollBorderBottom_FFFFFF.png');
	}
	#myImageScroller .tswImageScrollTopSide
	{
		width: 936px;
		background-image: url('TacoAmigos/Images/TSWImageScrollBorderTop_FFFFFF.png');
	}
	#myImageScroller .tswImageScrollItem
	{
		width: 151px;
		height: 166px;
	}
	#myImageScroller .tswImageScrollItem, #myImageScroller .tswImageScrollItem a
	{
		color: #ffffff;
	}
	#myImageScroller .tswImageScrollItemTitle
	{
		font-family: Arial;
		font-size: 13.0px;
		height: 20px;
	}
	#myImageScroller .tswImageScrollItemImage
	{
		height: 146px;
	}
	#myImageScroller .tswImageScrollPageMarkersContainer { width: 80px; }
	#myImageScroller .tswImageScrollPageMarkerSelected { background:url('TacoAmigos/Images/TSWPageMarkerSelected_999999.png'); }
	#myImageScroller .tswImageScrollPageMarkerUnselected { background:url('TacoAmigos/Images/TSWPageMarkerUnselected_999999.png'); }
