
div#introSelector ul {
	float: left;
	clear: both;
	list-style-type: none;
}
div#introSelector ul li {
	float: left;
	width: 110px;
	text-indent:4px;
	height: 260px;
	background: url(introBoxClosed.gif) left top no-repeat;
	overflow:hidden;
}
div#introSelector ul li a {
	color: #565656;
	font-size: 1.1em;
	text-decoration: none;
	float: left;
	clear: both;
	margin: 0px;
	height: 26px;
	display: inline;
}
div#introSelector ul li img,
div#introSelector ul li p,
div#introSelector ul li a.selectLink {
	display: none;
}
div#introSelector ul li.opened img,
div#introSelector ul li.opened p,
div#introSelector ul li.opened a.selectLink {
	display: block;
}

div#introSelector ul li.opened {
	width: 176px;
	height: 350px;
	background: url(introBoxOpen.gif) left top no-repeat;
}

div#introSelector ul li.opened p {
	float: left;
	clear: both;
	margin: 0px;
	line-height: 1.6;
	width: 156px;
	display: inline;
}
div#introSelector ul li.opened a {
	color: #437cc4;
	height:50px;
	width:auto;
}
div#introSelector ul li.opened a.selectLink {
	float: left;
	padding-right: 10px;
	margin: 0 0 0 10px;
	display: inline;
	height: auto;
	background: url(../img/miscfurn/linkBullet.gif) right center no-repeat;
}
	
