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

    .mysmallboxContainer {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 251px;
    	height: 193px;
    }

        .mysmallboxWindow {
            position: absolute;
            width: 245px;
            height: 118px;
            top:3px;
            left:3px;
            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 {
		            list-style-type: none;
		            position: absolute;
					overflow: hidden;
					top:128px;
					right:6px;
					height: 5px;
					margin: 0;
					padding: 0;
		            z-index: 30;
		        }
		
		            /* style below however you want */
		            .mysmallboxNavigation li {
		                float: left;
		                width: 23px;
		                height: 5px;
		                /*line-height: 60px;   used for vertical centering; set as the same as the 'height' */
		                margin: 0 4px 0 0;
		                padding: 0px;
		                font-size: 1px;
		                line-height: 5px;
		                font-family: Century Gothic,Tahoma,Arial,sans-serif;
		                background: #ffffff;
		                color: #ffffff;
		                text-align: right;
		            }
		    
						/* style below however you want */
						.mysmallboxNavigation li.on, .mysmallboxNavigation li:hover {
		            	    background: #3a3a3a;
		            	    color: #3a3a3a;
						}
    
    
        .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: 233px;
			height: 50px;
			top: 138px;
			left: 8px;
            color: #ffffff;
            font-size: 11px;
            font-family: 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;
	        top: 0px;
	        left: 0px;
	        width: 251px;
	        height: 193px;
            z-index: 25;
        }
    
        .mysmallboxOverlay {
	        position: absolute;
	        top: 0px;
	        left: 0px;
	        width: 251px;
	        height: 193px;
        	display: none;
            z-index: 22;
        }