#slider{
	height :143px;
	margin : 0px auto 10px;
	width : 300px;
	padding : 0px 0px 0 640px;
	background : White url(../images/slider.jpg) no-repeat center;
}
#slider div{
	padding : 5px;
	background-color : White;
	opacity:0.6;
    filter:alpha(opacity=60);
    position : absolute;
	z-index : 1000;
	width : 260px;
	height :144px;
	overflow : hidden;
}
#slider h2, #slider p{
	color : Black;
}