#item_slider{
	width: 100%;
	/*height: 100%;*/
	/*height: 125px;*/
	height: 150px;
}
#item_slider_content {	
	width: 100%;
	height: 100%;
	padding: 0px 0;
	background: transparent;
	overflow: hidden !important;
}		
#item_slider_content  .scrollbar-holder {
	background: transparent;
	bottom: 0;
	height: 1px;
	left: 0;
	right: 0;
}
#item_slider_content .scrollbar {
	background-color: #45a8ce !important;
	bottom: 0;
}
#item_slider_content .touchcarousel-wrapper {
	width: 1340px;
	overflow: hidden;		
	margin-left: 60px;	
}
#item_slider_content .touchcarousel-item {
	margin-right: 15px;		
	background: transparent;
	height: 100%;
}
#item_slider_content .arrow-icon {
	width: 24px;
	height: 50px;	
}
#item_slider_content  .arrow-holder.left{
	left: 0px;
}
#item_slider_content  .arrow-holder.right{
	right: -31px;
}
#item_slider_content .arrow-icon.left {
	left: auto;
	right: 2px;
	background: url('../../assets/images/nav_left_2.png') no-repeat center center;	
}
#item_slider_content .arrow-icon.right {
	right: 31px;				
	background: url('../../assets/images/nav_right_2.png') no-repeat center center;
}
#item_slider_content .arrow-holder {	
	width: 60px;
}
#item_slider_content  .scrollbar-holder {
	bottom: 0px;
	margin-left: 65px;
	margin-right: 35px;
}
#item_slider_content  .empty-item{
	display: none;
}
#item_slider_content .item_image_cursor{
	cursor: pointer; cursor: hand;
}
