/******************************************************\
*
*  Base TouchCarousel stylesheet
*
*  Contents:
*
*   1. Main containers
*   2. Carousel items
*   3. Arrows(direction) navigation
*   4. Paging navigation
*   5. Scrollbar
*   6. Cursors
*
\******************************************************/





/******************************************************\
*
*  1. Main containers (carousel size, background)
*
\******************************************************/

.touchcarousel {
	float: left;
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	position: relative;

	/* style is removed after carousel is inited, use !important if you want to keep it*/
	overflow: hidden;
}
.touchcarousel .touchcarousel-container {
	position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
	left: 0;
}
.touchcarousel .touchcarousel-wrapper {
	float: left;
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	position: relative;
}
.brandsSliderContent .touchcarousel .touchcarousel-wrapper { width: 733px; margin: 0px 20px 0px 20px; }





/******************************************************\
*
*  2. Carousel items (item styling, spacing between items)
*
\******************************************************/

.touchcarousel .touchcarousel-item {
	float: left;
	width: 205px;
	height: 300px;
	margin: 0px 0px 0px 0px;
	padding: 14px 20px 4px 20px;
	border-right: 1px solid #eaeaea;
}
.touchcarousel .touchcarousel-item.last { border-right: none; }

.brandsSliderContent .touchcarousel .touchcarousel-item {
	float: left;
	width: 90px;
	height: 60px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	border: none;
}
.brandsSliderContent .touchcarousel .touchcarousel-item.last { margin-right: 41px; }

.homepageGallery .touchcarousel .touchcarousel-item {
	float: left;
	width: 216px;
	height: 178px;
	margin: 0px 31px 0px 0px;
	padding: 0px;
	border: none;
}





/******************************************************\
*
*  3. Arrows(direction) navigation
*
\******************************************************/

/* arrow hitstate and icon holder */
.touchcarousel .arrow-holder {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	display: block;
	border: none;
	padding: 0px;
	margin: -16px 0px 0px 0px;
	cursor: pointer;
	z-index: 25;
	opacity:0.9;
	-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.touchcarousel .arrow-holder:hover { opacity:0.5; }
.brandsSliderContent .touchcarousel .arrow-holder { width: 20px; height: 60px; margin: 0px; top: 0px; }
.brandsSliderContent .touchcarousel .arrow-holder:hover { opacity:0.5; }

.touchcarousel .arrow-holder.left { left: -2px; background: #4c4c4c url(../images/touchcarouselLeftRight.png) no-repeat left top; }
.touchcarousel .arrow-holder.right { right: -2px; background: #4c4c4c url(../images/touchcarouselLeftRight.png) no-repeat right top; }

.brandsSliderContent .touchcarousel .arrow-holder.left { left: 0px; background: #4c4c4c url(../images/touchcarouselLeftRight.png) no-repeat -4px 16px; }
.brandsSliderContent .touchcarousel .arrow-holder.right { right: 0px; background: #4c4c4c url(../images/touchcarouselLeftRight.png) no-repeat -39px 16px; }

.homepageGallery .touchcarousel .arrow-holder.left { left: 0px; background: #4c4c4c url(../images/touchcarouselLeftRight.png) no-repeat left top; }
.homepageGallery .touchcarousel .arrow-holder.right { right: 0px; background: #4c4c4c url(../images/touchcarouselLeftRight.png) no-repeat right top; }


.touchcarousel .arrow-holder.right:hover { }
.touchcarousel .arrow-holder.left:hover { }

/* arrow icons */
.touchcarousel .arrow-holder .arrow-icon { display:none !important; }
.touchcarousel .arrow-holder.disabled { opacity: 0.2 !important; }
.touchcarousel .arrow-holder.disabled .arrow-icon { display: none !important; }





/******************************************************\
*
*  4. Paging navigation
*
\******************************************************/

.touchcarousel .tc-paging-container {
	width:100%;
	height: 14px;
	overflow: hidden;
	position: absolute;
	margin: 0px 0px 0px 0px;
	bottom: 5px;
	z-index: 25;
	display: none;
}
.touchcarousel .tc-paging-centerer {
	float: left;
	position: relative;
	left: 50%;
}
.touchcarousel .tc-paging-centerer-inside {
	float: left;
	position: relative;
	left: -50%;
}

/* Paging items */
.touchcarousel .tc-paging-item {
	float:left;
	cursor:pointer;
	position:relative;
	display:block;
	margin-left: 3px;
	margin-right: 3px;
	width: 10px;
	height: 10px;
	line-height: 14px;
	text-indent: -9999px;
	/* background: url(../images/touchcarouselPaging.png) no-repeat left top; */
	font-size: 1px;
	color: #000;
	text-align: center;
	-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
}
.touchcarousel .tc-paging-item.current { color: #da251d; /* background: url(../images/touchcarouselPaging.png) no-repeat right top; */ }
.touchcarousel .tc-paging-item:hover { opacity: 0.6; }





/******************************************************\
*
*  5. Scrollbar
*
\******************************************************/
.touchcarousel .scrollbar-holder {
	position: absolute;
	z-index: 30;
	left: 6px;
	right: 6px;
	bottom: 5px;
	height:4px;
	overflow: hidden;
}
.touchcarousel .scrollbar {
	position: absolute;
	left:0;
	height:4px;
	bottom: 0px;
}
.touchcarousel .scrollbar.dark {
	background-color: rgb(130, 130, 130);
	background-color: rgba(0, 0, 0, 0.5);
}
.touchcarousel .scrollbar.light {
	background-color: rgb(210, 210, 210);
	background-color: rgba(255, 255, 255, 0.5);
}





/******************************************************\
*
*  6. Cursors
*
\******************************************************/

/* IE and Opera use "move", FF uses -moz-grab */
.touchcarousel .grab-cursor{ cursor:url(grab.png) 8 8, move; }
.touchcarousel .grabbing-cursor{ cursor:url(grabbing.png) 8 8, move; }

/* Cursor that used when mouse drag is disabled */
.touchcarousel .auto-cursor{ cursor:auto; }




/* Copyright 2011, Dmitry Semenov, http://dimsemenov.com */