#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;
  font-family: arial;
  font-size: 1px;
  height: 32px;
  width: 32px;
}
.acx_dis_stop_but{
    border: 0 none;
    color: silver;
    cursor: pointer;
    font-family: arial;
    font-size: 1px;
    height: 29px;
    left: 200px;
    position: absolute;
    top: 300px;
    width: 30px;
}
.acx_dis_unmute_but{
    border: 0 none;
    color: silver;
    cursor: pointer;
    font-family: arial;
    font-size: 1px;
    height: 29px;
    left: 230px;
    position: absolute;
    top: 300px;
    width: 30px;
}
.acx_dis_mute_but{
    border: 0 none;
    color: silver;
    cursor: pointer;
    font-family: arial;
    font-size: 1px;
    height: 29px;
    left: 260px;
    position: absolute;
    top: 300px;
    width: 30px;
}
.player_cntrls
{
    bottom: 12px;
    left: 12px;
    position: absolute;
	z-index: 10;
}

#acx_html_slide
{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
#acx_html_slide .field
{
    border: 1px solid lightslategrey;
}
#acx_html_slide .close
{
    background: none repeat scroll 0 0 white;
    border: 1px solid lightgray;
    border-radius: 11px 11px 11px 11px;
    box-shadow: 0 0 10px -5px black;
    color: black;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 6px;
    position: absolute;
    right: -14px;
    text-decoration: none;
    top: -4px;
}
#html_slide
{
    background: none repeat scroll 0 0 white;
    border-radius: 6px 6px 6px 6px;
    display: block;
    left: 30%;
    position: absolute;
    top: 10%;
}

#wtd
{
    background: url("../images/wtd.jpg") repeat scroll 0 0 transparent;
    display: block;
    height: 50px;
    margin-right: 8px;
    margin-top: 4px;
    width: 240px;
	float:left;
	border: 3px solid gray;
    box-shadow: 1px 1px 11px -5px black;
}
#wd
{
    background: url("../images/wd.jpg") repeat scroll 0 0 transparent;
    display: block;
    height: 50px;
    margin-right: 8px;
    margin-top: 4px;
    width: 240px;
	float:left;
	border: 3px solid gray;
    box-shadow: 1px 1px 11px -5px black;
}
#wrd
{
    background: url("../images/wr.jpg") repeat scroll 0 0 transparent;
    display: block;
    height: 50px;
    margin-right: 8px;
    margin-top: 4px;
    width: 240px;
	float:left;
	border: 3px solid gray;
    box-shadow: 1px 1px 11px -5px black;
}
#spd
{
    background: url("../images/spd.jpg") repeat scroll 0 0 transparent;
    display: block;
    height: 50px;
    margin-right: 8px;
    margin-top: 4px;
    width: 240px;
	float:left;
	border: 3px solid gray;
    box-shadow: 1px 1px 11px -5px black;
}

.acx_ppt .acx_v_hold
{
	position:relative;
}
.acx_ppt .acx_no_mo
{
	position:absolute;
	left:0px;
	top:0px;
}
.acx_ss_error
{
    border: 1px solid scrollbar;
    color: red;
    padding: 7px;
}
/*   -----------    */
#acx_validate_galleryname
{
	margin-left:300px;
	color:red;
	font-weight:bold;
	position:absolute;
	font-size:15px;
}
#acx_validate_galleryname_2
{
	margin-left:300px;
	color:#0d6e00;
	font-weight:bold;
	position:absolute;
	font-size:15px;
}

#image_slideshow
{
	position:relative;
	max-width:100%;
}
#image_slideshow .active
{
	opacity: 1;
	position: relative;
}
#image_slideshow .inactive
{
	opacity: 0;
	position: absolute;
}
#image_slideshow .img_prev
{
	background: url("../images/prev.png") no-repeat scroll center center;
	top: 0px;
	height: 100%;
	left: 0px;
	padding: 2px;
	position:absolute;
	width: 28px;
	z-index: 10000;
	cursor:pointer;
}

#image_slideshow .img_next
{
	background: url("../images/next.png") no-repeat scroll center center;
	top:0px;
	height: 100%;
	right: 0px;
	padding: 2px;
	position:absolute;
	width: 28px;
	z-index: 10000;
	cursor:pointer;
}
#image_slideshow .img_stop
{
	background: url("../images/stop_image.png") no-repeat scroll center center rgba(255, 255, 255, 0.0);
	height: 16px;
	right: 10px;
	padding: 2px;
	position:absolute;
	width: 16px;
	z-index: 10000;
	cursor:pointer;
}

#image_slideshow .img_play
{
	background: url("../images/play_image.png") no-repeat scroll center center rgba(255, 255, 255, 0.0);
	height: 16px;
	right: 10px;
	padding: 2px;
	position:absolute;
	width: 16px;
	z-index: 10000;
	cursor:pointer;
}

#image_slideshow .img_prev:hover, .image_slideshow .img_next:hover
{
	opacity:0.8;
	border:1px solid:black;
}

#image_slideshow li
{
	max-width:100%;
}

#image_slideshow img 
{
	vertical-align:middle;
	width:100%;
}