/*
This is the custom css file for Lightbox Ultimate Plugin. You can add your custom styling for this plugin here
*/

/* The following CSS class will add styling to all the lightbox shortcode anchors */
.lightbox_ultimate_anchor
{

}
/* The following CSS class will add styling to the lightbox shortcodes with the "anchor text" only*/
.lightbox_ultimate_text_anchor 
{
padding:0px;
margin:0px;
line-height:1em;
}

.tab_content .lightbox_ultimate_text_anchor {padding-bottom:12px;}

/* The following CSS class will add styling to the lightbox shortcodes with the "anchor image" only */
.lightbox_ultimate_image_anchor
{

}
