.mysmallbox {
    position: relative;
    margin: 10px auto;
    padding: 0;
    width: 277px;
    height: 184px;
    background: url('../images/layouts/eb_bg.png') no-repeat center top;
}

    .mysmallboxContainer {
        position: relative;
        width: 277px;
        height: 184px;
        margin: 0 auto;
        padding: 0;
    }

        .mysmallboxWindow {
            position: absolute;
            width: 248px;
            height: 131px;
            top:10px;
            left:14px;
            overflow: hidden;
            z-index: 23;
        }

            .mysmallboxWindow div { /* do not style the individual divs in the imageWindow */ }
                .mysmallboxWindow div img { /* do not style the individual images in the imageWindow */ }
    

        .mysmallboxNavigation {
            position: absolute;
            z-index: 30;
            list-style-type: none;

            /* style below however you want */
            top: 126px;
            left: 30px;
            padding: 0px;
            margin: 0px;
        }

            /* style below however you want */
            .mysmallboxNavigation li {
                width: 13px;
                height: 12px;
                line-height: 10px;  /* used for vertical centering; set as the same as the 'height' */
                text-align: center;
    			float: left;
                margin-right: 9px;
                padding: 0px;
                font-size: 1px;
                font-family: "Trebuchet MS",Trebuchet,Arial,Helvetica,sans-serif;
                content: "";
                overflow: hidden;
                background: url('../images/layouts/eb_nav.png') no-repeat center top;
                color: #054b5e;
            }
    
            /* style below however you want */
            .mysmallboxNavigation li.on {
                background-position: bottom;
                color: #420000;
            }
    
    
        .mysmallboxDescriptions {
            position: absolute;
            overflow: hidden; /* highly recommend that the overflow is hidden to prevent image bleeding on the website */
            z-index: 20; /* keep this: it sets the position */

            /* style below however you want */
            width: 248px;
            height: 35px;
            top: 146px;
            left: 14px;
            color: #420000;
            font-size: 12px;
            font-family: "Trebuchet MS",Trebuchet,Arial,Helvetica,sans-serif;
            line-height: 16px;
            text-align: left;
            z-index: 24;
        }
    
            /* style below however you want */
            .mysmallboxDescriptions div {
                position: relative;
                height: 100%;            /* keep this as it ensures there is not a flicker on the text */
                padding: 0;
                margin: 0 auto;
            }
    
        .mysmallboxAnchor {
            position: absolute;
            width: 277px;
        	height: 184px;
       		top:0;
       		left:0;
            z-index: 25;
        }
    
        .mysmallboxOverlay {
            position: absolute;
            width: 215px;
        	height: 182px;
        	top:0;
        	left:0;
        	display: none;
            z-index: 22;
        }