/* Support for IE9 */

@charset "UTF-8";


#tickets .discipline_events li.more .more_events:before {
	left: -10px;
}
.caption_image {
	position: relative;
}
.bttn.more {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

div.image_caption{
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.promo .bg_icon:before { /* this currently does not work in ie8 or lower so we hide it below*/ 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; /* ie8 */ 
	filter:alpha(opacity=10); /* ie 5-7 */
}

.caption_image .caption {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
/* Support for full multi-stop gradients with IE9 (using SVG). */
.gradient {
	filter: none;
}