/*
	Home-Towne Suites
	
*/

/* > 	Reservations
-------------------------------------------------------------------------------------------------------- */
#reservations-container{
	background-color:#d9e4eb;
	height:265px;
	width:310px;
	float:left;
}


/* > 	Cover Image
-------------------------------------------------------------------------------------------------------- */
#cover-image-container{
	height:265px;
	width:350px;	
	margin-left:10px;
	margin-right:10px;
	float:left;
}
                      
/* > 	Rotator
-------------------------------------------------------------------------------------------------------- */
#rotator-container{
	height:275px;
	margin-top:11px;
	width:670px;
	float:left;
	background-color:#565f62;
}
#rotator-container li { display:none; }
#rotator-container li:first-child { display:list-item; }

/* > 	Bottom Content
-------------------------------------------------------------------------------------------------------- */
#bottom-content-container{
	height:100px;
	margin-top:10px;
	width:690px;
	float:left;
}






#home-reservations-container{
	background-color:#d9e4eb;
	border-left:10px solid #FFFFFF;
	border-right:10px solid #FFFFFF;
	width:300px;
	height:240px;
	display:inline-block;
	float:left;
}

#home-top-photo-container
{
	width:350px;
	height:240px;
	float:left;	
}

.home-top-container
{
	background-color:#FFFFFF;
	width:100%;
	height:240px;
	float:left;
}

#home-rotator-container
{
	width:100%;
	border-top:10px solid #FFFFFF;
	border-left:10px solid #FFFFFF;
	float:left;
	height:300px;
}

#home-bottom-content-container
{
	float:left;
	margin:15px 0px 0px 10px;
	
}

/* Rotator */
.rotator{}

.rotator ul{
	list-style-type:none;
	-webkit-padding-start:0px;
	-moz-padding-start:0px;
}

.rotator ul li{
	
}
.rotator .rotator-item-active{
	
}

.rotator .rotator-item-inactive{
	
}


