#middle{
    display: block;
    position: relative;
    width: 980px;
    height: 262px;
    background: #708e0c url("../../style/pics/middle_bg.gif") repeat-x;
}
.test, .test2, .test3, .test4{
	display: none;
}
.container {
	float: left;
	width: 973px;
	background: #80a50c;
	margin: 4px 0 0 4px;
}
.container ul{
	float: left;
	width: 973px;
	list-style-type: none;
	margin: 0;
	padding: 0;	
}
.container li{
	display: inline;
	margin: 0px;
	padding: 0px;
}
.contentContainer {
	padding-left: 0px;	
	float: left;
	width: 0px;
	height: 254px;	
	overflow: hidden;
	background:  url(image/content_bg.gif) no-repeat;
}
.contentWrapper{	
}
.contentInnerWrapper{
	text-align: left;
	padding: 10px 15px;
}
.handle{
	float: left;
	width: 51px;
	height: 254px;
	background:  url(image/handle_bg.gif) no-repeat;
	cursor: pointer;
}
#testHandle0{ background-position: 0px 0px;}
#testHandle1{ background-position: -51px 0px;}
#testHandle2{ background-position: -102px 0px;}
#testHandle3{ background-position: -153px 0px;}
#testHandle4{ background-position: -204px 0px;}
#testHandle0.handleOver{ background-position: 0px -508px;}
#testHandle1.handleOver{ background-position: -51px -508px;}
#testHandle2.handleOver{ background-position: -102px -508px;}
#testHandle3.handleOver{ background-position: -153px -508px;}
#testHandle4.handleOver{ background-position: -204px -508px;}
#testHandle0.handleSelected{ background-position: 0px -254px;}
#testHandle1.handleSelected{ background-position: -51px -254px;}
#testHandle2.handleSelected{ background-position: -102px -254px;}
#testHandle3.handleSelected{ background-position: -153px -254px;}
#testHandle4.handleSelected{ background-position: -204px -254px;}

.test .button {
	background: url("../../style/pics/pack_link_grey.gif") 0 0 repeat-x;
	width: 160px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 8px 31px;
	position: absolute;
	bottom: 10px;
	border-radius: 10px;
	border: 2px solid #555555;
}
.test .button:hover {
	background: url("../../style/pics/pack_link_grey.gif") 0 -37px repeat-x;
}
.bleft {
	width: 320px;
	float: left;
	position: relative;
	height: 240px;
}
.bright {
	width: 350px;
	float: right;
	height: 240px;
}