.mysmallbox {
    position: relative;
    margin: 10px auto;
    width:247px;
    height:234px;
    background: url('/images/layouts/new/eb_bg.jpg') no-repeat center top;
}

    .mysmallboxContainer {
        position: relative;
        width: 247px;
        height: 234px;
        margin: 0 auto;
        padding: 0;
    }

        .mysmallboxWindow {
            position: absolute;
            width: 220px;
        	height: 124px;
            top:15px;
            left:14px;
            overflow: hidden;
        }

            .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: 146px;
            left: 14px;
            padding: 0px;
            margin: 0px;
        }

            /* style below however you want */
            .mysmallboxNavigation li {
                width: 15px;
                height: 15px;
                line-height: 15px;  /* used for vertical centering; set as the same as the 'height' */
                text-align: center;
                margin-right: 3px;
                padding: 0px;
                font-size: 11px;
                font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
                background-color: #8b3a0c;
                color: #FFFFFF;
                float: left;
            }
    
            /* style below however you want */
            .mysmallboxNavigation li.on {
                background-color: #0e2332;
            }
    
    
        .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: 210px;
            height: 60px;
            top: 168px;
            left: 19px;
            color: #FFFFFF;
            font-size: 11px;
            font-family: Century Gothic,"Century Gothic",Arial,Helvetica,sans-serif;
            text-align: left;
            z-index: 23;
            overflow: hidden;
        }
    
            /* 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: 247px;
        	height: 234px;
       		top:0;
       		left:0;
            z-index: 25;
        }
    
        .mysmallboxOverlay {
            position: absolute;
            width: 247px;
        	height: 234px;
        	top:0;
        	left:0;
            z-index: 22;
        }
