.wpToolbarPreview {
    width:100%;
    position: absolute;
    z-index: 5000;
}
.wpToolbarPreview .wpToolbarPreviewContainer {
    position:fixed;
    left: 50%;
    z-index: 5000;
}
.wpToolbarPreview .wpToolbarPreviewContainer .wpToolbarStopPreview {
    position: relative;
    left: -50%;
}
.wpToolbarPreview .wpToolbarStopPreview button {
    border-radius: 0px 0px 3px 3px;
    color: #000;
    text-decoration: none !important;
    vertical-align: top;
    padding: 3px 40px;
    cursor: pointer;
    display: inline;
    font-size: 1.2em;
    border: 1px solid #BBB;
    border-left-color: #FFF;
    border-top-color: #FFF;
    border-right-color: #FFF;
    -webkit-box-shadow: 0px 2px 5px rgba(40, 40, 40, 0.8);
    -moz-box-shadow: 0px 2px 5px rgba(40, 40, 40, 0.8);
    box-shadow: 0px 2px 5px rgba(40, 40, 40, 0.8);
    background-color: #EDEDED;
    background: linear-gradient(top, #EDEDED 10%, #E1E1E1 90%);
    background: -o-linear-gradient(top, #EDEDED 10%, #E1E1E1 90%);
    background: -moz-linear-gradient(top, #EDEDED 10%, #E1E1E1 90%);
    background: -webkit-linear-gradient(top, #EDEDED 10%, #E1E1E1 90%);
    background: -ms-linear-gradient(top, #EDEDED 10%, #E1E1E1 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #EDEDED), color-stop(0.9, #E1E1E1) );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E1E1E1', endColorstr='#EDEDED' );
    max-height: 100px;
    -webkit-transition: max-height 0.5s, color 0.5s;
    -moz-transition: max-height 0.5s, color 0.5s;
    transition: max-height 0.5s, color 0.5s;
}
.wpToolbarPreview .wpToolbarStopPreview button:hover,
.wpToolbarPreview .wpToolbarStopPreview button:focus,
.wpToolbarPreview .wpToolbarStopPreview button:active {
    border-bottom-color: #888;
    border-right-color: #FFF;
    border-left-color: #FFF;
    border-top-color: #FFF;
    -webkit-box-shadow: 0px 3px 5px rgba(30, 30, 30, 0.8);
    -moz-box-shadow: 0px 3px 5px rgba(30, 30, 30, 0.8);
    box-shadow: 0px 3px 5px rgba(30, 30, 30, 0.8);
}
.wpToolbarPreview .wpToolbarStopPreview.minimized button {
    max-height: 7px;
    color: transparent;
}
.wpToolbarPreview .wpToolbarStopPreview button:focus {
  max-height: inherit;
  color: inherit;
}
.selected .wpToolbarActionBarImages-Preview,
:hover > .wpToolbarActionBarImages-Preview,
.wpToolbarActionBarImages-PreviewSelected,
.selected .wpToolbarActionBarImages-Preview-rtl,
:hover > .wpToolbarActionBarImages-Preview-rtl,
.wpToolbarActionBarImages-PreviewSelected-rtl {
	display: none;
}
.selected .wpToolbarActionBarImages-PreviewSelected,
:hover > .wpToolbarActionBarImages-PreviewSelected,
.selected .wpToolbarActionBarImages-PreviewSelected-rtl,
:hover > .wpToolbarActionBarImages-PreviewSelected-rtl {
	display: inline-block;	
}