
.wp-caption p.wp-caption-text, .caption-text {
font-size:11px!important;
line-height:14px!important;
margin:0!important;
padding:3px 2px;!important;
}

/*caption wrapper*/

.wp-caption-wrapper {
    position:absolute; /* absolute position (so we can position it where we want)*/  
    bottom:0px; /* position will be on bottom */  
    left:0px;
    right:0px;
    display:none; /* hide it */  
    /* styling bellow */  
    background-color:black;  
    color:white;  
}
		
.wp-caption-bg
{

}
	
.wp-caption-text
{

}




/*end of caption wrapper*/

/*caption alignment fixes*/

.mills-sheet .wp-caption
{
position: relative;
background: transparent;
border:none;
padding:0px;
margin: 0px;
}


.wp-caption.aligncenter {
margin-left:auto!important;
margin-right: auto!important;
}

img.alignright, .wp-caption.alignright {
margin:2px 0px 10px 10px!important;
}

img.alignleft, .wp-caption.alignleft {
margin:2px 10px 10px 0px!important;
}

/*end of caption alignment fixes*/