/******************************************************\
*
*  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 {
	position: relative;
	width: 320px;
	height: 220px;		
	
	/* style is removed after carousel is inited, use !important if you want to keep it*/
	overflow: hidden; 
}
.moduleGallery {
    height: 185px;
    width: 100%;
}
.touchcarousel .touchcarousel-container {
	position: relative;    
    margin: 0;
    padding: 0;
    list-style: none;    
	left: 0;
}
.touchcarousel .touchcarousel-container img{
	display:block;
	margin:0 auto;
}
.touchcarousel .touchcarousel-wrapper {
	position: relative;
	overflow:hidden;
	width: 100%;
	height: 100%;
}





/******************************************************\
*
*  2. Carousel items (item styling, spacing between items)
*
\******************************************************/

.touchcarousel .touchcarousel-item {
	/* use margin-right for spacing between items */
	margin: 0 0 0 0;
	padding: 0;	
	float: left;	
    position: relative;	
}

/* Last carousel item  */
.touchcarousel .touchcarousel-item.last {
	margin-right: 0 !important;		
}





/******************************************************\
*
*  3. Arrows(direction) navigation
*
\******************************************************/

/* arrow hitstate and icon holder */
.touchcarousel .arrow-holder {
	height: 100%;
	width: 45px;
	position: absolute;
	top: 0;
	display: block;
	cursor: pointer;	
	z-index: 25;	
}
.touchcarousel .arrow-holder.left {	
	left: 0;	
}
.touchcarousel .arrow-holder.right {	
	right: 0;
}

/* arrow icons */
.touchcarousel .arrow-icon{		
	width: 45px;
	height: 90px;
	top:50%;
	margin-top:-45px;	
	position: absolute;	
	cursor: pointer;	
}
.touchcarousel .arrow-icon.left { }
.touchcarousel .arrow-icon.right { }
.touchcarousel .arrow-holder:hover .arrow-icon { }
.touchcarousel .arrow-holder.disabled { cursor: default; }
.touchcarousel .arrow-holder.disabled .arrow-icon { cursor: default; }





/******************************************************\
*
*  4. Paging navigation
*
\******************************************************/

.touchcarousel .tc-paging-container {
	width:100%;
	overflow:hidden;
	position:absolute;
	margin-top:-37px;
	z-index:25;
}
.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;	
	text-indent: -9999px;	
}
.touchcarousel .tc-paging-item.current { }
.touchcarousel .tc-paging-item:hover { }





/******************************************************\
*
*  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:pointer; }
.touchcarousel .grabbing-cursor{ cursor:pointer; }

/* Cursor that used when mouse drag is disabled */
.touchcarousel .auto-cursor{ cursor:auto; }

 #productDetailGallery li a.imgtxt{float:left; top:167px; color:#175689; font-size:17px; font-weight:300; left:0%; text-align:center; margin-left:0px; width:100%; text-decoration:none; margin-top:10px;}
 
 #productDetailGallery li a.imgtxt:hover{text-decoration:none;}
#homeGallery .img2{
	background: #a2bbd0; /* Old browsers */
	background: -moz-linear-gradient(top, #a2bbd0 0%, #d2dfe8 10%, #e6ecf2 15%, #f9fafc 23%, #ffffff 34%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a2bbd0), color-stop(10%,#d2dfe8), color-stop(15%,#e6ecf2), color-stop(23%,#f9fafc), color-stop(34%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a2bbd0 0%,#d2dfe8 10%,#e6ecf2 15%,#f9fafc 23%,#ffffff 34%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a2bbd0 0%,#d2dfe8 10%,#e6ecf2 15%,#f9fafc 23%,#ffffff 34%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a2bbd0 0%,#d2dfe8 10%,#e6ecf2 15%,#f9fafc 23%,#ffffff 34%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(top, #a2bbd0 0%,#d2dfe8 10%,#e6ecf2 15%,#f9fafc 23%,#ffffff 34%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2bbd0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.touchcarousel.minimal-light .tc-paging-item { background: url(/images/m/sprite_nav.png) no-repeat 0 0px !important; width: 8px !important; height: 8px !important; margin: 0 3px;} 
.touchcarousel.minimal-light .tc-paging-item.current { background: url(/images/m/sprite_nav.png) no-repeat -11px 0px !important; width: 8px !important; height: 8px !important;  margin: 0 3px;}
.touchcarousel-title {
    margin-top:-23px;
    position: absolute;
    color: white;
    width: 100%;
    background-color: rgb(100, 100, 100);
	background-color: rgba(0, 0, 0, 0.7);	
}


