@charset "utf-8";
/* CSS Document */

#slides{
	
	width:450px;
	height:450px;
	text-align:center;
	top: 0px;
	
}
.slide{
	
	width:450px;
	height:450px;
	display:none;
	text-align:center;
	top: 0px;
}

.float_rt{
	float:right;
}
.float_lt{
	float:left;
}

.slide_label{
	position:relative;
	width:460px;
	height:40px;
	text-align:left;
	top: -100px;
	font-size:small;
	padding-left:460px;
	
}