/* slider-rotator */
#rotator {
	width:934px;
    height:294px;
	background:#ffffff; 
}
#rotator div {
	position:absolute; z-index:0;
}
#rotator div.previous {
	z-index:1;
}
#rotator div.current {
	z-index:2;
}
/* init before $(window).load */
#rotator .hide {
	display:none;
}