/*
 | ------------------------------------------
 | CrossFade
 | ------------------------------------------
 | Here are slider styles
 | 
BCE
*/
.slider-wrap{
	position: relative;
	width:895px;
	height:290px;
	margin: 0px auto 10px;
}

#viewer {
	margin: 0 auto;
	width: 895;
	height: 290px;
	text-align: center;
	overflow: hidden;
	position: relative;
}

#viewer img {
	top: 0;
	left: 0;
	position: absolute;
}



