

.touchcarousel.three-d .tc-paging-container {		
	width: auto;
	float: none;
	left:300px; 
	top:172px;

}
.touchcarousel.three-d .tc-paging-centerer {
	float: none;
	position: relative;
	
}
.touchcarousel.three-d .tc-paging-centerer-inside {	
	position: relative;
	
	float: none;	
}
.touchcarousel.three-d .tc-paging-item {
	 background:#B8B8B8;
	width: 10px;
	height: 10px; border-radius:50px;	
	
	-moz-opacity: 0.8;	
	-webkit-opacity: 0.8;	
	opacity: 0.8;	
	margin-right:8px;
}
.touchcarousel.three-d .tc-paging-item.current {	
 background:#525252;
 }
.touchcarousel.three-d .tc-paging-item:hover {		
	-moz-opacity: 1;	
	-webkit-opacity: 1;	
	opacity: 1;		
}





