.four.columns {
	width: 194px;
}
.column, .columns {
	float: left;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}

.touchcarousel .touchcarousel-item a {position:relative;display:block;color:#000000;}
.touchcarousel .touchcarousel-item a b {background:url('/export/system/modules/au.com.creataonline/resources/images/shade.png');display:block;height:40px;line-height:30px;position:absolute;bottom:0px;width:100%;font-family:"Freestyle Script", Arial, Helvetica, sans-serif;font-size:3.1em;}
.touchcarousel .touchcarousel-item a b span {display:block;padding:0 15px;}

/*===================================================================================*/
/* 	9.	Touch Carousel
/*===================================================================================*/
.touchcarousel {
	position: relative;
	width: 1000px;
	height: auto;
	clear: both;
	overflow: hidden;
	margin-bottom: 40px;
}
.touchcarousel .touchcarousel-container {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	left: 0;
}
.touchcarousel .touchcarousel-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.touchcarousel .touchcarousel-item {
	margin-bottom: 20px;
}
.touchcarousel .touchcarousel-item h4 {
	margin-bottom: 5px;
}
.touchcarousel .touchcarousel-item p {
	padding: 0px;
	color: #787f89;
	font-size: 13px;
}
.touchcarousel .touchcarousel-item img {
	width: 100%;
	max-width: 100%;
}
.touchcarousel .scrollbar-holder {
	position: absolute;
	z-index: 30;
	left: 6px;
	right: 6px;
	bottom: 5px;
	height: 4px;
	overflow: hidden;
	background-color: #EFF1F2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	–ms–border-radius: 3px;
	border-radius: 3px;
}
.touchcarousel .scrollbar {
	position: absolute;
	left: 0;
	height: 4px;
	bottom: 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	–ms–border-radius: 3px;
	border-radius: 3px;
}
.touchcarousel .scrollbar.dark {
	background-color: rgb(65, 69, 74);
	background-color: rgba(65, 69, 74, 1);
}
.touchcarousel .grab-cursor {
	cursor: url(../img/grab.png) 8 8, move;
}
.touchcarousel .grabbing-cursor {
	cursor: url(../img/grabbing.png) 8 8, move;
}
.touchcarousel .auto-cursor {
	cursor: auto;
}
.touchcarousel .arrow-icon.left {
	left: 25px;				
}
.touchcarousel.arrow-icon.right {
	right: 25px;			
}
.touchcarousel .arrow-holder {
	width: 60px;	
}
.touchcarousel .scrollbar-holder {
	bottom: 6px;
}
.touchcarousel .arrow-holder{height:100%;width:45px;position:absolute;top:0;display:block;cursor:pointer;z-index:25;}
.touchcarousel .arrow-holder.left{left:-50px;}
.touchcarousel .arrow-holder.right{right:-50px;}
.touchcarousel .arrow-icon{width:45px;height:90px;top:50%;margin-top:-45px;position:absolute;cursor:pointer;}
.touchcarousel .arrow-holder.disabled{cursor:default;}
.touchcarousel .arrow-holder.disabled .arrow-icon{cursor:default;}
.touchcarousel .arrow-icon{width:30px;height:30px;margin-top:-15px;background-image:url('/export/system/modules/au.com.creataonline/resources/images/sprite-bw.png');background-repeat:no-repeat;background-color:#323232;background-color:rgba(0,0,0,0.7);-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;-moz-opacity:.8;-webkit-opacity:.8;opacity:.8;}
.touchcarousel .arrow-holder{width:35px;}
.touchcarousel .arrow-holder:active .arrow-icon{-moz-opacity:.7!important;-webkit-opacity:.7!important;opacity:.7!important;}
.touchcarousel .arrow-icon.left{left:10px;background-position:-2px -6px;}
.touchcarousel .arrow-icon.right{right:10px;background-position:-175px -6px;}
.touchcarousel .arrow-holder:hover .arrow-icon{background-color:#1e1e1e;background-color:rgba(0,0,0,0.7);-moz-opacity:1;-webkit-opacity:1;opacity:1;}
.touchcarousel .arrow-holder.disabled .arrow-icon.left{background-position:-39px -6px;}
.touchcarousel .arrow-holder.disabled .arrow-icon.right{background-position:-138px -6px;}
.touchcarousel .arrow-holder.disabled .arrow-icon.left, .touchcarousel.black-and-white .arrow-holder.disabled .arrow-icon.right{background-color:#c8c8c8;background-color:rgba(0,0,0,0.3);}
