#image_slideshow .active {
z-index:2;
}
#image_slideshow .inactive {
z-index:1;
}
.acx_ppt, .acx_ppt ul, .acx_ppt li, .acx_ppt img
{
transition: none !important;
}
#image_slideshow_holder iframe
{
margin:0px !important;
}
ul.acx_ppt {
	position: relative;
	padding:0px !important;
	margin:0px !important;
	background:none !important;
	list-style-type: none !important;
	border:0px !important;
}
.acx_ppt li {
	list-style-type: none !important;
	position: absolute;
	top: 0;
	left: 0;
	padding:0px !important;
	margin:0px !important;
	background:none !important;
	border:0px !important;
}
.acx_ppt li img{
	max-width:100%;
	padding:0px !important;
	margin:0px !important;
	background:none !important;
	border:0px !important;
}
.acx_dis_play_but{
    border: 0 none;
    color: silver;
    cursor: pointer;
    font-family: arial;
    font-size: 1px;
    height: 32px;
    left: 45%;
    position: absolute;
    top: 44%;
    width: 32px;
	z-index: 1;
}
.acx_dis_pause_but
{
  background: transparent url("../images/stop.png") no-repeat scroll 0 0;
  border: 0 none;
  color: silver;
  cursor: pointer;
  display: none;