/*

HOME

*/

#home {
	width: 960px;
	}
#home .feature {
	width: 960px;
	border-bottom: 0px solid #dadada;
	padding-bottom: 0px;
	margin-bottom: 0px;
	}
#home .feature-nav {
	width: 960px;
	border-bottom: 0px solid #dadada;
	margin: 498px 0 0px 0;/*abner*/
	padding: 0;
	}
#home .feature-nav .labels {
	padding: 25px 0 15px; /*abner*/
	font-family: 'BrawlerRegular', Arial, sans-serif;;
	}
#home .feature-nav .labels li {
	color: #666;
	font-size: 1.6em;
	line-height: 1em;
	padding-right: 4px;
	display: inline;
	}
#home .feature-nav .labels li a {
	color: #666;
	text-transform: uppercase;
	text-decoration: none;
	display: inline;
	background:none; /*--IE--*/
	padding-right:0; /*--IE--*/
	}
#home .feature-nav .labels li a:hover {
	color: ##71b;
	}
#home .feature-nav .labels .active a {
	color: #71b;
	}
#home .feature-nav .arrows {
	width: 84px;
	margin-top: 18px;
	float: right;
	}
#home .feature-nav .arrows li {
	padding-left: 25px;
	float: right;
	}
#home .feature-nav .arrows li a {
	width: 17px;
	height: 25px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE8 */
	filter: alpha(opacity = 50); /* IE7 */
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	opacity: 0.5;
	display: block;
	}
#home .feature-nav .arrows li a:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE8 */
	filter: alpha(opacity = 100); /* IE7 */
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	}
#home .feature-nav .arrows .prev a {
	background-image: url('home_feature_prev.gif');
	background-repeat: no-repeat;
	background-position: left top;
	}
#home .feature-nav .arrows .next a {
	background-image: url('home_feature_next.gif');
	background-repeat: no-repeat;
	background-position: left top;
	}
#home .feature-images {
	display: none;
	}


.cms-home .messages,
.cms-home-slideshow .messages {
	display: none;
	}

.cms-home-slideshow #header,
.cms-home-test #header {
	margin: 0;
	}
.cms-home-slideshow .feature,
.cms-home-test .feature {
	width: 100%;
	height: 620px;
	/* background-image: url('../images/home_feature_1.jpg'); */
	background-repeat: no-repeat;
	background-position: 50% 0;
	border: 0;
	padding: 0;
	margin: 0;	
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	}
.cms-home-slideshow .feature a,
.cms-home-test .feature a {
	width: 100%;
	height: 620px;
	display: block;
	}
.cms-home-slideshow #header .account li a,
.cms-home-test #header .account li a {
	color: #666;
	}
.cms-home-slideshow #header .account form input,
.cms-home-test #header .account form input {
	background-color: #8e8e8e;
	background-color: rgba(0, 0, 0, 0.1);
	}
.cms-home-slideshow #header .account form .button,
.cms-home-test #header .account form .button {
	background-color: transparent;
	}



