/******************************************************\
*
*  HKW Carousel Skin
*
*    1. Arrows(direction) navigation
*    2. Paging navigation
*
\******************************************************/


.touchcarousel.hkw-carousel {
	width: 100%;
	height: 65px;
	margin: 0;
	padding: 15px 0 0;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	
}
.touchcarousel.hkw-carousel .touchcarousel-wrapper {
	margin-left: 0;
}
.touchcarousel.hkw-carousel .touchcarousel-item {
	margin-right: 28px;
	width: 	212px;
	height: 65px;
	font-size: 13px;
	line-height: 1.3em !important;
}
.touchcarousel.hkw-carousel .touchcarousel-item a {
	display: block !important;
	border: none !important;
}
.touchcarousel.hkw-carousel .touchcarousel-item a:hover {
}
.touchcarousel.hkw-carousel .touchcarousel-item img {
	width: 48px;	
	height: 48px;
	float: left;
	margin-right: 16px;
}


@media (min-width: 1200px) {
	.touchcarousel.hkw-carousel {
		height: 77px;
		padding: 20px 0 0;
	}
	.touchcarousel.hkw-carousel .touchcarousel-item {
		width: 264px;
		margin-right: 36px;
		font-size: 14px;
		line-height: 1.3em;
	}
	.touchcarousel.hkw-carousel .touchcarousel-item img {
		width: 57px;
		height: 57px;
		margin-right: 18px;
	}
}

		


/******************************************************\
*
*  1. Arrows (direction) navigation
*
\******************************************************/
.touchcarousel.hkw-carousel .arrow-icon {
	width: 30px;
	height: 30px;
	margin-top: -15px;	
	
	background-image: url('sprite.png');
	background-repeat: no-repeat;
	
	background-color: transparent;
 	
 	-moz-opacity: 0.5;	
	-webkit-opacity: 0.5;	
	opacity: 0.5;

}
.touchcarousel.hkw-carousel .arrow-holder {
	width: 35px;
	border: none !important;
}
.touchcarousel.hkw-carousel .arrow-holder:hover {
}
.touchcarousel.hkw-carousel .arrow-holder:active .arrow-icon {	
	-moz-opacity: 0.7 !important;	
	-webkit-opacity: 0.7 !important;	
	opacity: 0.7 !important;	
}
.touchcarousel.hkw-carousel .arrow-holder:hover .arrow-icon {
	-moz-opacity: 1;	
	-webkit-opacity: 1;	
	opacity: 1;
}
.touchcarousel.hkw-carousel .arrow-holder.disabled .arrow-icon.left {
	background-position: -39px -6px;
}
.touchcarousel.hkw-carousel .arrow-holder.disabled .arrow-icon.right {
	background-position: -138px -6px;	
}
.touchcarousel.hkw-carousel .arrow-holder.disabled .arrow-icon.left,
.touchcarousel.hkw-carousel .arrow-holder.disabled .arrow-icon.right {
	-moz-opacity: 0.2 !important;	
	-webkit-opacity: 0.2 !important;	
	opacity: 0.2 !important;	
}


.touchcarousel.hkw-carousel .arrow-icon.left {
	left: -38px;
	background-position: -2px -6px;		
}
.touchcarousel.hkw-carousel .arrow-icon.right {
	right: -38px;
	background-position: -175px -6px;	
}
@media (max-width: 979px) {
  .touchcarousel.hkw-carousel .arrow-icon.left { left: -42px; }
  .touchcarousel.hkw-carousel .arrow-icon.right { right: -42px; }
}

@media (max-width: 768px) {
  .touchcarousel.hkw-carousel .arrow-icon.left { left: -35px; }
  .touchcarousel.hkw-carousel .arrow-icon.right { right: -34px; }
}

@media (max-width: 767px) {
  .touchcarousel.hkw-carousel .arrow-icon { background-image: url('sprite-mobile.png?v=1'); }
  .touchcarousel.hkw-carousel .arrow-icon.left { left: -19px; }
  .touchcarousel.hkw-carousel .arrow-icon.right { right: -19px; }
}



/******************************************************\
*
*  2. Paging navigation
*
\******************************************************/
.touchcarousel.hkw-carousel .tc-paging-container {	
	margin-top: -22px;
}
.touchcarousel.hkw-carousel .tc-paging-item {
	background-image: url('sprite.png');
	background-repeat: no-repeat;
	background-position:  -95px -4px;
		
	
	width: 16px;
	height: 16px;		
}
.touchcarousel.hkw-carousel .tc-paging-item.current {	
	background-position:  -95px -22px;
}
.touchcarousel.hkw-carousel .tc-paging-container {
	margin-top: -25px;
}
.touchcarousel.hkw-carousel .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;
}




