
/* New York Tickets */
.tickets_ny { width: 900px; margin: 0 auto; height:517px; display:block; background:url(../images/tixNYbg.jpg); position:relative; }

#prevMonth{ position:absolute; left:156px; top:150px;}

#cal{ display:block; width:489px; height:150px; position:absolute; top:104px; left:205px;}
#firstMonth{float:left; margin:6px;}
#secondMonth{float:left; margin:6px;}

#nextMonth{ position:absolute; left:700px; top:150px;}

#getTickets{ display:block; width:332px; height:174px; position:absolute; left:40px; top:310px; background-image:url(../images/tixNYgetTickets_bg.gif); background-repeat: no-repeat;}
#getTickets img{margin-left:214px; margin-top:60px;}

#reminder{ display:block; width:393px; height:190px; position:absolute; left:460px; top:307px; /*background-image:url(../images/tixNYreminderbg.jpg);*/}
#reminderSuccess{ display:block; width:393px; height:190px; position:absolute; left:460px; top:307px; }
#reminder #phone{position:relative; top:100px; left:210px;}
#reminder #date{position:relative; top:110px; left:210px;}
#reminder #submit{position:relative; top:120px; left:136px;}

#calendar{
overflow: hidden;
height:150px;
}
#calendar ul{
list-style-type:none;
}
#calendar ul li{
margin:5px;
float:left;
}
#firstMonth, #secondMonth{
float:none;
margin:0;
}

#prevMonth.disabled, #nextMonth.disabled{
display:none;
}

