#outerContainer {
  width: 100%;
  height: 100%;
  position: relative;
  border-color: #ddd;
  border-image: none;
  border-style: solid solid none;
  border-width: 2px 2px medium;
  overflow: hidden;/* poonam */
}
.swiperContainer canvas{width:100%;}/* poonam */

.toolbar {
  position: relative;
  left: 0;
  right: 0;
  z-index: 9999;
  cursor: default;
}

.presentation__btn-firstNew {
    float: left;
}
.presentation__btn-lastNew {
    float: right;
}

.presentation__btn-firstNew .icon-chevron-left, .presentation__btn-firstNew .icon-chevron-right, .presentation__btn-lastNew .icon-chevron-left, .presentation__btn-lastNew .icon-chevron-right {
    display: inline-block;
}
.presentation__btn-firstNew .icon-chevron-left:first-child, .presentation__btn-firstNew .icon-chevron-right:first-child, .presentation__btn-lastNew .icon-chevron-left:first-child, .presentation__btn-lastNew .icon-chevron-right:first-child {
    margin-right: -10px;
}

.spinner{position:absolute;width:100%;height:100%;background: #ffffff url('presentation/images/loading.gif') center no-repeat;top:0;left:0; [if ! IE] z-index: 1;}

.fileInput {
    display: none;
}