#bigframe {
    z-index: 5;   
}

#splashline {
/*    margin-top: -323px;*/
    z-index: 4;
    background: url('/images/splashlinenew.jpg');
    background-position: 0px;
    width: 673px;
    height: 302px;
}

.splash_navigation {
    z-index: 6;
    width: 720px;
/*    margin-top: -200px;*/
    margin-bottom: 200px;

    /* hack for IE */
    margin-bottom: expression(200-45);
}

.splash_navigation
    .go_left img {
	padding-top: 18px;
	margin-left: 5px;	
}

.splash_navigation
    .go_right img {
	padding-top: 18px;
	margin-left: 5px;
}

.splash_navigation
    .go_left {
	margin-left: 25pt;
	/* hack for IE */
	margin-left: expression(25-10);
	padding-top: expression(15+3);

	float: left;
	width: 20px;
	height: 45px;
	font-size: 10pt;
	background: white;
	opacity: .5;
	filter: alpha(opacity=50);
	cursor: pointer;
}


.splash_navigation
    .go_right {
	margin-right: 25pt;
	/* hack for IE */
	margin-right: expression(25-10);
	padding-top: expression(15+3);

	float: right;
	width: 20px;
	height: 45px;
	font-size: 10pt;
	background: white;
	opacity: .5;
	filter: alpha(opacity=50);
	cursor: pointer;
}