#example_1_container {
    width:300px;
    height:110px;
    z-index: 0;
}

#example_1_container img { width:300px; height:110px; }

#example_1_container .easy_slides_caption {
    width:290px;
    height:50px;
    padding: 10px 0 0 10px;
}

.easy_slides_container
{
	border: 1px solid #000; 
	overflow: hidden;
	position: relative;

}

.easy_slides_img1, .easy_slides_img2{
    display:none;
    top:0;
    position:absolute;
}

.easy_slides_caption {
    position:absolute;
    bottom:0;
/*    background-image:url(images/bg.png); */
    background-color:transparent;
    display:none;
    z-index:3;
    color:Fuchsia;
    font-family:sans-serif;
    font-size:16px;
}

.formatTable { border:1px solid #999999; }
.formatTable th { padding:4px; font-size:1.1em; font-weight:bold; text-align:center; background-color:#C7DDF2; }
.formatTable td { padding:4px; }

.formatTableLeft { border:1px solid #999999; }
.formatTableLeft th { padding:4px; font-size:1.1em; font-weight:bold; text-align:left; background-color:#C7DDF2; }
.formatTableLeft td { padding:4px; }
