.block-thumb-slider { 
	width:100%;
}
#slideholder {
	position:relative; 
	overflow:hidden;
	height:178px;
	width:100.7%;	
}
#slidemover {
	position:absolute;
	width:5000px;
	margin-left:40px;
}
.thmslide { 
	display:inline-block;
	margin:0 0.10em;
	 -webkit-transition: opacity 0.5s ease-in-out;
	  -moz-transition: opacity 0.5s ease-in-out;
	  -ms-transition: opacity 0.5s ease-in-out;
	  -o-transition: opacity 0.5s ease-in-out;
	  transition: opacity 0.5s ease-in-out;
}
.thmslide:hover { 
	zoom: 1;
  filter: alpha(opacity=75);
  opacity: 0.75;
}

div#thm_lft_arrow, div#thm_rt_arrow {
	width:39px;
	height:178px;
	position:relative;
	z-index:10;
	cursor:pointer;
}

div#thm_lft_arrow {
	background:url(thm-slide-arrow-l.jpg) no-repeat -39px 0;
	float:left;
}

div#thm_rt_arrow {
	background:url(thm-slide-arrow-r.jpg) no-repeat -39px 0;
	float:right;
}

div#thm_lft_arrow:hover {
	background:url(thm-slide-arrow-l.jpg) no-repeat 0 0;
}

div#thm_rt_arrow:hover {
	background:url(thm-slide-arrow-r.jpg) no-repeat 0 0;
}

div#thm_lft_arrow.end, div#thm_lft_arrow.end:hover {
	background:url(thm-slide-arrow-l.jpg) no-repeat -78px 0;
}

div#thm_rt_arrow.end, div#thm_rt_arrow.end:hover {
	background:url(thm-slide-arrow-r.jpg) no-repeat -78px 0;
}