@charset "utf-8";
/* CSS Document */

#container { 
	margin-left:auto;
	margin-right:auto;
	width:960px;
	/*width: 934px;*/
	height:250px;
	
	overflow: hidden;
}

#outerblock { 
	position:relative;
	z-index:2;
	/*margin:50px;*/
}

#innerblock { position:absolute; z-index:999;  }
#slideshow { 
	/*padding:10px;*/
	/*width: 940px;*/
	height:250px;
	overflow: hiden;
}

#slideshow ul { list-style:none; }

