#featuresOptionsWrapper *:active { outline: none; }
#featuresOptionsWrapper *:focus { -moz-outline-style: none; }
.wrappersReset *{ padding:0px; margin:0px;}
#featuresOptionsWrapper {
	width:255px;
	height:285px;
	border: #FFF 1px solid;
	position:relative;
	float:left;
	top:67px;
	left:0px;
	font-size:13px;
}
#featuresOptionsBackground {
	width:255px;
	height:285px;
	position:absolute;
	z-index:0;
	background-color:#FFF;
	opacity:0.7;
	filter:alpha(opacity=70);
}

#featuresTitleContainer {
	width:255px;
	height:40px;
	padding:20px 0px 0px 0px;
	position:absolute;
	z-index:1;
	background-image:url(../images/title_bottom.gif);
	background-repeat:no-repeat;
	background-position:center 58px;
}

#featuresMaskContainer {
	width:209px;
	height:186px;
	position:absolute;
	overflow:hidden;
	top:81px;
	left:15px;
	z-index:2;
}

#featuresOptionsWrapper h1{
	font-family:font-family:Geneva, Arial, Helvetica, sans-serif;
	width:255px;
	color:#222;
	font-size:1.5em;
	text-align:center;
}

#featuresTopArrow{
	width:20px;
	height:19px; 
	display:block;
	background:url(../images/prev-vertical.png) no-repeat;
	background-position:-8px -6px;
	position:absolute;
	left:233px;
	top:74px;
	z-index:3;
	cursor:pointer;
}

#featuresBottomArrow{
	width:20px;
	height:19px; 
	display:block;
	background: url(../images/next-vertical.png) no-repeat;
	background-position:-8px -6px;
	position:absolute;
	left:233px;
	top:252px;
	z-index:3;
	cursor:pointer;
}

#featuresButtonsContainer{
	width:209px;
	position:relative;
}

#featuresButtonsContainer li{
	text-align:right; list-style:none;
	
	margin-bottom:18px;
}

#featuresButtonsContainer .defaultFeature {
	color:#333;
	font-size:13px;
	cursor:pointer;
}

#featuresButtonsContainer .defaultFeature:hover,.formatList,.formatList:hover {
	color:#46A6DE;
	font-size:13px;
}

#cloudsOverviewBackground{
	background: url(../images/buick_BackGround.jpg) top no-repeat;
	background-color:#FFF;
	width:100%;
	height:700px;
	margin:0px;
	padding:0px;
	z-index:0;
	position:absolute;
	top:0px; 
	
}
#completeOverview{
	width:100%;
	height:700px;
	margin:0px;
	padding:0px;
	min-width:950px;	
}

#featuresTopHS{
	position:absolute;
	top:60px;
	left:0px;
	width:230px;
	height:30px;
	display:block;
	z-index:4;
}
#featuresBottomHS{
	position:absolute;
	top:254px;
	left:0px;
	width:230px;
	height:30px;
	display:block;
	z-index:4;
}
