@charset "utf-8";
/* CSS Document */

#slides {
	width:960px;
	height:221px;
}

#slides .bg {
	width:100%;
	height:100%;
	background-image:url(../images/slides/bg_slides.jpg);
	position:relative;
}

#slides .bg .bottom_bar {
	position:absolute;
	width:100%;
	height:49px;
	bottom:0;
}

#slides .bg .bottom_bar ul {
	height:49px;
	margin:0px;
	list-style:none;
	padding:0;
}

#slides .bg .bottom_bar ul li {
	float:left;
	height:49px;
}

#slides .bg .bottom_bar ul li a {
	display:block;
	height:49px;
}

#slides .bg .message {
	position:absolute;
	top:0px;
	overflow:hidden;
}

a.study {
	background-image:url(../images/slides/bg_study.png);
	width:163px;
}

a.study:hover {
	background-image:url(../images/slides/bg_study_f2.png);
}

a.translate {
	background-image:url(../images/slides/bg_translate.png);
	width:180px;
}

a.translate:hover {
	background-image:url(../images/slides/bg_translate_f3.png);
}

a.monitor {
	background-image:url(../images/slides/bg_monitor.png);
	width:144px;
}

a.monitor:hover {
	background-image:url(../images/slides/bg_monitor_f5.png);
}

a.execute {
	background-image:url(../images/slides/bg_execute.png);
	width:150px;
}

a.execute:hover {
	background-image:url(../images/slides/bg_execute_f4.png);
}
