.touchcarousel {
	position: relative;
	height: 400px;		
	overflow: hidden; 
}
.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: 0 0 0 0;
	padding: 0;	
	float: left;		
}
.touchcarousel .touchcarousel-item.last {
	margin-right: 0 !important;		
}
.touchcarousel .arrow-holder {
	height: 100%;
	width: 45px;
	position: absolute;
	top: 0;
	display: block;
	cursor: pointer;	
	z-index: 25;	
}
.touchcarousel .arrow-holder.left {	
	left: 0;	
}
.touchcarousel .arrow-holder.right {	
	right: 0;
}
.touchcarousel .arrow-icon{		
	width: 45px;
	height: 90px;
	top:50%;
	margin-top:-45px;	
	position: absolute;	
	cursor: pointer;	
}
.touchcarousel .arrow-icon.left { }
.touchcarousel .arrow-icon.right { }
.touchcarousel .arrow-holder:hover .arrow-icon { }
.touchcarousel .arrow-holder.disabled { cursor: default; }
.touchcarousel .arrow-holder.disabled .arrow-icon { cursor: default; }
.touchcarousel .tc-paging-container {
	width:100%;
	overflow:hidden;
	position:absolute;
	margin-top:-20px;
	z-index:25;
}
.touchcarousel .tc-paging-centerer {	
	float: left;
	position: relative;
	left: 50%;		
}
.touchcarousel .tc-paging-centerer-inside {
	float: left;
	position: relative;
	left: -50%;
}
.touchcarousel .tc-paging-item {			
	float:left;	
	cursor:pointer;		
	position:relative;
	display:block;	
	text-indent: -9999px;	
}
.touchcarousel .tc-paging-item.current { }
.touchcarousel .tc-paging-item:hover { }
.touchcarousel .scrollbar-holder {
	position: absolute;
	z-index: 30;
	left: 6px;
	right: 6px;	
	bottom: 5px;
	height:4px;
	overflow: hidden;
}
.touchcarousel .scrollbar {
	position: absolute;
	left:0;	
	height:4px;
	bottom: 0px;
}
.touchcarousel .scrollbar.dark {
	background-color: rgb(130, 130, 130);	
	background-color: rgba(0, 0, 0, 0.5);
}
.touchcarousel .scrollbar.light {
	background-color: rgb(210, 210, 210);	
	background-color: rgba(255, 255, 255, 0.5);	
}
/* IE and Opera use "move", FF uses -moz-grab */
.touchcarousel .grab-cursor{ cursor:url(grab.png) 8 8, move; }
.touchcarousel .grabbing-cursor{ cursor:url(grabbing.png) 8 8, move; }

/* Cursor that used when mouse drag is disabled */
.touchcarousel .auto-cursor{ cursor:auto; }
.touchcarousel .arrow-icon {	
	background-image: url('../img/sprite.png');
	background-repeat: no-repeat;
	width: 11px;
	height: 19px;	
	margin-top: -9px;
}
.touchcarousel .arrow-holder {
	width: 19px;
	height: 100%;
	-moz-opacity: 1;	
	-webkit-opacity: 1;	
	opacity: 1;	
}
.touchcarousel .arrow-holder.left {
	left: -20px;
}
.touchcarousel .arrow-holder.right {	
	right: -20px;
}
.touchcarousel .arrow-icon.left {
	left: 0;
	background-position: -6px -15px;
}
.touchcarousel .arrow-icon.right {
	right: 0;
	background-position: -186px -15px;
}
.touchcarousel .arrow-holder:hover .arrow-icon.left {
	background-position: -36px -15px;
}
.touchcarousel .arrow-holder:hover .arrow-icon.right {
	background-position: -156px -15px;
}
.touchcarousel .arrow-holder.disabled .arrow-icon.left {
	background-position: -66px -15px;
}
.touchcarousel .arrow-holder.disabled .arrow-icon.right {
	background-position: -126px -15px;
}
.touchcarousel .arrow-holder:hover {
	-moz-opacity: 1;	
	-webkit-opacity: 1;	
	opacity: 1;	
}
.touchcarousel .arrow-holder:active .arrow-icon {
	margin-top: -8px;
}
.touchcarousel .arrow-holder.disabled {
	-moz-opacity: 1;	
	-webkit-opacity: 1;	
	opacity: 1;	
}
.touchcarousel .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 .tc-paging-item.current {	
	background: url('sprite.png') no-repeat -95px -22px;
}
.touchcarousel.grey-blue .tc-paging-item:hover {		
	-moz-opacity: 1;	
	-webkit-opacity: 1;	
	opacity: 1;		
}
#carousel {
	max-width:1200px;
	height: 290px;
	height: 233px;
	margin: 0 auto;	
	padding:4px;
}	
#carousel .arrow-holder {
	height: 290px;
		height: 227px;
	cursor:pointer;
}		
#carousel .touchcarousel-item {
	margin-right: 4px;	
	width:220px;
	background:#0c0c0c;
	box-shadow: 0 0 5px rgba(0,0,0,.5) inset;
	transition:background linear 125ms;
}
#carousel .touchcarousel-item:hover{
	background:transparent;
	box-shadow:none;
    transition: all 125ms linear 0s;
}
}
#carousel .touchcarousel-item-img{
	height:132px;
	width:100%;
	display:block;
	position:relative;
}
#carousel .touchcarousel-item img{
	position: relative;
	max-width:100%;
	display: block;
	margin:0 auto;
	top:5px;
	text-align:center;
	transition:all linear 125ms;
}					
#carousel .touchcarousel-item:hover img{
	top:0px;
	transition:all linear 125ms;
}
#carousel .touchcarousel-item .touchcarousel-item-title {
	max-width:100%;
	display: block;
	margin: 0 auto;
	text-align:center;
	font-size:20px;
	line-height:36px;
	height:36px;
	text-shadow:1px 1px 0 rgba(0,0,0,0.5);
	overflow:hidden;
	font-family: 'OpenSansCondensedBold';
	color:#fff;
}
#carousel .touchcarousel-item:hover a,
#carousel .touchcarousel-item:hover .touchcarousel-item-title{
	color:#EFDF14;
	text-decoration:none;
}
#carousel .touchcarousel-item-info{
	background:rgba(0,0,0,0.15);
	display:block;
	transition:background linear 125ms;
}
#carousel .touchcarousel-item p {		
	padding:7px 10px;
	text-indent:0;
	font-size:12px;
	line-height:16px;
	text-align:left;
	color:#fff;
	display:none;
}
#carousel .item-link{
	display:block;
	margin-top:3px;
	padding:10px 13px;
	text-transform:uppercase;
	text-align:center;
	font-size:13px;
	line-height:13px;
	font-family: 'OpenSansBold';
	background:url("../img/buttons_bg_fad401.png") #fad401;
	color:#242424;
	text-decoration:none;
	transition:none;
}
#carousel .touchcarousel-item:hover .item-link{
	background:url("../img/buttons_bg_393a3a.png") #393a3a;
	color:#fff;
	text-decoration:none;
	text-shadow:1px 1px 0 rgba(0,0,0,0.33);
	transition:none;
}

#carousel .scrollbar-holder {
	background: #000;
	bottom: 0;
	height: 1px;
	left: 0;
	right: 0;
}
#carousel .scrollbar {
	background-color: #efdf14 !important;
	bottom: 0;
}