#Promotion {
	position: absolute;
	top: 120px;
	left: 320px;
}

#Layer {
	position: absolute;
	top: 200px;
	left: 180px;
}

#Layer .layer {
	background-color: white;
	padding: 4px 4px 0 4px;
	float: left;
	margin-left: 5px;
	margin-top: 120px;
}

#Layer .middle {
	overflow: hidden;
	height: 1px;
	width: 163px;
}

.top {
	width: 163px;
	height: 52px;
}

.topImageContainer {
	top: 10px;
	left: 6px;
	position: relative;
}

.bottom {
	width: 163px;
	height: 3px;
}

.text {
	margin-top: 4px;
	width: 163px;
	height: 0px;
	padding: 0px;
	overflow: hidden;
	cursor: pointer;
}

.text div {
	display: block;
	margin: 6px;
	display: none;
	color: #666666;
}

#Layer1 .top {
	background: url(/images/layer1_top.jpg) top left no-repeat;
}

#Layer1 .middle {
	background-color: #29c1d8;
}

#Layer1 .bottom {
	background: url(/images/layer1_bottom.jpg) bottom left no-repeat;
}

#Layer2 .top {
	background: url(/images/layer2_top.jpg) top left no-repeat;
}

#Layer2 .middle {
	background-color: #feb518;
}

#Layer2 .bottom {
	background: url(/images/layer2_bottom.jpg) bottom left no-repeat;
}

#Layer3 .top {
	background: url(/images/layer3_top.jpg) top left no-repeat;
}

#Layer3 .middle {
	background-color: #583d06;
}

#Layer3 .bottom {
	background: url(/images/layer3_bottom.jpg) bottom left no-repeat;
}

#Layer4 .top {
	background: url(/images/layer4_top.jpg) top left no-repeat;
}

#Layer4 .middle {
	background-color: #b50550;
}

#Layer4 .bottom {
	background: url(/images/layer4_bottom.jpg) bottom left no-repeat;
}

#Products {
	position: absolute;
	top: 447px;
	left: 0;
}

#ScrollContainer {
	position: relative;
	overflow: hidden;
	width: 956px;
}

#Products .scrollContent {
	display: block;
	float: left;
	width: 115px;
	padding: 0 10px 0 11px;
	position: relative;
	text-decoration: none;
}

#Products .scrollContent:focus, #Products .scrollContent:active {
	outline: none;
}

#Products .scrollContent .productName {
	width: 100%;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
}

#Products .scrollContent .productImage {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

#Products .scrollContent .productAction {
	position: absolute;
	left: 0px;
	bottom: 10px;
}

#ScrollTrackContainer {
	top: 24px;
	width: 100%;
	height: 17px;
	position: relative;
}

#ScrollTrackContainer .arrow_left {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 16px;
	height: 17px;
	background: url(/images/scroller_arrow_left.jpg) top left no-repeat;
}

#ScrollTrackContainer .arrow_right {
	display: block;
	position: absolute;
	top: 0px;
	left: 940px;
	width: 16px;
	height: 17px;
	background: url(/images/scroller_arrow_right.jpg) top left no-repeat;
}

#ScrollTrack {
	position: absolute;
	left: 16px;
	top: 0px;
	width: 924px;
	height: 17px;
	background-color: #2c2b2c;
}

#ScrollTrack .dragLeft {
	width: 6px;
	height: 17px;
	background: url(/images/drag_left.jpg) top left no-repeat;
	overflow: hidden;
}

#ScrollTrack .dragCenter {
	width: 100%;
	height: 17px;
	background: url(/images/drag_center.jpg) top left repeat-x;
	overflow: hidden;
}

#ScrollTrack .dragRight {
	width: 6px;
	height: 17px;
	background: url(/images/drag_right.jpg) top left no-repeat;
	overflow: hidden;
}

#BottomMenu {
	background: none;
}