/* $Id: ie.css,v 1.2.2.1 2010/01/20 20:11:52 johnalbin Exp $ */
/**
 * @file
 * CSS targeted specifically for Internet Explorer for Windows.
**/
ul.primary li a,ul.primary li a .tab,ul.secondary li a,ul.secondary li a .tab {
	cursor: pointer;
}

.node-unpublished .node-inner>* {
	position: relative;
}

/* Otherwise these elements will appear below the "Unpublished" text. */
tr.even th,tr.even td,tr.odd th,tr.odd td {
	border-bottom: 1px solid #ccc;
}

/* IE doesn't display borders on table rows */
.clearfix {
	zoom: 1;
}

/* Markup free clearing*/
.views-field-field-rotating-banner-image-fid {
	height: 423px;
}
/*removes black line at base of image*/
.views-slideshow-controls-bottom {
	margin-top: -22px;
	position: absolute;
	z-index: 20;
}