
/*slider frame*/
#sliderFrame 
{
    width:460px;
    margin:5px auto;         /*spacer from top header */
    padding:15px;             /*picture padding top */             
    background:#004080; 
}       

#slider {
        width:450px;height:300px;    /* Make it the same size as your images */
	position:relative;
	margin:0 auto;         /*make the image slider center-aligned */

}

/* Caption styles */
div.mc-caption-bg, div.mc-caption-bg2 {
	position:absolute;
	width:400px;
	height:auto;
	padding:00px;
	left: -87px; /*if the caption needs to be aligned from right, specify by right instead of left. i.e. right:20px;*/
	bottom: 05px;/*if the caption needs to be aligned from top, specify by top instead of bottom. i.e. top:150px;*/
	z-index:3;
	overflow:hidden;
	font-size:2px;
}

div.mc-caption {
	font:bold 23px/26px Arial;
	color:#FFFF00;
	z-index:4;
	text-align:center;
}

