#promotion_slide {
  width: 947px;    
  height: 100%;
  left:60px;
  max-height: 694px;  
  -webkit-user-select: none;
  -moz-user-select: none;  
  user-select: none;
  background: transparent;    
}
#promotion_slide .rsOverflow{
	background: transparent;
}
#promotion_slide .rsSlide{
	background: transparent;
}
#promotion_slide .rsThumbsHor{	
	background: transparent;
	height: 20px;
	width: 833px;
	top: -24px;
	left: 0px;	
	display: none;
}
#promotion_slide .rsThumb {
	width: 21px;	
	height: 21px;	
	background: url('../../assets/images/slide_select.png');
	color: black;	
    border-style: solid;
    border-width: 0.2px;
	border-color: #222;
}
#promotion_slide .rsThumb.rsNavSelected{
	background: url('../../assets/images/slide_select_active.png');
	color: white;	
}
#promotion_slide .rsTmb{
	width: 100%;
	height: 100%;
}
#promotion_slide .rsTmb p{	
	width: 100%;
	height: 100%;
	font-size: 10pt;
	text-align: center;
	vertical-align: middle;	
	line-height: 20px;
	margin: 0px;
}
#promotion_slide .rsThumb.rsNavSelected img {
	opacity: 0;
}
#promotion_slide .rsArrow{
	width: 18px;
}
#promotion_slide .rsArrowLeft {
	left: -25px;
	top: 0;
}
#promotion_slide .rsArrowRight{
	right: -25px;
	top: 0;
}
#promotion_slide .rsArrowIcn {
	width: 18px;
	height: 63px;
	left: 0px;
	margin-left: 0px;
	background: url('../../assets/images/nav_left_1.png') no-repeat;
}
#promotion_slide  .rsArrowRight .rsArrowIcn {
	left: 0px;
	margin-left: 0px;
	background: url('../../assets/images/nav_right_1.png') no-repeat;
}
#promotion_slide .region_item{
	position: absolute;	
	box-sizing: content-box;

	//-o-transition:1s ease-out;
  	//-ms-transition:1s ease-out;
  	//-moz-transition:1s ease-out;
  	//-webkit-transition:1s ease-out;
  	/* ...and now for the proper property */
  	//transition:1s ease-out;  	
  	//opacity: 0.2;
}
#promotion_slide .region_item:hover{
	//background-color: blue;	
	cursor: pointer; cursor: hand;		
}