#WaterSafetyTipsContainer {
    width: 280px;
    height: 235px;
    display: block;
    overflow: hidden;
    position: relative;
    background-color: yellowgreen;
    background-image: url("../images/smallHomeBackground.png");
    /*background-image: url("../images/backDelete.png");*/
}

#WaterSafetyTipsInt {
    width: 280px;
    height: 285px;
    display: block;
    overflow: hidden;
    position: relative;
    background-color: yellowgreen;
    background-image: url("../images/smallHomeBackgroundInside.png");
    /*background-image: url("../images/deletesmallHomeBackgroundInside.png");*/
}

.sgTextBox {
    position: absolute;
    left: 31px;
    top: 60px;
    width: 145px;
    height: 91px;
    font-family: arial, "sans serif";
    font-size: 13px;
    color: #8A8787;
    text-align: center;
    line-height: 18px;
}

#WaterSafetyTipsInt .sgTextBox {
    top: 64px;
    width: 138px;
    height: 91px;
}

.sgTitleBox {
    position: absolute;
    left: 17px;
    top: 185px;
    width: 145px;
    height: 91px;
    font-family: arial, "sans serif";
    font-size: 12px;
    color: #0F0F0F;
    text-align: right;
    line-height: 4px;

}

#WaterSafetyTipsInt .sgTitleBox {
    left: 9px;
    top: 185px;
    height: 91px;
    font-size: 8px;
    text-align: left;
    line-height: normal;
}

#WaterSafetyTipsInt  .sgTitleBox h5 {
    width:96px;
}

.sgTitleBox h5 {
    font-size: 12px;
    font-weight: bold;
    margin: 0px;line-height:15px;
}

.sgTitleBox p {
    color: #8B8989;margin:0;line-height:15px;
}

#WaterSafetyTipsInt .sgTitleBox p {


    font-size: 11px;
}

#WaterSafetyTipsInt .sgLeft, #WaterSafetyTipsInt .sgRight {
    top: 163px;

}

.sgImage {

    position: absolute;
    left: 131px;
    top: 0px;
    width: 138px;
    height: 235px;
}

#WaterSafetyTipsInt .sgImage {
  top: 90px;
  left: 51px;
}

.sgImage img {
    position: absolute;  width: 70%;
  right: 0;
  bottom: 0;
}

.sgLeft, .sgRight {
    height: 21px;
    left: 50px;
    position: absolute;
    top: 155px;
    width: 23px;
    cursor: pointer;
}

.sgRight {
    left: 73px;
}