/*
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file.
 */
* { margin:0; padding:0; }
#slider {
	width:240px;
	height:180px; 
	float:right;
	border:medium solid #a0a0a0; 
	margin:5px;
	/* background:#202834 url(loading.gif) no-repeat 50% 50%; */
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;
}
#slider img {
	/* position:absolute; */
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
}



