.homeSlideShowWrapper
{
	margin:0;
	padding:0;
	width:950px;
	height:300px;
	z-index:10;
	position: relative;
}

.homeSlideShowWrapper .pictureFrame
{
	border:0px solid #999999;
	background-color:#00346B;
	width:620px;
	height:300px;
	overflow:hidden;
	margin-left:330px;
}

.homeSlideShowWrapper .pictureFrame img
{
	width:620px;
	height:300px;
}

.slideShowNavWrapper
{
	position: absolute;
	left: 20px;
	bottom: 32px;
	width:auto;
	height:auto;
	z-index:100;
}

.homeSlideShowWrapper .nav {
	padding: 10px;
	font-size:10px;
	width:800px;
	text-align: left;
}
.homeSlideShowWrapper .nav a {
	background:#FFFFFF none repeat scroll 0 0;
	
	border:none;
	color:#3C3C3E;
	margin:0 2px;
	padding:2px 5px;
	text-decoration:none;
}
.homeSlideShowWrapper .nav a.activeSlide {
	background:#000000 none repeat scroll 0 0;
	color:#FFFFFF;
	border:none;
}


.textWrapper {
	background-color:#7d2c29;
	height:260px;
	position:absolute;
	top:20px;
	left:20px;
	width:310px;
	z-index:10;
}

.textWrapper .innerContent
{
	position:relative;
	width:290px;
	height:260px;
	top:-13px;
}

.textWrapper div.TopLeftCorner
{
	background:transparent url(/rogers_media/images/20pxRoundCorners.png) no-repeat scroll 0 0;
	height:20px;
	position:absolute;
	top:-20px;
	left:-20px;
	width:20px
}
.textWrapper div.BottomLeftCorner
{
	background:transparent url(/rogers_media/images/20pxRoundCorners.png) no-repeat scroll 0 -20px;
	height:20px;
	position:absolute;
	bottom:-20px;
	left:-20px;
	width:20px
}

.textWrapper div.LeftEdge
{
	background-color:#7d2c29;
	height:262px;
	position:absolute;
	top:-1px;
	left:-20px;
	width:21px
}
.textWrapper div.TopEdge
{
	background-color:#7d2c29;
	height:20px;
	position:absolute;
	top:-20px;
	left:-1px;
	width:311px
}
.textWrapper div.BottomEdge
{
	background-color:#7d2c29;
	height:20px;
	position:absolute;
	bottom:-20px;
	left:-1px;
	width:311px
}

.textWrapper img {
bottom:10px;
position:absolute;
right:10px;
}


.textWrapper h3 {
color:#E6E6E6;
margin:10px 10px 5px;
font-size:24px;
font-weight:normal;
}

.textWrapper p {
color:#E6E6E6;
font-size:14px;
margin:0 10px;
}

.textWrapper .coverButton 
{
	position:absolute;
	left:0;
	top:0;
	width:440px;
	height:115px;
	z-index:10;
}


#home_welcome
{
	margin:25px 0;
	background-color:#7D2C29;
}


