.container { position: relative;}
.container #main { width: 572px; min-height: 730px;}
.lady { position: absolute; top:250px; right:0;}
.month { position: absolute; top:500px; right:30px;}
.cal-months { margin-bottom: 12px;}
.cal-thumb { float: left; margin-right: 10px; margin-bottom: 10px;}
.cal-thumb a { display: block; width:178px; height:188px; background-position: top; }
.cal-thumb a:hover {background-position: bottom;}

.cal-thumb a.jan {background-image: url(/imgs/2010-calendar/thumbs/jan.png);}
.cal-thumb a.feb {background-image: url(/imgs/2010-calendar/thumbs/feb.png);}
.cal-thumb a.mar {background-image: url(/imgs/2010-calendar/thumbs/mar.png);}
.cal-thumb a.apr {background-image: url(/imgs/2010-calendar/thumbs/apr.png);}
.cal-thumb a.may {background-image: url(/imgs/2010-calendar/thumbs/may.png);}
.cal-thumb a.jun {background-image: url(/imgs/2010-calendar/thumbs/jun.png);}
.cal-thumb a.jul {background-image: url(/imgs/2010-calendar/thumbs/jul.png);}
.cal-thumb a.aug {background-image: url(/imgs/2010-calendar/thumbs/aug.png);}
.cal-thumb a.sep {background-image: url(/imgs/2010-calendar/thumbs/sep.png);}
.cal-thumb a.oct {background-image: url(/imgs/2010-calendar/thumbs/oct.png);}
.cal-thumb a.nov {background-image: url(/imgs/2010-calendar/thumbs/nov.png);}
.cal-thumb a.dec {background-image: url(/imgs/2010-calendar/thumbs/dec.png);}

