#eventboxContainer {
    position:relative;
    margin: 0 auto;
    padding: 0;
	width: 250px;
    height: 284px;
}

.eventbox {
    position:absolute;
	top:0px;
	left:0px;
	width: 250px;
    height: 284px;
}

        .eventboxWindow {
            position: absolute;
            height: 156px;
            width: 250px;
            top: 0px;
            left: 0px;
            overflow: hidden;
            background: #ffffff;
        }

            .eventboxWindow div { /* do not style the individual divs in the imageWindow */ }
                .eventboxWindow div img {
	                border: 0;
                }

		        .eventboxNavigation {
		            list-style-type: none;
		            position: absolute;
					overflow: hidden;
					top:157px;
					left:0px;
					height: 17px;
					margin: 0;
					padding: 0;
		            z-index: 30;
		        }
		
		            /* style below however you want */
		            .eventboxNavigation li {
		                float: left;
		                width: 15px;
		                height: 17px;
		                margin: 0 1px 0 0;
		                padding: 0px;
		                font-size: 12px;
		                line-height: 17px;
		                font-family: Tahoma,Arial,sans-serif;
		                background: #a6a5a4;
		                color: #ffffff;
		                text-align: center;
		            }
		    
						/* style below however you want */
						.eventboxNavigation li.on, .eventboxNavigation li:hover {
		 		            background: #100549;
						    color: #ffffff;
						}
    
    
        .eventboxDescriptions {
            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: 222px;
            height: 93px;
            top: 175px;
            left: 0px;
            padding:14px 14px 6px;
            color: #dec8a6;
            font-size: 12px;
            font-family: Tahoma,Arial,sans-serif;
            text-align: left;
            overflow: hidden;
            font-weight: bold;
            background: url('/images/layouts/eb_descr.jpg') no-repeat center top;
            z-index: 23;
            
        }
        
        	.eventboxDescriptions p {
        		margin: 0;
        	}
    
            /* style below however you want */
            .eventboxDescriptions div {
                position: relative;
                height: 100%;  /* keep this as it ensures there is not a flicker on the text */
                padding: 0; 
                margin: 0 auto; 
            }
    
        .eventboxAnchor {
            position: absolute;
			top:0px;
			left:0px;
			width: 250px;
		    height: 284px;
            z-index: 25;
        }
    
        .eventboxOverlay {
            position: absolute;
            width: 839px;
            height: 256px;
            top: 0;
            left: 0;
            z-index: 22;
            background: url('/images/layouts/eventbox_overlay.png') no-repeat center top;
        }