﻿#wrapper #border_wrap .interface
{
	height: 1px;
}

#wrapper #topbanner /* added only for home page, remains 960px in skin.css */
{
	width: 1025px;	
	border-bottom: 5px solid #0D3252;
	background: white;
	height:128px;
	
}
#wrapper #border_wrap .interface > div
{
	height: 400px;
	position: relative;
	width: 920px;
	left: 52px;
	float: none;	
}

#wrapper #border_wrap .interface .text 
{
	display: none;
}

#wrapper #border_wrap .interface .prev, #wrapper #border_wrap .interface .next
{
	width: 47px;
	height: 145px;
	/*padding: 10px;*/
	/*-webkit-border-radius: 90%;
	-moz-border-radius: 90%;
	border-radius: 90%;*/
	/*background:#fcfcfc;
	color: #999999;*/
	background: inherit;
	color: #fcfcfc;
	opacity: 0.7;
	cursor: pointer;	
	display:table-cell;
	vertical-align: middle;
	text-align: center;
	/*border: solid thin #999999;*/
	position: absolute;
	z-index: 20;
	top: 130px;
	
}

#wrapper #border_wrap .interface .prev:hover 
{
	background-position: top right;
	opacity: 0.9;			
}


#wrapper #border_wrap .interface .next:hover
{
	background-position: top left;
	opacity: 0.9;
}

#wrapper #border_wrap .interface .prev
{
	left: 0px;
	background: url('images/btn_beautyshot_previous.png') no-repeat right bottom;
	padding-left: 10px;
}

#wrapper #border_wrap .interface .next
{
	right: 0px;
	background: url('images/btn_beautyshot_next.png') no-repeat left bottom;
	padding-right: 10px;
}

#wrapper #border_wrap .title, #wrapper #border_wrap .item
{
	padding-left: 0px;
}

#wrapper #border_wrap .wrapper 
{
	width: 100%;
	height: 410px;
	top: -10px;
	background: url("/Portals/_default/Skins/OC_FLSites/images/BeautyBG.png") no-repeat 0 0px;
	position: relative;
	border-bottom: 5px solid #0D3252;
}

#wrapper #border_wrap .highlighter, #wrapper #border_wrap .sectionnh
{
	overflow: visible;	
}

#wrapper #border_wrap .highlighter
{
	position: absolute;
	width: 1025px;
	left: -52.5px;
}

#wrapper #border_wrap .ModdnnUITextHighlighterC
{
	height: 410px;
}

div[id$="ViewWeather_pnlMain"] > div 
{
	margin: 0px !important;
}
