	/* CSS Document */
img{ border:none;}

/*banner*/	
#mainPic{
	clear:both;
	width:100%;
	margin:0 auto;
}

/*Homepage main banner*/
#demos{display:block; width:972px; height: 387px; background-image:url(slide-bg.jpg); background-repeat:no-repeat; background-position:top center; margin-left:auto; margin-right:auto;}

#nav {

	width:120px;
	height:20px;
	top:10px;
	display:block;
	list-style: none;
	z-index:100;
	margin-left:160px;
	padding:0;
}
#nav a {
	display:block;
	width:20px;
	height:20px;
	text-decoration: none;	
	background:url(../images/) 50% 50% no-repeat; 
}
#nav a:hover{
	background:url(../images/slidshow-blackdot.jpg) 50% 50% no-repeat;
}

#nav a.activeSlide { background:url(../images/slidshow-blackdot.jpg) 50% 50% no-repeat; }

#nav a:focus { outline: none; }



#nav li { display:block; width:20px; height:20px; text-align:center; float:left;}

#nav img { border: none; display: block;}
