/******************************************************\
*
*  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-fixe {
	width:930px;
	margin-top:-1px;
	padding:0px;
	position:fixed;	
	float:left;			
	border:0px solid #000; background:#fff;
	z-index: 999999;	
}
.touchcarousel {
	position: relative;
	width: 600px;
	height: 400px;		
	
	/* 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 {
	position: relative;
	overflow:hidden;
	width: 100%;
	height: 100%;
	border: 0px solid #CCC;	
        border-bottom: 1px solid #acacac;		
}





/******************************************************\
*
*  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;		
}

/* 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;	
	border: 0px solid #CCC;	
        border-bottom: 1px solid #acacac;	
}
.touchcarousel .arrow-holder.right {	
	left: 889px;	
	border: 0px solid #CCC;	
        border-bottom: 1px solid #acacac;		
}

/* arrow icons */
.touchcarousel .arrow-icon{		
	width: 45px;
	height: 90px;
	top:50%;
	margin-top:-45px;		
	position: absolute;	
	cursor: pointer;	
}
.touchcarousel .arrow-icon.left {margin-left:4px;}
.touchcarousel .arrow-icon.right {margin-right:4px;}
.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:-20px;
	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: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; }

	
		/**
		* Carousel with image and text, custom skinned scrollbar
		**/
		#carousel-image-and-text-Superior {
			height:30px;	
			border: 1px solid #CCC;			
		}			
		#carousel-image-and-text {
			width: 888px;
			height: 150px;
			margin: 0 auto;	
			border: 0px solid #CCC;			
			margin-top:50px;
			margin-bottom:10px;
		}	
		#carousel-image-and-text .arrow-holder {
			height: 150px;
			
		}		
		#carousel-image-and-text .touchcarousel-item {
			margin-right: 0px;	
			width: 148px;
			height: 120px;				
			
		}
		#carousel-image-and-text .item-block {
			width: 145px;
			height: 150px;
			display: block;
			border: 0px solid #00F;
		}
		#carousel-image-and-text .item-block img{
			float: left;
			position: relative;
			display: block;
			margin-left: 13px;	
			border: 0px solid #00F;	
			padding: 3px 0 5px 0px;			
		}
		#carousel-image-and-text .item-block {			
			text-decoration: none;
			color: inherit;			
			
		}	
		
/**************************        codi en vermell     ********************/	
		#carousel-image-and-text .item-block h4 {
			font: bold 13px/20px Helvetica, Arial, sans-serif;
			color:#d5381d;
			text-align:center; 
			width: 145px;
			right:8px;
			line-height:16px;	
			height: auto;		
			padding: 0px 0 0 0px;
			-webkit-transition: color 0.2s ease-out; 
			-moz-transition: color 0.2s ease-out;
			transition: color 0.2s ease-out; 
		}
		#carousel-image-and-text .item-block:hover h4 {	
			color: #e00;		
		}
		
/**************************        text rotador         ********************/	
		#carousel-image-and-text .item-block p {		
			line-height: 0px;
			font: normal 13px/20px Helvetica, Arial, sans-serif;
			color: #555;		
			width: 145px;
			text-align:center; 
			top: -2px;
			line-height:16px;			
		}
		#carousel-image-and-text .scrollbar-holder {
			background: #CED7DB;
			bottom: 0;
			height: 0px;
			left: 0;
			right: 0; 
		}
		#carousel-image-and-text .scrollbar {
			background-color: #45a8ce !important;
			bottom: 0;border: 0px solid #f00;
		}
				
		#carousel-image-and-text .item-block-gris {
			width: 145px;
			height: 145px;
			display: block;			
			border: 1px solid #777;	
			border-style:dashed; 
			border-width:1px;
			text-decoration: none;
			color: inherit;	
		}
		#carousel-image-and-text .item-block-gris img{
			float: left;
			position: relative;
			display: block;
			margin-left: 12px;				
			padding: 2px 0 5px 0px;			
		}		
/**************************        codi en vermell     ********************/	
		#carousel-image-and-text .item-block-gris h4 {
			font: bold 13px/20px Helvetica, Arial, sans-serif;
			color:#d5381d;
			text-align:center; 
			width: 145px;
			right:8px;
			line-height:16px;	
			height: auto;		
			padding: 0px 0 0 0px;
			-webkit-transition: color 0.2s ease-out; 
			-moz-transition: color 0.2s ease-out;
			transition: color 0.2s ease-out; 
			background-color:#ccc;
		}
		#carousel-image-and-text .item-block-gris:hover h4 {	
			color: #e00;		
		}
		
/**************************        text rotador         ********************/	
		#carousel-image-and-text .item-block-gris p {		
			line-height: 0px;
			font: normal 13px/20px Helvetica, Arial, sans-serif;
			color: #555;		
			width: 145px;
			text-align:center; 
			top: -2px;
			line-height:16px;	
			background-color:#ccc;
		}		