﻿.boxb {
	width:491px;
	height:355px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF;
	border:2px solid #8cb3d0;
	background-color:#fff
}

.boxb h3 {
	color:#b12620;
	font-size:18px;
	margin:5px 0 10px 0;
	background-color: #fff;
}

.boxb h3.long {
	font-size:17px;
	padding: 0;
}

.boxb .slider {
	position:relative;
	width:490px;
	height:225px;
	margin-top:13px;
	border:0px solid #8cb3d0;
	overflow: hidden;
}

.boxb .slide-roommates
{
	position: absolute; /* Do not change this value */
	background: white;
	visibility: hidden;
	margin: 0 45px;
	width: 400px;
}

.boxb .slide-tenants
{
	position: absolute; /* Do not change this value */
	background: white;
	visibility: hidden;
	margin: 0 45px;
	width: 400px;
}

.boxb .slide-properties
{
	position: absolute; /* Do not change this value */
	background: white;
	visibility: hidden;
	margin: 0 45px;
	width: 400px;
}
.slide-toggler
{
	width: 480px;
	text-align: center; /*How to align pagination links: "left", "center", or "right"*/
	background: white;
}

.slide-toggler a
{
	color: #2E6AB1;
    display: inline-block;
    font-weight: bold;
    margin-right: 3px;
    padding: 1px 3px;
    text-decoration: none;
}
	
.container {
	width:102px;
	height:225px;
	float:left;
	color:#FFF;
	border:0px solid #8cb3d0;
	background-image:url("/Images/Common/slider-container.png");
}
	
.container .inner {
	width:100px;
	max-height:105px;
	font-size:11px;
	color:#000;
	text-align:center;
	border:0px solid #000;
}

.table {
	font-family: Verdana;

}

.table th{
	padding-bottom: 0px;
}

.table td 
{
    height:13px;
    border:0px solid #000;
    font-size:11px;
}


.table td.alt{
	color:#5b9ed0;
}
