@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#container {
width:750px;
height:200px;
position:relative;
}
#slide1 {
position:absolute;
top: 160px;
left: 10px;
width:18px;
height: 18px;
}
#slide2 {
position:absolute;
top: 160px;
left: 28px;
width:18px;
height: 18px;
}
#slide3 {
position:absolute;
top: 160px;
left: 46px;
width:18px;
height: 18px;
}
#slide4 {
position:absolute;
top: 160px;
left: 64px;
width:18px;
height: 18px;
}
#download {
	position: absolute;
	top: 161px;
	left: 356px;
	width: 394px;
	height: 38px;
	cursor: pointer;
}
.active {
background-image:url(active.png);
cursor: pointer;
}
.inactive {
background-image:url(inactive.png);
cursor: pointer;
}
#update {
	position: absolute;
	top: 202px;
	left: 0px;
	width: 750px;
	height: 70px;
	padding:10px;
}
