#featuretabs {
	position: relative;
	height: 236px;
	width:640px;
	margin-bottom: 15px;
	background-color: #fff;
}
/*UI tabs*/
#featuretabs .ui-tabs-nav {
	/*resets*/margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	font-family: Arial, Helveticasans-serif;
	font-size: 12px;
	position: relative;
	z-index: 1;
	border-right: 1px solid #d3d3d3;
	bottom: -1px;
	float: right;
}
#featuretabs .ui-tabs-nav ul {
	/*resets*/margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
#featuretabs .ui-tabs-nav li {
	/*resets*/margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	float: left;
	border: 1px solid #d3d3d3;
	border-right: none;
}
#featuretabs .ui-tabs-nav li a {
	/*resets*/margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	float: left;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	padding: .5em 1.7em;
	color: #555555;
}
#featuretabs .ui-tabs-nav li a.feature-nav-item:hover {
	color: #212121;
}
#featuretabs .ui-tabs-nav li.ui-tabs-selected {
	border-bottom-color: #ffffff;
}
#featuretabs .ui-tabs-nav li.ui-tabs-selected a, #featuretabs .ui-tabs-nav li.ui-tabs-selected a.feature-nav-item:hover {
	background: #ffffff url(ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
	color: #212121;
}
#featuretabs .ui-tabs-panel {
	font-family: Arial, Helvetica, sans-serif;
	float:left;
	border: 0;
	padding: 0;
	width:430px;
	overflow:hidden;
	padding-left: 3px;
	padding-top: 3px;
}
#featuretabs .ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/
	;
}
.view-www-front .view-primary .view-content {
	padding:0px;
	position:absolute;
}
.view-www-front .pt-box .b {
	position: relative;
	top: -9px;
}
#feature-tabs-nav {
	float:left;
	width:204px;
	height:229px;
	background-image: url(feature-bg.gif);
	background-repeat: repeat-y;
	position: relative;
	top: 3px;
	padding-top: 0px;
}
#feature-tabs-nav ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#feature-tabs-nav ul li {
	margin: 0px;
	padding:0px;
	height: 52px;
	overflow: hidden;
}
#feature-tabs-nav ul li a.first {
	background:none;
}
#feature-tabs-nav ul li a.feature-nav-item {
	display: block;
	padding: 10px;
	height:34px;
	background-image:url(feature-border.gif);
	background-position: top;
	background-repeat:no-repeat;
}
#feature-tabs-nav ul li a.feature-nav-item:hover {
	text-decoration:none;
	border: 0px;
	background-image:url(feature-border.gif);
	background-position: top;
	background-repeat: repeat-y;
}
#feature-tabs-nav ul li.ui-tabs-selected a.feature-nav-item:hover {
	text-decoration:none;
	border: 0px;
	background-image: none;
}
#feature-tabs-nav ul li.ui-tabs-selected a.feature-nav-item {
	background-color:#ff9211;
	color: #fff;
	font-weight: bold;
}
.photo-meta-data a {
	color: #fff;
}
.photo-image {
	position: relative;
	top: 0px;
	left: 0px;
}
.photo-meta-data {
	position:absolute;
	top: 150px;
	left: 10px;
	background: url(transpBlack.png);
	padding: 10px;
	height: 51px;
	width: 391px;
	z-index: 1;
	color: white;
}
.has-title .photo-meta-data {
	top: 180px;
}
.view-www-front .pt-box .c {
	height:230px;
}
#featuretabs #feature-tabs-overlay {
	background-image: url(feature-box.png);
	position: absolute;
	top: 0;
	left: 0;
	width:640px;
	height: 266px;
}
.has-title #featuretabs #feature-tabs-overlay {
	background-image: url(feature-box-with-title.png);
	height: 300px;
}
.feature-category {
	text-transform: uppercase;
	font-weight:bold;
	font-size:10px;
}
.feature-title {
	margin-top: -45px;
	margin-left: 10px;
	float: left;
	margin-right: 10px;
}
#feature-sub-title {
	font-family: Arial;
	font-size: 11pt;
	color: #666;
}
#feature-tabs-nav ul li.ui-tabs-selected .feature-title a {
	color: #fff;
	font-weight: bold;
}
#featuretabs-wrapper {
	position: relative;
	height: 266px;
	width:640px;
	margin-bottom: 15px;
	background-color: #fff;
}
#featuretabs-wrapper.has-title {
	position: relative;
	height: 300px;
	width:640px;
	margin-bottom: 15px;
	background-color: #fff;
}
.features-footer {
	float:left;
	background-color: #efefef;
	clear:both;
	border-top: 1px solid #ccc;
	height:20px;
	padding-top:10px;
	width: 616px;
	padding-left:12px;
	padding-right:12px;
}
.features-footer a {
	display: block;
	float: left;
	font-weight: bold;
	font-size:11px;
	margin-right:20px;
	padding-left: 20px;
}

