/* hide container until all is ready */

/*Main Container*/
.container {
	width:100%;



}
.container ul{
	list-style-type: none;
	margin: 0;
	padding:0;		
}
.container li{
	display: inline;
	margin: 0px;
	padding:0px;

}
/*Content Container*/
.contentContainer {
	float: left;
	width:0;
	height: 384px;	
	overflow:hidden;
	
}

.contentInnerWrapper{
	text-align: justify;
}







/*  services accordion  */

.services_accordion .handle {
	float: left;
	width: 71px;
	height:384px;
}



.services_accordion .handle div.connect {
	float: left;
	width: 71px;
	height: 384px;
	display:block;
	background-image:url(../images/accordion/connect.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}
.services_accordion .handleSelected div.connect{
	width: 71px;
	height: 384px;
	float:left;
	background-image:url(../images/accordion/connect-active.jpg);
	background-repeat:no-repeat;
}

.services_accordion .handle div.share {
	float: left;
	width: 71px;
	height: 384px;
	background-image:url(../images/accordion/share.png);
	background-repeat:no-repeat;
	cursor:pointer;
}
.services_accordion .handleSelected div.share{
	width: 71px;
	height: 384px;
	background-image:url(../images/accordion/share-active.png);
	background-repeat:no-repeat;
}

.services_accordion .handle div.inspire {
	float: left;
	width: 71px;
	height: 384px;
	background-image:url(../images/accordion/inspire.png);
	background-repeat:no-repeat;
	cursor:pointer;
}
.services_accordion .handleSelected div.inspire{
	width: 71px;
	height: 384px;
	background-image:url(../images/accordion/inspire-active.png);
	background-repeat:no-repeat;
}

.services_accordion .handle div.explore {
	float: left;
	width: 71px;
	height: 384px;
	background-image:url(../images/accordion/explore.png);
	background-repeat:no-repeat;
	cursor:pointer;
}
.services_accordion .handleSelected div.explore{
	width: 71px;
	height: 384px;
	background-image:url(../images/accordion/explore-active.png);
	background-repeat:no-repeat;
	
}

.services_accordion .handle div.excite {
	float: left;
	width: 71px;
	height: 384px;
	background-image:url(../images/accordion/excite.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}
.services_accordion .handleSelected div.excite{
	width: 71px;
	height: 384px;
	background-image:url(../images/accordion/excite-active.png);
	background-repeat:no-repeat;
}



.services_accordion .contentContainer{
	background:none;
}
.services_accordion .handleOver{
	background:none;

}
.services_accordion .handleSelected{
	background:none;
	width: 71px;
	height: 384px;
}
.services_accordion .handleInnerWrapper{
}

