#wp3-mid-mid{
	width:625px;
	height:295px;
	z-index: 3;
	position: relative;
	float: left;
	clear: none;
}
/* ----------  Main Frame -------------- */
#wp3-main-frame-top{
	position:absolute;
	width:625px;
	height:11px;
	top:0;
	right:25;
	z-index:4;
	background-image: url(../bg-images/main-frame-top.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#wp3-main-frame-left{
	position:absolute;
	width:18px;
	height:303px;
	top:10px;
	left:0;
	z-index:4;
	background-image: url(../bg-images/main-frame-left.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#wp3-main-frame-right{
	position:absolute;
	width:17px;
	height:303px;
	top:10px;
	left:608px;
	z-index:4;
	background-image: url(../bg-images/main-frame-right.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#wp3-main-frame-bottom{
	position:absolute;
	width:625px;
	height:11px;
	top:313px;
	left:0px;
	z-index:4;
	background-image: url(../bg-images/main-frame-bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

/* ----------  Web -------------- */
#carousel ul {
	list-style: none;
	width:7500px;
	margin: 0;
	padding: 0;
	position:relative;
}
#carousel li {
	display:inline;
	float:left;
}
/* ----------  Design -------------- */
#design-carousel ul {
	list-style: none;
	width:10000px;
	margin: 0;
	padding: 0;
	position:relative;
}
#design-carousel li {
	display:inline;
	float:left;
}