/**
 * SlideDeck for WordPress 1.4.6 - 2011-12-14
 * Copyright 2011 digital-telepathy  (email : support@digital-telepathy.com)
 * 
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 * 
 * More information on this project:
 * http://www.slidedeck.com/
 * 
 * Full Usage Documentation: http://www.slidedeck.com/usage-documentation 
 * 
 * @package SlideDeck
 * @subpackage SlideDeck for WordPress
 * 
 * @author digital-telepathy
 * @version 1.4.6
 */
#slidedeck-sidebar.postbox p.insertButton{
    text-align:center;
    margin: 20px 0 10px;
}
#slidedeck-sidebar.postbox a.slidedeck-sidebar-upgrade,
#slidedeck-sidebar.postbox a.slidedeck-sidebar-upgrade:link,
#slidedeck-sidebar.postbox a.slidedeck-sidebar-upgrade:visited{
    font: normal 10px/23px sans-serif;
    color: #fff;
    text-shadow: 0 1px #000;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    display: block;
    position: relative;
    margin: 0 -10px -10px;
    width: 129px;
    height: 23px;
    line-height: 23px;
    padding: 38px 7px 8px 143px;
    background-image: url('images/slidedeck_pro_upgrade_bg.png');
}
