/*****************************************************************/
/* Slide show */
div#box {
	position: relative;
	float: right;
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
	background-color: #455B82;
}

div#box, div.slideShow {
	width: 660px;
	height: 470px;
}
div.slideShow {
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
div#flashScreen {
	background: url('../images/img_frame.png') no-repeat;
	z-index: 1000;
}

/*****************************************************************/
/* Image Counter */
div#slideCounter {
	float: right;
	width: 660px;
	height: 25px;
	margin: 0px;
	margin-top: 20px;
	margin-right: 40px;
	padding: 0px;
	text-align: center;
	
}
div#slideCounter img {
	width: 17px;
	height: 17px;
	margin: 0px;
	padding: 5px 6px;
}

/*================================================*/
/* Welcome Text */
div#welcome {
	float: left;
	width: 1000px;
	margin: 0px;
	margin-top: 0px;
	padding: 0px;
	color: #333;
	background-color: transparent;
}

div#welcome h3 {
	font-size: 18px;
	margin: 20px 0 20px 0;
	padding: 0px;
}


div#welcome p {
	line-height: 18px;	
}

div#welcome a {
	color: #8C7027;	
}
div#welcome a:hover{
	text-decoration: underline;	
}
div#welcome img{
	float: left;
	margin-right: 10px;
	border: 1px solid #333;
}

/*================================================*/
/* Move-in Special */
div#wrapper div#special {
	position: absolute;
	top: 230px;
	right: 0px;
	width: 40px;
	height: 440px;
	background: url('../images/btn_specials_index.png') no-repeat 0 0;
	cursor: pointer;
}

div#innerWrapper div#hiddenSpecial {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 340px;
	height: 350px;
	z-index: 90;
	overflow: hidden;
		
}

div#innerWrapper div#hiddenSpecial div#specialMoveIn {
	display: none;
	position: absolute;
	top: 0px;
	right: -800px;
	width: 300px;
	height: 250px;
	padding: 10px;
	background-color: #000000;
	z-index: 100;
}

div#innerWrapper div#specialMoveIn div#title span {
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: yellow;
}

div#innerWrapper div#specialMoveIn p#specialText {
	width: 250px;
	margin: 20px;
	color: #ffffff;	
}

/* End Move-in Special */
/*================================================*/

