/* some js/markup for the wide select fix for ie may have disappeared.
see Outdoor Traveler as example if needed */

/* wide option select fix */
/* Basic overlay CSS */
.select-overlay { background:#fff }
.ie-select-width-overlay span
{
    display:block;
    float:left;
    clear:both;
    background:transparent url(/images/bg-ie-select-width-13px.png) no-repeat 0 0
}


/** Overlay CSS for Internet Explorer 6 and 7 */
.ie6 .ie-select-width-overlay span,
.ie7 .ie-select-width-overlay span
{
    width:17px;
    height:20px;
    background-position:0 -18px 
}
.ie6 .ie-select-width-overlay-hover span,
.ie7 .ie-select-width-overlay-hover span { background-position:-17px -18px }
.ie6 .ie-select-width-overlay-mouseover span,
.ie7 .ie-select-width-overlay-mouseover span { background-position:-18px -18px }


/* Overlay CSS for Internet Explorer 8 */
.ie8 .ie-select-width-overlay span
{
    width:17px;
    height:18px;
    background-position:0 0
}
.ie8 .ie-select-width-overlay-hover span { background-position:-17px 0 }
.ie8 .ie-select-width-overlay-mouseover span { background-position:-18px 0 }


/* timeline */

.events-group-wrapper {overflow-x:hidden;}
#hotels-wrapper .events-group-wrapper { height:186px; }
#prop-modal { background:url(/images/timeline/ie-modal.png); }
#hotels-wrapper .events-group-wrapper a.disabled { filter:alpha(opacity=40) }
