.calendar {
    position: relative;
    margin: 10px auto;
    width: 260px;
    height: 281px;
    background: url('/images/layouts/new/cal_bg.png') no-repeat center top;
}

    .calendarContainer {
        position: relative;
        width: 260px;
   		height: 281px;
        margin: 0 auto;
        padding: 0;
    }
    
    	.calendarControlPrevious {
    		position: absolute;
    		display: block;
    		width:76px;
    		height:19px;
    		overflow: hidden;
    		top:252px;
    		left:15px;
    		background: url('/images/layouts/new/arrows.jpg') no-repeat center bottom;
    	}
    	
    	.calendarControlNext {
    		position: absolute;
    		display: block;
    		width:90px;
    		height:19px;
    		overflow: hidden;
    		top:252px;
    		left:162px;
    		background: url('/images/layouts/new/arrows.jpg') no-repeat center top;
    	}
    	
    	.calendarPause {
    		position: absolute;
    		display: block;
    		width:52px;
    		height:19px;
    		overflow: hidden;
    		top:252px;
    		left:104px;
    		background: url('/images/layouts/new/playpause.jpg') no-repeat center bottom;
    	}
    	
    	.calendarPause.stopped {
    		width:52px;
    		height:19px;
    		overflow: hidden;
    		background: url('/images/layouts/new/playpause.jpg') no-repeat center top;
    	}
    	
    	.calendarPause.playing {
    		width:52px;
    		height:19px;
    		overflow: hidden;
    		background: url('/images/layouts/new/playpause.jpg') no-repeat center bottom;
    	}
    	
	    	.calendarControlPrevious, .calendarControlNext, .calendarPause {
	    		z-index: 30;
	    	}

		    	.calendarControlPrevious span,
		    	.calendarControlNext span,
		    	.calendarPause span {
		    		display: none;
		    	}
    	
    	.calendarContainer .event_title {
    		color: #2f1040;
    		font-size: 16px;
    		font-weight: bold;
    		font-family: "Book Antiqua",Arial,Helvetica,sans-serif;
    		text-align: left;
    		text-decoration: none;
    		padding: 6px 6px 0 6px;    		
    	}
    	
    	.calendarContainer .event_date {
    		color: #000;
    		font-size: 13px;
    		font-family: "Book Antiqua",Arial,Helvetica,sans-serif;
    		text-align: left;
    		padding: 0px 6px 0 6px;    
       	}
    	
    	.calendarContainer .event_time {
    		color: #000;
    		font-size: 13px;
    		font-family: "Book Antiqua",Arial,Helvetica,sans-serif;
    		text-align: left;
    		padding: 0px 6px 0 6px;    
    	}
    	
    	.calendarContainer .event_location {
    		color: #000;
    		font-size: 13px;
    		font-family: "Book Antiqua",Arial,Helvetica,sans-serif;
    		text-align: left;
    		padding: 0px 6px 6px 6px;    
    	}

        .calendarWindow {
            position: absolute;
            width: 214px;
            height: 128px;
            top:88px;
            left:16px;
            padding: 7px;
            overflow: hidden;
            background: url('/images/layouts/new/cal_window_back.jpg') no-repeat center top;
            z-index: 23;
        }

            .calendarWindow div { /* do not style the individual divs in the imageWindow */ 
 				background: url('/images/layouts/new/cal_window_back.jpg') no-repeat center top;
            }
                .calendarWindow div img { /* do not style the individual images in the imageWindow */ }
                
        .calendarWindow {
        	line-height: 17px;
        }
        
        .calendarWindow a {
        	color: #2f1040;
        	text-decoration: none;
        }
        
        .calendarWindow p {
        	margin: 0;
        }
    

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

            /* style below however you want */
            top: 162px;
            left: 16px;
            padding: 0px;
            margin: 0px;
            
            display: none;
        }

            /* style below however you want */
            .calendarNavigation li {
            	float: left;
                width: 15px;
                height: 15px;
                line-height: 15px;  /* used for vertical centering; set as the same as the 'height' */
                text-align: center;
                margin-right: 2px;
                padding: 0px;
                font-size: 12px;
                overflow: hidden;
                font-family: Arial,Helvetica,sans-serif;
                background: transparent;
				color:  #ffffff;
            }
    
            /* style below however you want */
            .calendarNavigation li.on {
                background: #ffc32a;
            }
    
    
        .calendarDescriptions {
            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: 228px;
            height: 30px;
            top: 185px;
            left: 16px;
            font-size: 12px;
            color: #000;
			font-family: "Book Antiqua",Arial,Helveitca,sans-serif;
            text-align: left;
            z-index: 24;
            
            display: none;
        }
    
            /* style below however you want */
            .calendarDescriptions div {
                position: relative;
                height: 100%;            /* keep this as it ensures there is not a flicker on the text */
                padding: 0;
                margin: 0 auto;
            }
    
        .calendarAnchor {
            position: absolute;
            width: 228px;
   			height: 142px;
       		top:88px;
       		left:16px;
            z-index: 25;
            /* background: url('/images/layouts/new/cal_overlay.png') no-repeat center top; */
        }
    
        .calendarOverlay {
            position: absolute;
            width: 262px;
   			height: 145px;
        	top:0;
        	left:0;
            z-index: 22;
            display: none;
        }