/******************************************************\
*
*  Grey-Blue skin
*
*    1. Arrows(direction) navigation
*    2. Paging navigation
*
\******************************************************/



/******************************************************\
*
*  1. Arrows (direction) navigation
*
\******************************************************/
.touchcarousel.grey-blue .arrow-icon {
	
	background-image: url('../images/sprite.png');
	background-repeat: no-repeat;
	
	background-color: rgb(181, 177, 161);
	/*background-color: rgb(50, 50, 50);*/
/* 	background-color: rgba(0, 0, 0, 0.7); */
	background-color: rgba(181, 177, 161, 1);
	
	-moz-border-radius: 4px; 
  	-webkit-border-radius: 4px; 
 	border-radius: 4px;
 	
 	-moz-opacity: 0.8;	
	-webkit-opacity: 0.8;	
	opacity: 0.8;
	
	width: 25px;
	height: 50px;
	margin-top: -40px;
}
.touchcarousel.grey-blue .arrow-holder {
	width: 19px;
	height: 100%;
	-moz-opacity: 1;	
	-webkit-opacity: 1;	
	opacity: 1;	
}
.touchcarousel.grey-blue .arrow-holder.left {
	left: -45px;
}
.touchcarousel.grey-blue .arrow-holder.right {	
	right: -45px;
}

.touchcarousel.grey-blue .arrow-holder {
	width: 35px;	
}
.touchcarousel.grey-blue .arrow-holder:active .arrow-icon {	
	-moz-opacity: 0.7 !important;	
	-webkit-opacity: 0.7 !important;	
	opacity: 0.7 !important;	
}
.touchcarousel.grey-blue .arrow-icon.left {
	left: 10px;
	background-position: -4px 3px;		
}
.touchcarousel.grey-blue .arrow-icon.right {
	right: 10px;
	background-position: -178px 3px;
}
.touchcarousel.grey-blue .arrow-holder:hover .arrow-icon {
/* 	background-color: rgb(30, 30, 30);	 */
	background-color: rgb(162, 157, 138);
/* 	background-color: rgba(0, 0, 0, 0.7);	 */
	background-color: rgba(162, 157, 138, 0.7);	
	
	-moz-opacity: 1;	
	-webkit-opacity: 1;	
	opacity: 1;
}
.touchcarousel.grey-blue .arrow-holder.disabled .arrow-icon.left {
	background-position: -39px 3px;
}
.touchcarousel.grey-blue .arrow-holder.disabled .arrow-icon.right {
	background-position: -140px 3px;	
}
.touchcarousel.grey-blue .arrow-holder.disabled .arrow-icon.left,
.touchcarousel.grey-blue .arrow-holder.disabled .arrow-icon.right {	
	background-color: rgb(200, 200, 200);
	background-color: rgba(0, 0, 0, 0.2);
}

/******************************************************\
*
*  2. Paging navigation
*
\******************************************************/

.touchcarousel.grey-blue .tc-paging-item {
	background-image: url('../images/sprite.png');
	background-repeat: no-repeat;
	background-position:  -95px -4px;
	width: 16px;
	height: 16px;
	
	-moz-opacity: 0.8;	
	-webkit-opacity: 0.8;	
	opacity: 0.8;	
}

.touchcarousel.grey-blue .tc-paging-item.current {	
	background-position:  -95px -22px;
}
.touchcarousel.grey-blue .tc-paging-container {
	margin-top: -25px;
}
.touchcarousel.grey-blue .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;
}