@charset "utf-8";

.btn_play {
	margin-top: 0px;
}


.btn_pause {
	margin-top: 0px;
}

.btn_save_exit {
	margin-top: -2px;
	width: 35px;
	height: 44px;
	display: block;
}
.btn_save_exit a {
	margin-top: -2px;
	width: 35px;
	height: 44px;
	display: block;
	background-image: url(../images/btn_save_exit.png);
}

.content { margin-right: -1px; } /* this 1px negative margin can be placed on any of the columns in this layout with the same corrective effect. */


#content-container{

}

ul.nav a { zoom: 1; }  /* the zoom property gives IE the hasLayout trigger it needs to correct extra whiltespace between the links */