#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;
}
#response #acx_slideshow_sortable li
{
    border: 1px dashed silver;
    box-shadow: 1px 1px 7px -2px black;
    cursor: move;
    height: 150px;
    overflow: hidden;
    position: relative;
    width: 60%;
}
#s_s_notice
{
    background: none repeat scroll 0 0 limegreen;
    border-radius: 4px 4px 4px 4px;
    color: white;
    font-size: 18px;
    margin-right: auto;
    padding: 4px;
    text-align: center;
}
#response #acx_slideshow_sortable .del_but
{
    background: url("images/delete.png");
    border: 0 none;
    color: silver;
    cursor: pointer;
    font-family: arial;
    font-size: 1px;
    height: 30px;
    position: absolute;
    right: 3px;
    top: 3px;
    width: 30px;
}
#response #acx_slideshow_sortable .play_but {
    background: url("images/Play-1-Normal-Red-icon.png");
    border: 0 none;
    color: silver;
    cursor: move;
    font-family: arial;
    font-size: 1px;
    height: 29px;
    left: 342px;
    position: absolute;
    top: 63px;
    width: 30px;
}
.acx_dis_play_but{
	background: url("http://artsghana.org/wp-content/plugins/simple-slideshow-manager/images/Play.png") no-repeat scroll 0 0 transparent;
    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;
  font-family: arial;
  font-size: 1px;
  height: 32px;
  width: 32px;
}
.acx_dis_stop_but{
    background: url("images/Stop-Normal-Red-icon.png");
    border: 0 none;
    color: silver;
    cursor: pointer;
    font-family: arial;
    font-size: 1px;
    height: 29px;
    left: 200px;
    position: absolute;
    t