/* hide container until all is ready */
.test, .test2,.test3,.test4{
	display: none;
}
/*Main Container*/
.container {
	width:900px;	
}
.container ul{
	list-style-type: none;
	margin: 0;
	padding:0;	
}
.container li{
	display: inline;
	margin: 0px;
	padding:0px;
}
/*Content Container*/
.contentContainer {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 278px;	
	overflow:hidden;
}
.contentWrapper{	
}
.contentInnerWrapper{
	text-align: justify;
}

/*EXTRAS*/

/*  TEST 3  */

/*Main Container*/
.container3 {
	width:900px;
	height: 278px;	
}
.container3 ul{
	list-style-type: none;
	margin: 0px;
	padding:0px;
	display: inline;	
}
.container3 li{
	display: inline; 
	margin: 0px;
	padding:0px;
}
/*Handle*/
.handle3{
	float: left;
	width: 115px;
	height: 278px;
	text-align:center;
}


.handleOver3{	
	cursor: pointer;
}
.handleOver3 img{

}
.handleSelected3{
display:none;

}
/*Content Container*/
.contentWrapper3{
	text-align: justify;

	
}
.contentInnerWrapper3{


}

.contentContainer3 {
	float: left;
	width:0px;
	height: 278px;	
	overflow:hidden;
}
.left .img_03{
   background:url(/pic/img_03.jpg) no-repeat left top;
   width: 115px;
   height:278px;    
}
.right .img_03{
   background:url(/pic/img_03.jpg) no-repeat right top;
   width: 115px;
   height:278px;    
}
.left .img_02{
   background:url(/pic/img_02.jpg) no-repeat left top;
   width: 115px;
   height:278px;    
}
.right .img_02{
   background:url(/pic/img_02.jpg) no-repeat right top;
   width: 115px;
   height:278px;    
}

