@charset "utf-8";
/* CSS Document */

#planet1{
		float:left; 
		width:329px; 
		height:110px;
		background:url(../../images/portfolio/seminar_2008_planet1.gif);
		background-repeat:no-repeat;
	}
	#planet1:hover{
		background:url(../../images/portfolio/seminar_2008_planet1_over.gif);
		background-repeat:no-repeat;
	}
	#planet2{
		float:right; 
		width:367px; 
		height:110px;
		background:url(../../images/portfolio/seminar_2008_planet2.gif);
		background-repeat:no-repeat;
	}
	#planet2:hover{
		background:url(../../images/portfolio/seminar_2008_planet2_over.gif);
		background-repeat:no-repeat;
	}
	#planet3{
		float:left; 
		width:392px; 
		height:130px;
		background:url(../../images/portfolio/seminar_2008_planet3.gif);
		background-repeat:no-repeat;
	}
	#planet3:hover{
		background:url(../../images/portfolio/seminar_2008_planet3_over.gif);
		background-repeat:no-repeat;
	}
	#planet4{
		float:right; 
		width:367px; 
		height:132px;
		background:url(../../images/portfolio/seminar_2008_planet4.gif);
		background-repeat:no-repeat;
	}
	#planet4:hover{
		background:url(../../images/portfolio/seminar_2008_planet4_over.gif);
		background-repeat:no-repeat;
	}
	#preloader{
		visibility:hidden;
		text-indent:-99999px;
	}
