.nivoSlider {	position:relative;}
.nivoSlider img {	position:absolute;	top: 0;	left: 0;}
#slider {	-moz-background-clip:border;	-moz-background-origin:padding;	-moz-background-size:auto auto;
	-moz-box-shadow: 0 0 5px 5px #888; -webkit-box-shadow: 0 0 0px 0px #888; box-shadow: 0px 4px 10px 0px #A6D2FF;
	background-attachment:scroll; 	background-color:none;	background-image:url(../content/image/ajax-loader.gif);
	background-position:50% 50%;	background-repeat:no-repeat;	height:78px; 	width:700px;	position: absolute;
	top: auto;	left: auto;	}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;	top: 0;  left: 0;	width:100%;	height:100%; border:0;	padding:0;	margin:0; z-index:50;	display:none;}
/* The slices in the Slider */
.nivo-slice {	display:block;	position:absolute;	z-index:50;	height:100%;}