

div#brand_page {
	
}

div#brand_page div#brand_hero {
	position:relative;
	padding:0;
	margin:0;
	width:100%;
	outline:0px solid red;
	background-color: #fff;
}

.home div#buttonsBox {
	position:relative;
	width:960px;
	height:360px;
	margin:0px auto;
	outline:0px solid red;
}

div#buttonsBox {
	position:relative;
	width:960px;
	height:200px;
	margin:0px auto;
	outline:0px solid red;
}

div#brand_page div#brand_hero ul.brand_hero_buttons {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width:960px;
	position:relative;
}

div#brand_page div#brand_hero ul.brand_hero_buttons li {
	list-style: none;
}

div#brand_page div#brand_hero li.slide {
	list-style-type: none;
}

div#brand_page div#brand_hero .slides {
	margin: 0;
	padding-left:0px;
}

div#brand_page div#brand_hero .slides li.slide {
	display:none;
	position: absolute;
	width:100%;
	left: 0px;
	top: 0px;
}

div#brand_page div#brand_hero .buttons {
	display: none;
}

div#brand_page div#brand_hero .buttons {
	display: block;
	position: absolute;
	z-index: 100;
	right: 30px;
	bottom: 10px;
	margin: 0;
	padding: 0;
}

div#brand_page div#brand_hero .buttons li {
	float: left;
	display: inline;
	width: 14px;
	height: 14px;
	margin: 0;
	padding: 1px;
}

div#brand_page div#brand_hero .buttons li a {
	background: transparent url("../img/hero_button.png") no-repeat 0 0;
	float: left;
	text-decoration: none;
	width: 14px;
	height: 14px;
	color: #fff;
}

div#brand_page div#brand_hero ul.buttons li a:hover
div#brand_page div#brand_hero ul.buttons li a:focus {
	background-position: -14px 0;
}

div#brand_page div#brand_hero ul.buttons li.active a:hover,
div#brand_page div#brand_hero ul.buttons li.active a:focus,
div#brand_page div#brand_hero ul.buttons li.active a {
	background-position: -28px 0;
}

/* show the first hero image onload */
div#brand_page div#brand_hero .slides #image1 {
	display:block;
}
				
					
/* Stles for Cart page */		

.cart div#brand_page {
	margin-bottom: 20px;
	height: 32px;	
}

.cart div#brand_page div#brand_hero {
	background-color: transparent;
}

div#brand_page .button-playback-toggle {
	position: relative;
	top: -3px;
	margin-left: 24px;
	appearance: none;
	background: transparent;
	color: #333;
	opacity: 0.8;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}
