.image_slideshow .active {
	z-index: 2;
}

.image_slideshow .inactive {
	z-index: 1;
}

.my_ppt, .my_ppt ul, .my_ppt li, .my_ppt img {
	transition: none !important;
}

.image_slideshow_holder {
	margin: 10px auto;
}

.image_slideshow_holder iframe {
	margin: 0px !important;
}

ul.my_ppt {
	position: relative;
	padding: 0px !important;
	margin: 0px !important;
	background: none !important;
	list-style-type: none !important;
	border: 0px !important;
}

.my_ppt li {
	list-style-type: none !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0px !important;
	margin: 0px !important;
	background: none !important;
	border: 0px !important;
}

.my_ppt li img {
	box-sizing: border-box !important;
	max-width: 100%;
	padding: 0px 28px !important;
	margin: 0px !important;
	background: none !important;
	border: 0px !important;
}

.my_ppt li.nav_inside img {
	padding: 0px !important;
}

#response #my_slideshow_sortable li {
	border: 1px dashed silver;
	box-shadow: 1px 1px 7px -2px black;
	cursor: move;
	height: 150px;
	overflow: hidden;
	position: relative;
	width: 60%;
}

#shw_note {
	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 #my_slideshow_sortable .del_but {
	background: url("images/remove.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 #my_slideshow_sortable .play_but {
	background: url("images/play-icon-red.png");
	border: 0 none;
	color: silver;
	cursor: move;
	font-family: arial;
	font-size: 1px;
	height: 29px;
	left: 342px;
	position: absolute;
	top: 63px;
	width: 30px;
}

.my_dis_play_but {
	background: url("images/run.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;
}

.my_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;
}

.my_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;
	top: 300px;
	width: 30px;
}
.my_dis_unmute_but {
	background: url("images/On.png");
	border: 0 none;
	color: silver;
	cursor: pointer;
	font-family: arial;
	font-size: 1px;
	height: 29px;
	left: 230px;
	position: absolute;
	top: 300px;
	width: 30px;
}

.my_dis_mute_but {
	background: url("images/mute_2_2.png");
	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;
}

#response #my_slideshow_sortable .edit_but {
	background: url("images/edit_allowed.png");
	border: 0 none;
	color: silver;
	cursor: pointer;
	font-family: arial;
	font-size: 1px;
	height: 30px;
	position: absolute;
	right: 3px;
	top: 40px;
	width: 30px;
}

#response #my_slideshow_sortable .add_link {
	background: url("images/new_link.png");
	border: 0 none;
	color: silver;
	cursor: pointer;
	font-family: arial;
	font-size: 1px;
	height: 30px;
	position: absolute;
	right: 3px;
	top: 77px;
	width: 30px;
}

#my_slideshow_sortable img {
	width: 100%;
}

#rename_gallery {
	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;
}

#rename_gallery .field {
	background: none repeat scroll 0 0 #fff;
}

#rename_gallery .close {
	background: none repeat scroll 0 0 #606061;
	border-radius: 12px;
	box-shadow: 1px 1px 3px #000;
	color: #ffffff;
	font-weight: bold;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	text-decoration: none;
	top: -10px;
	width: 24px;
}

#rename_lb {
	width: 20%;
	height: 75px;
	display: block; 
	border-radius: 10px;
	left: 38%;
	padding: 3% 4%;
	position: absolute;
	margin-top: 10%;
	background: none repeat scroll 0 0 #fff;

}

#my_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;
}

#my_html_slide .field {
	border: 1px solid lightslategrey;
}

#my_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%;
}

#my_load_video {
	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;
}

#my_load_video .field {
	border: 1px solid lightslategrey;
}

#my_load_video .close {
	background: none repeat scroll 0 0 #606061;
	border-radius: 12px;
	box-shadow: 1px 1px 3px #000;
	color: #ffffff;
	font-weight: bold;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	text-decoration: none;
	top: -10px;
	width: 24px;
}

#my_load_media {
	border-radius: 10px;
	display: block;
	height: 200px;
	left: 38%;
	padding: 25px;
	position: absolute;
	top: 24%;
	width: 254px;
	background: #fff;
}

#my_edit_image {
	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;
}

#my_edit_image form {
	background: none repeat scroll 0 0 white;
	border: 1px solid powderblue;
	border-radius: 7px 7px 7px 7px;
	box-shadow: 0 0 10px -2px white;
	left: 35%;
	padding: 20px;
	position: absolute;
	top: 20%;
	width: 330px;
}

#my_edit_image input {
	width: 230px;
}

#my_edit_image a {
}

#my_shortval {
	display: inline;
	float: right;
	font-family: arial;
	font-size: 12px;
	text-align: right;
}

#ex_show {
	width: 650px;
}

#ex_show li {
	background: none repeat scroll 0 0 threedlightshadow;
	border: 1px dashed silver;
	box-shadow: 1px 1px 3px -1px black;
	display: inline-block;
	height: 43px;
	margin-bottom: 10px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	width: 100%;
}

#ex_show li .my_left {
	background: url("images/ident_show.png") no-repeat scroll 6px 5px white;
	border: 1px solid lightgray;
	float: left;
	height: 16px;
	padding: 9px 9px 9px 38px;
	width: 265px;
}

#ex_show li .my_right {
	float: right;
	margin-top: 2px;
}

#ex_show li .del_gallery {
	background: url("images/remove_show.png") no-repeat scroll 6px 5px #F3F3F3;
	box-shadow: 1px 1px 2px -2px black;
	height: auto;
	padding: 4px 10px 3px 33px;
}

#ex_show li .manage_gallery {
	background: url("images/show_handle.png") no-repeat scroll 6px 5px #F3F3F3;
	box-shadow: 1px 1px 2px -2px black;
	height: auto;
	padding: 4px 10px 3px 33px;
}

.widefat .my_rename_slide_button {
	background: url("images/rename.png") no-repeat scroll 10px 8px #F3F3F3;
	box-shadow: 1px 1px 2px -2px black;
	height: auto;
	padding: 4px 10px 3px 33px;
}

.widefat .my_rename_slide_button:hover {
	background: url("images/rename.png") no-repeat scroll 10px 8px #F1F1F1;
}

#my_form_img_edit .can_edit {
	background: url("images/edit_allowed.png") no-repeat scroll 8px 4px #F3F3F3;
	box-shadow: 1px 1px 2px -2px black;
	float: left;
	height: auto;
	margin-top: 12px;
	padding: 1px 10px 0 31px;
}

#my_form_img_edit .can_edit:hover {
	background: url("images/edit_allowed.png") no-repeat scroll 8px 4px #F1F1F1;
}

#my_form_img_edit .edit_edit {
	background: url("images/submit_modify.gif") no-repeat scroll 8px 4px #F3F3F3;
	box-shadow: 1px 1px 2px -2px black;
	float: right;
	height: auto;
	margin-top: 12px;
	padding: 1px 10px 0 31px;
}

#my_form_img_edit .edit_edit:hover {
	background: url("images/submit_modify.gif") no-repeat scroll 8px 4px #F1F1F1;
}

.widefat .my_slide_upload {
	background: url("images/load_img.png") no-repeat scroll 10px 8px #F3F3F3;
	box-shadow: 1px 1px 2px -2px black;
	height: auto;
	margin: 15px;
	padding: 4px 10px 5px 33px;
}

.widefat .my_slide_upload:hover {
	background: url("images/load_img.png") no-repeat scroll 10px 8px #F1F1F1;
}

.widefat .my_video_upload {
	background: url("images/load_vid.png") no-repeat scroll 10px 8px #F3F3F3;
	box-shadow: 1px 1px 2px -2px black;
	height: auto;
	margin: 15px;
	padding: 4px 10px 5px 33px;
}

.widefat .my_video_upload:hover {
	background: url("images/load_vid.png") no-repeat scroll 10px 8px #F1F1F1;
}

.widefat .my_html_button {
	background: url("images/load.png") no-repeat scroll 10px 8px #F3F3F3;
	box-shadow: 1px 1px 2px -2px black;
	float: right;
	height: auto;
	margin: 15px;
	padding: 4px 10px 5px 33px;
}

.widefat .my_html_button:hover {
	background: url("images/load.png") no-repeat scroll 10px 8px #F1F1F1;
}

.widefat .my_slideshow_html_slide {
	background: url("images/load_html.jpg") no-repeat scroll 10px 8px #F3F3F3;
	box-shadow: 1px 1px 2px -2px black;
	height: auto;
	margin: 15px;
	padding: 4px 10px 3px 33px;
}

.widefat .my_slideshow_html_slide:hover {
	background: url("images/load_html.jpg") no-repeat scroll 10px 8px #F1F1F1;
}

.widefat .my_upload_button {
	background: url("images/load.png") no-repeat scroll 10px 8px #F3F3F3;
	box-shadow: 1px 1px 2px -2px black;
	height: auto;
	padding: 4px 10px 3px 33px;
}

.widefat .my_upload_button:hover {
	background: url("images/load.png") no-repeat scroll 10px 8px #F1F1F1;
}

.widefat .my_media_upload_button {
	background: url("images/load.png") no-repeat scroll 11px 9px #f1f1f1;
	border-radius: 6px;
	box-shadow: 1px 1px 2px -2px black;
	float: left;
	height: auto;
	margin-left: 0;
	padding: 5px 9px 4px 34px;
}

.widefat .my_media_upload_button:hover {
	background: url("images/load.png") no-repeat scroll 10px 8px #F1F1F1;
}

.widefat .my_rename_button {
	background: url("images/rename.png") no-repeat scroll 8px 6px #F1F1F1;
	box-shadow: 3px 3px 2px -1px dimgray;
	height: auto;
	padding: 0 10px 3px 28px;
	float: left;
	margin-top: 5px;
	margin-left: 47px;
	border-radius: 6px;
}

.widefat .my_rename_button:hover {
	background: url("images/rename.png") no-repeat scroll 8px 5px #F1F1F1;
}

#my_ex_add_gallery {
	background: url("images/new.png") no-repeat scroll 8px 4px #F3F3F3;
	box-shadow: 1px 1px 2px -2px black;
	height: auto;
	padding: 4px 10px 3px 33px;
}

#ex_show li .del_gallery:hover,#ex_show li .manage_gallery:hover,#my_ex_add_gallery:hover {
	background-color: #F1F1F1;
}

#my_gen_short {
	width: 425px;
}

#my_gen_short td {
	border: 0px;
}

#my_show_loading {
	background: rgba(1, 1, 1, 0.5);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

#my_show_loading .load {
	background: url("images/progress.gif") repeat scroll -95px -95px transparent;
	border-radius: 20px 20px 20px 20px;
	height: 113px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8%;
	opacity: 0.6;
	width: 113px;
}

#my_show_updt_note {
	background: none repeat scroll 0 0 lightyellow;
	border: 1px solid buttonshadow;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 1px 1px 5px -2px black;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 10px;
	text-align: center;
	width: 80%;
}

.my_ppt .my_v_hold {
	position: relative;
}

.my_ppt .my_no_mo {
	position: absolute;
	left: 0px;
	top: 0px;
}

.my_ss_error {
	border: 1px solid scrollbar;
	color: red;
	padding: 7px;
}

#my_rename {
	display: inline;
	float: left;
}

.my_ren_title {
	display: inline;
	position: relative;
	top: 8px;
}

.my_alert {
	color: red;
	margin: 60px 0 0 10px;
}

#my_validate_show_name {
	margin-left: 300px;
	color: red;
	font-weight: bold;
	position: absolute;
	font-size: 15px;
}

#my_validate_show_name_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_title_normal {
	text-align: center;
	color: #2a5a8e;
}

.image_slideshow .img_title_bold {
	text-align: center;
	font-weight: bold;
	color: #2a5a8e;
}

.image_slideshow .img_stop {
	background: url("images/stop_img.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/run_img.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 {
	background: url("images/prev_hover.png") no-repeat scroll center center;
}

.image_slideshow .img_next:hover {
	background: url("images/next_hover.png") no-repeat scroll center center;
}

.image_slideshow li {
	max-width: 100%;
}

.image_slideshow img {
	vertical-align: middle;
}
