/* CSS Document */

img{ border:none;}

/*banner*/	
#mainPic{
clear:both;
	width:100%;
	margin:0 auto;
	padding:0;
}

/*Homepage main banner*/
#demos{display:block; position:relative;width: 703px; height: 263px; }

#nav {
	position:absolute;
	width:72px;
	top:14px;
	left:623px;
	display:block;
	list-style: none;
	z-index:15;
	/*filter:alpha(opacity=50);
	opacity:.50;*/
	margin:0;
	padding:0;
}
#nav a {
	display:block;
	width:15px;
	height:15px;
	text-decoration: none;
	background:url("../images/square1.png") 50% 50% no-repeat; 
}
#nav a:hover{
	background:url("../images/square.png") 50% 50% no-repeat;
}

#nav a.activeSlide { background:url("../images/square.png") 50% 50% no-repeat; }

#nav a:focus { outline: none; }



#nav li {display:block;width:15px; height:15px; float: left; text-align:center;}

#nav img { border: none; display: block; vertical-align:middle;}
