/* hide container until all is ready */
.slider{
	display: none;
}
/*Main Container*/
.container {
	width:630px;
}
.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: 280px;
	overflow:hidden;
}
.contentWrapper{	
}
.contentInnerWrapper{
	text-align: justify;
}
/* Handle*/
.handle{
	float: left;
	width: 54px;
	height: 280px;
	margin: 1px;
	cursor:pointer;
}


#acordionHandle0 {
	background: url(images/div1.jpg) no-repeat;
}
#acordionHandle0.handleSelected {	
	background: url(images/div1_on.jpg) no-repeat;
}

#acordionHandle1 {
	background: url(images/div2.jpg) no-repeat;
}
 #acordionHandle1.handleSelected {	
	background: url(images/div2_on.jpg) no-repeat;
}

#acordionHandle2 {
	background: url(images/div3.jpg) no-repeat;
}
#acordionHandle2.handleSelected {	
	background: url(images/div3_on.jpg) no-repeat;
}

#acordionHandle3{
	background: url(images/div4.jpg) no-repeat;
}
#acordionHandle3.handleSelected {	
	background: url(images/div4_on.jpg) no-repeat;
}
