/******************************************************\
*
*  3D skin
*
*    1. Arrows(direction) navigation
*    2. Paging navigation
*
\******************************************************/



/******************************************************\
*
*  1. Arrows (direction) navigation
*
\******************************************************/
.touchcarousel.three-d .arrow-icon {
	top: 5px;
	background-image: url('sprite.png');
	background-repeat: no-repeat;
	width: 11px;
	height: 19px;	
	margin-top: -9px;
}
.touchcarousel.three-d .arrow-holder {
	width: 20px;
	height: 100%;
	-moz-opacity: 1;	
	-webkit-opacity: 1;	
	opacity: 1;	
}
.touchcarousel.three-d .arrow-holder.left {
	top: 75px;
	left: 695px;
}
.touchcarousel.three-d .arrow-holder.right {
	top: 75px;	
	left: 707px;
}
.touchcarousel.three-d .arrow-icon.left {
	left: 0;
	background-position: -6px -15px;
}
.touchcarousel.three-d .arrow-icon.right {
	right: 0;
	background-position: -186px -15px;
}
.touchcarousel.three-d .arrow-holder:hover .arrow-icon.left {
	background-position: -36px -15px;
}
.touchcarousel.three-d .arrow-holder:hover .arrow-icon.right {
	background-position: -156px -15px;
}

.touchcarousel.three-d .arrow-holder.disabled .arrow-icon.left {
	background-position: -66px -15px;
}
.touchcarousel.three-d .arrow-holder.disabled .arrow-icon.right {
	background-position: -126px -15px;
}
.touchcarousel.three-d .arrow-holder:hover {
	-moz-opacity: 1;	
	-webkit-opacity: 1;	
	opacity: 1;	
}
.touchcarousel.three-d .arrow-holder:active {
	-moz-opacity: 0.7;	
	-webkit-opacity: 0.7;	
	opacity: 0.7;	
}
.touchcarousel.three-d .arrow-holder.disabled {
	-moz-opacity: 1;	
	-webkit-opacity: 1;	
	opacity: 1;	
}

/******************************************************\
*
*  2. Paging navigation
*
\******************************************************/

.touchcarousel.three-d .tc-paging-container {		
	width: 50px;
	float: none;
	
	left: 678px;
	
	margin-top: 0;	
	top: 70px;
}
.touchcarousel.three-d .tc-paging-centerer {
	float: none;
	position: relative;
	left: 0;
}
.touchcarousel.three-d .tc-paging-centerer-inside {	
	position: relative;
	left: 0;
	float: none;	
}
.touchcarousel.three-d .tc-paging-item {
	background: url('sprite.png') no-repeat -95px -4px;
	
	width: 16px;
	height: 16px;	
	
	-moz-opacity: 0.8;	
	-webkit-opacity: 0.8;	
	opacity: 0.8;	
}
.touchcarousel.three-d .tc-paging-item.current {	
	background: url('sprite.png') no-repeat -95px -22px;
}
.touchcarousel.three-d .tc-paging-item:hover {		
	-moz-opacity: 1;	
	-webkit-opacity: 1;	
	opacity: 1;		
}





