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

    .mysmallboxContainer {
        position: relative;
	    width: 222px;
	    height: 217px;
        margin: 0 auto;
        padding: 0;
    }

        .mysmallboxWindow {
            position: absolute;
            width: 205px;
            height: 101px;
            top:8px;
            left:8px;
            overflow: hidden;
            z-index: 22;
        }

            .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: 112px;
			left: 8px;
			padding: 0px;
			margin: 0px;
		}
 
			/* style below however you want */
			.mysmallboxNavigation li {
				width: 17px;
				height: 17px;
				line-height: 16px;		/* used for vertical centering; set as the same as the 'height' */
				text-align: center;
				margin-right: 2px;
				padding: 0px;
				float:left;
				border: 0px solid black;
				font-size: 12px;
				font-weight: bold;
				font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
				background-color:  #a6a5a4;
				color:  #FFFFFF;
			}
 	
			/* style below however you want */
			.mysmallboxNavigation li.on {
				background-color: #01b2e5;
			}
    
        .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: 195px;
            height: 65px;
            top: 137px;
            left: 12px;
            color: #fff;
            font-size: 11px;
            font-family: Arial,Helvetica,sans-serif;
            line-height: 14px;
            text-align: left;
            z-index: 24;
            overflow:hidden;
            font-weight:400;
        }
    
            /* 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 {
            display:none;
        }
    
        .mysmallboxOverlay {
            display:none;
        }