/*
 * @author ( Ian Hilton )
*/

/* not ready */




/*******************************************************************/

.slider {
	background: url(../images/slider-bg.jpg) no-repeat center 0; 
	position: relative;
	z-index: 2;
	width:960px;
}
.NivoSzakiSlider {
	z-index:2;
	background: url(../images/slider-line.png) repeat-x 0 bottom;
	height: 472px;
	margin: 0;
	z-index: 3;
	margin-bottom: 0px;
	width:960px;
}
.nivoSlider {	
	margin: 0 auto; /*moves the slider position across*/
	
	position: relative;
	z-index:1;
}
.nivo-caption {
	background: url(../images/slider-line12.png) repeat-x 0 0;
    bottom: 0;
    color: #FFFFFF; /*this is the small opacity bar running alone the bottom*/
    height: 70px;
    left: 0;
	bottom:-2px;
    padding: 0 54px 0;
    position: absolute;
    width: 852px;
    z-index: 89;
	filter: !important;
}

/*******************************************************************/