 


.slider
{
	margin:50px auto;
	width:710px;
	height:271px;
}

/*
hides the images and text from within the slider;

this style will be applied only before before the 
slider is instantiated or if the user doesn't have
javascript enabled;

feel free to replace this style with your preferred one
*/
.slider img, .slider .caption
{
	position:absolute;
	left:-9999px;
}


 