/*
 * CssBakery.com Captions v0.1
 *
 * Copyright (c) 2009 Cssbakery.com
 * http://www.cssbakery.com
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
body div.cssbakery_image_wrapper { 
    height: auto;
    margin: 5px 0; padding: 0;
    font: .75em/1.75em Verdana, sans-serif;
    position: relative;
}
    
body div.cssbakery_transbox {
    margin: 0; padding: 0px;
    opacity:0.4;  filter:alpha(opacity=40);
    position: absolute; 
    width: 100%;
    height: 14px;
}

body div.cssbakery_image_wrapper p {
    margin: 0; padding: 10px;
    font-family: verdana;
    color: white;
    font-size: 10px;
    position: absolute; 
}

.cc {
	margin-left: auto;
	margin-right: auto;
}