/* CSS Document */


.fade {
  position: absolute;
  top: 0;
  left: 0;
}

.fade div {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

#black { width: 100px; height: 100px; background-color: black;}


.black_fade {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
opacity: .5;
}


.black_fade2 {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: .0;
}


/* -------------------------- Styles for the HOME page -------------------------- */

#home-master-container {
position: relative;
width: 720px;
height: 480px;
}

#home-page-container {
position: relative;
width: 720px;
overflow: hidden;
padding-left: 3px;
}


#home-image-container-outer {
width: 105px;
height: 105px;
float: left;
padding-left: 12px;
padding-top: 12px;
}

#home-image-container {
width: 105px;
height: 105px;
position: absolute;
z-index: 1;
}


#home-box-text {
position: absolute;
top: 0px;
left: 0px;
width: 95px;
z-index: 1;
display: block;
text-align: right;
padding-top: 78px;
padding-right: 10px;
padding-bottom: 4px;
color: white;
font-style: normal;
font-size: large;
}
#home-box-text-babies {
position: absolute;
top: 0px;
left: 0px;
width: 95px;
z-index: 1;
display: block;
text-align: right;
padding-top: 56px;
padding-right: 10px;
padding-bottom: 4px;
color: white;
font-style: normal;
font-size: large;
}

#home-page-bottom { position: relative; width: 696px; overflow: hidden; padding: 12px; }
#home-page-bottom-col-left { float: left; width: 336px; overflow: hidden; padding-right: 12px; border-right: 1px solid #eee; }
#home-page-bottom-col-right { float: left; width: 320px; overflow: hidden; padding-left: 12px; }





