.carousel { position:relative;width:88%; padding:0 4% 0 4%; margin:40px auto; }
			.carousel .prev { display:none; width:45px; height:68px; position:absolute; bottom:0px; left:0px; z-index:9999; cursor:pointer; }
			.carousel .next{ display:none; width:45px; height:68px; position:absolute; bottom:0px; right:0%; z-index:9999; cursor:pointer; }
			.carousel .prev {background:url(../images/prev.png) 0 30% no-repeat;  }
			.carousel .next {background:url(../images/next.png) 100% 30% no-repeat;}
			.carousel li { display:none; cursor:default }
			.carousel li .as_logo_mrg{margin-left:0px;}
			.carousel li img { width:80%; height:auto; cursor:default}
			.paging { position:absolute; z-index:9998; }
			.paging > a { display:block; cursor:pointer; width:40px; height:40px; float:left; background:url(images/dots.html) 0px -40px no-repeat; }
			.paging > a:hover,
			.paging > a.current { background:url(images/dots.html) 0px 0px no-repeat;  }
			.badge { display:block; width:104px; height:104px; background:url(images/badge.html) 0 0 no-repeat; z-index:9000; position:absolute; top:-3px; left:-3px; }
			img {
-webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  -o-user-select: none;
  user-select: none;    
}