/* navmenu css override... */

.navmenu {
	height: 60px;
}

.navmenu a {
	height: 60px;
}

.navmenu .item,
.navmenu .lastitem {
	display: table-cell;
	font-size: 170%;
	height: 60px;
	line-height: 60px;
	padding: 0 30px;
}

/* imagecontrols css override... */

.imagecontrols {
	height: 60px;
	line-height: 60px;
}

.imagecontrols a {
	height: 60px;
	padding: 2px 25px;
}

.imagecontrols a > .start,
.imagecontrols a > .back,
.imagecontrols a > .forward,
.imagecontrols a > .end {
	width: 42px;
	height: 50px;
}

.imagecontrols .item {
	height: 50px;
	line-height: 50px;
	padding: 2px 25px;
	font-size: 170%;
}

.imagecontrols a > .start {
	background-image: url('../images/start_off_m.gif');
}

.imagecontrols a:hover > .start {
	background-image: url('../images/start_m.gif');
}

.imagecontrols a > .back {
	background-image: url('../images/back_m.gif');
}

.imagecontrols a:hover > .back {
	background-image: url('../images/back_on.gif');
}

.imagecontrols a > .forward {
	background-image: url('../images/forward_m.gif');
}

.imagecontrols a:hover > .forward {
	background-image: url('../images/forward_on_m.gif');
}

.imagecontrols a > .end {
	background-image: url('../images/end_off_m.gif');
}

.imagecontrols a:hover > .end {
	background-image: url('../images/end_on_m.gif');
}

.imagecontrols > #scheduledupdate {
	display: none;
	visibility: hidden;
}