/* hide container until all is ready */
.test, .test2,.test3,.test4{
	display: none;
		width:930px;

}

/*Main Container*/
.main {
	background:  url(../images/baner_2_3.jpg) no-repeat;
	width:930px;
	height:338px;
	margin:0 auto 0 auto;
	padding:10px;
	position:relative;
}
.container {
	width:984px;
	margin:0;
	position:absolute;
}
.container ul{
	list-style-type: none;
	margin: 0;
	padding:0;	
}
.container li{
	display:inline;
	margin: 0px;
	padding:0px;
}


/*Content Container*/
.contentContainer {
	float: left;
	width:0px;
	height: 338px;	
	overflow:hidden;
}
.contentWrapper{	
}
.contentInnerWrapper{
	text-align: justify;
}
/* Handle*/
.handle{
	padding-left:0;
	float: left;
	width: 59px;
	height: 338px;
	margin:0 0px 0 0px;
	border-left:1px solid #fff;
}
.handleOver{	
    cursor:pointer;
	background: url(../images/img_1.jpg) no-repeat;
}
.handleSelected{	
	background: url(../images/img_1.jpg) no-repeat;
}


