/******************************************************\
*
*  Minimal Light Skin
*
*    1. Arrows(direction) navigation
*    2. Paging navigation
*
\******************************************************/



/******************************************************\
*
*  1. Arrows (direction) navigation
*
\******************************************************/
.touchcarousel.black-and-white .arrow-icon {
	width: 30px;
	height: 30px;
	margin-top: -15px;	
	
	background-image: url('sprite.png');
	background-repeat: no-repeat;
	
	background-color: rgb(50, 50, 50);	
	background-color: rgba(0, 0, 0, 0.7);	
	
	-moz-border-radius: 4px; 
  	-webkit-border-radius: 4px; 
 	border-radius: 4px;
 	
 	-moz-opacity: 0.8;	
	-webkit-opacity: 0.8;	
	opacity: 0.8;

}
.touchcarousel.black-and-white .arrow-holder {
	width: 35px;	
}
.touchcarousel.black-and-white .arrow-holder:active .arrow-icon {	
	-moz-opacity: 0.7 !important;	
	-webkit-opacity: 0.7 !important;	
	opacity: 0.7 !important;	
}
.touchcarousel.black-and-white .arrow-icon.left {
	left: 10px;
	background-position: -2px -6px;		
}
.touchcarousel.black-and-white .arrow-icon.right {
	right: 10px;
	background-position: -175px -6px;	
}
.touchcarousel.black-and-white .arrow-holder:hover .arrow-icon {
	background-color: rgb(30, 30, 30);	
	background-color: rgba(0, 0, 0, 0.7);	
	
	-moz-opacity: 1;	
	-webkit-opacity: 1;	
	opacity: 1;
}
.touchcarousel.black-and-white .arrow-holder.disabled .arrow-icon.left {
	background-position: -39px -6px;
}
.touchcarousel.black-and-white .arrow-holder.disabled .arrow-icon.right {
	background-position: -138px -6px;	
}
.touchcarousel.black-and-white .arrow-holder.disabled .arrow-icon.left,
.touchcarousel.black-and-white .arrow-holder.disabled .arrow-icon.right {	
	background-color: rgb(200, 200, 200);
	background-color: rgba(0, 0, 0, 0.3);
}

/******************************************************\
*
*  2. Paging navigation
*
\******************************************************/
.touchcarousel.black-and-white .tc-paging-container {	
	margin-top: -22px;
}
.touchcarousel.black-and-white .tc-paging-item {
	background-image: url('sprite.png');
	background-repeat: no-repeat;
	background-position:  -95px -4px;
		
	
	width: 16px;
	height: 16px;		
}
.touchcarousel.black-and-white .tc-paging-item.current {	
	background-position:  -95px -22px;
}
.touchcarousel.black-and-white .tc-paging-container {
	margin-top: -25px;
}
.touchcarousel.black-and-white .tc-paging-centerer-inside {
	-moz-border-radius: 4px; 
  	-webkit-border-radius: 4px; 
 	border-radius: 4px;
 	
 	background-color: rgb(50, 50, 50);	
	background-color: rgba(0, 0, 0, 0.6);	
	
	padding: 2px 4px;
}





/**
		* "Free-scroll" gallery
		**/
/**
		* Carousel with image and text, custom skinned scrollbar
		**/
		#carousel-gallery {
			width: 100%;
			height: 253px;
			margin: 0 auto;	
		}	
		#carousel-gallery .arrow-holder {
			width: 35px;
		}		
		#carousel-gallery .touchcarousel-item {
			margin-right: 1px;
			width: 253px;		
		}
		#carousel-gallery .item-block {
			width: 253px;
			height: 253px;
			display: block;
		}
		#carousel-gallery .item-block img,
		#carousel-gallery .item-block h4, 
		#carousel-gallery .item-block p {
			float: left;
			position: relative;
			display: block;
			margin: 0;			
		}
		#carousel-gallery .item-block img {
	
			border: 0;
			padding: 0;		
		}
		#carousel-gallery .item-block {			
			text-decoration: none;
			color: inherit;			
		}					
		#carousel-gallery .item-block h4 {
			font: bold 13px/20px Helvetica, Arial, sans-serif;
			color: #000;
			width: 158px;
			height: auto;		
			padding: 2px 0 0 6px;
			-webkit-transition: color 0.2s ease-out; 
			-moz-transition: color 0.2s ease-out;
			transition: color 0.2s ease-out;  	
		}
		#carousel-gallery .item-block:hover h4 {	
			color: #1873c9;		
		}
		#carousel-gallery .item-block p {			
			font: normal 13px/20px Helvetica, Arial, sans-serif;
			color: #555;		
			width: 158px;
			padding: 0 0 0 6px;
		}
		#carousel-gallery .scrollbar-holder {
			background: #CED7DB;
			bottom: 0;
			height: 1px;
			left: 0;
			right: 0;
		}
		#carousel-gallery .scrollbar {
			background-color: #45a8ce !important;
			bottom: 0;
		}