#slidingslider {
	float:left;
	height:140px;
	width:550px;
	margin:0 36px 0 36px;
	display:block;
	position:relative;
	z-index:200;
	display:inline;
	}
	
#main_pics {
	float:left;
	position:relative;
	width:550px;
	height:140px;
	display:inline;
	overflow:hidden;
	}

#slide-position{
	position:relative;
	width:550px;
	overflow:hidden;
	margin:0 0 0 0;
}

/*image slider */
.slide {
	float:left;
	width:550px;
	height:140px;
	display:inline;
	}
	
.enstand {
width:265px;
height:140px;
float:left;
padding-right:10px;
}

#slide_arrows{
	float:left;
	clear:left;
	width:50px;
}
#nav-left{
	position:absolute;
	top:15px;
}
#nav-right{
	position:absolute;
	top:15px;
}
#nav-page{
	opacity:0;
	filter: alpha(opacity = 0);
	position:absolute;
}
