/*
    Document   : ie9
    Created on : Jan 11, 2013, 3:12:22 PM
    Author     : junior.pennicott
    Description:
        Purpose of the stylesheet follows.
*/

root {
	display: block;
}

.fancybox-nav span {
	visibility: visible;
}


/* fix for TRIMIL-37 (youtube embedded player not showing in IE9) */
.newBikePage .coreWrap .videoText .col .ytEmbed {
	height: 550px;
	outline: 1px solid #ffffff; /*use this style to detect in JS if we are in IE9+*/
}