#what-can-fit {
	width: 149px;
	height: 175px;
	margin: 50px 0 0 25px;
}

#what-size {
	width: 800px;
    height: 41px;
    text-indent: -9999px;
	background: url('../img/what-size.png') no-repeat top left;
}

#select-color {
	width: 800px;
	height: 16px;
	text-indent: -9999px;
	background: url('../img/select-color.png') no-repeat top left;
}

#large-bag {
	position: absolute;
	top: 50px;
	left: 30px;
	width: 383px;
	height: 394px;
	float: left;
	background: url('../img/large-highlight.png') no-repeat;
}

#large-bag2 {
	left: -5000px;
}

#large-bag:hover {
	background: url('../img/large-highlight.png') left -394px;
}

#small-bag {
	position: absolute;
	left: 443px;
	top: 120px;
	width: 346px;
	height: 320px;
	float: left;
	background: url('../img/small-highlight.png') no-repeat;
}

#small-bag2 {
	left: 5000px;
}

#small-bag:hover {
	background: url('../img/small-highlight.png') left -300px;	
}

.ingredient_info {
	padding: 10px;
}

#small-bag-options {
	position: absolute;
	top: 80px;
	left: 5000px;
	width: 370px;
	z-index: 10px;
	overflow: hidden;
}

#small-bag-options2 {
	top: 80px;
	left: 30px;
	color: #000;
	padding: 0px;
}

#large-bag_slideout, #small-bag_slideout {
	position: absolute;
	top: -2px;
	right: 4px;
}

#large-bag-options {
	position: absolute;
	top: 80px;
	left: -5000px;
	width: 370px;
	z-index: 10px;
	overflow: hidden;
}

#large-bag-options2 {
	top: 80px;
	left: 430px;
	overflow: scroll;
	color: #000;
	padding: 0px;
}


#vScroll {
	float: left;
	width: 325px;
	height: 398px;
	overflow: hidden;
	position: relative;
}

.sold_out {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	padding-right: 25px;
}

#vScroll ul {
	height: 595px;
}

#vScroll li {
	color: #888;
	position: relative;
	text-align: center;
	list-style-type: none;
	display: inline;
	padding: 8px;
}

#vBar {
	top: 25px;
	left: 7px;
	float: left;
	width: 16px;
	height: 300px;
	position: relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #898989;
}

#vKnob {
	left: 1px;
	width: 14px;
	height: 50px;
	background-color: #434343;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#vKnob:hover {
	background-color: #fff;
}

#bar {
	top: 0;
	left: 100px;
	width: 600px;
	height: 21px;
	position: relative;
	background-color: #bbb;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#knob {
	top: 1px;
	width: 100px;
	height: 19px;
	background-color: white;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#vScroll2 {
	float: left;
	width: 325px;
	height: 390px;
	overflow: hidden;
	position: relative;
}

#vScroll2 ul {
	height: 780px;
}

#vScroll2 li {
	color: #888;
	position: relative;
	text-align: center;
	list-style-type: none;
	display: inline;
	padding: 8px;
}

#vBar2 {
	top: 25px;
	left: 7px;
	float: left;
	width: 16px;
	height: 300px;
	position: relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #898989;
}

#vKnob2 {
	left: 1px;
	width: 14px;
	height: 50px;
	background-color: #434343;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#vKnob2:hover {
	background-color: #fff;
}

#bar2 {
	top: 0;
	left: 100px;
	width: 600px;
	height: 21px;
	position: relative;
	background-color: #bbb;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#knob2 {
	top: 1px;
	width: 100px;
	height: 19px;
	background-color: white;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}


#theSixth {
	top: 2px;
	left: 235px;
	position: absolute;
}

* {
	margin: 0;
	padding: 0;
}

