/******************************************************\
*
*  3D skin
*
*    1. Arrows(direction) navigation
*    2. Paging navigation
*
\******************************************************/



/******************************************************\
*
*  1. Arrows (direction) navigation
*
\******************************************************/
.touchcarousel.three-d .arrow-icon {
	
	background-image: url('sprite.png');
	background-repeat: no-repeat;
	width: 19px;
	height: 20px;	
	margin-top: -9px;
}
.touchcarousel.three-d .arrow-holder {
	width: 19px;
	height: 100%;
	-moz-opacity: 1;	
	-webkit-opacity: 1;	
	opacity: 1;	
}
.touchcarousel.three-d .arrow-holder.left {
	left: -30px;
}
.touchcarousel.three-d .arrow-holder.right {	
	right: -30px;
}

.touchcarousel.three-d .arrow-icon.left {
	left: 0;
	background-position: -8px -14px;
}
.touchcarousel.three-d .arrow-icon.right {
	right: 0;
	background-position: -173px -14px;
}

.touchcarousel.three-d .arrow-holder.disabled .arrow-icon.left {
	background-position: -43px -14px;
}
.touchcarousel.three-d .arrow-holder.disabled .arrow-icon.right {
	background-position: -138px -14px;
}
.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 {		
	margin-top: -10px;
}

.touchcarousel.three-d.projectdetail .tc-paging-container {		
	margin-top: -35px;
}
.touchcarousel.three-d.pressdetail .tc-paging-container {		
	margin-top: -35px;
}



.touchcarousel.three-d .tc-paging-centerer {
	
}
.touchcarousel.three-d .tc-paging-centerer-inside {	
	
}
.touchcarousel.three-d .tc-paging-item {
	background: url('sprite.png') no-repeat -95px -4px;
	
	width: 19px;
	height: 19px;	
	
	-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;		
}





