.ie-h1 {
	text-align:center;
	margin:15px 0 45px 0;
}
#kickstart form {
	margin:0 0 0 30px;
	display:block;
}

.sm {list-style:none; width:968px; height:388px; display:block; overflow:hidden;padding:0;margin:0;}
.sm li {float:left; display:inline; overflow:hidden; width:100px;}

/*********** navigator ***********/

/*ul.tabs {
	//position:absolute;
	list-style: none;
	width:700px;
	height:35px;
	padding: 0;
	margin: 0 0 15px 0;
}

ul.tabs li {
	font-size:20px;
	width:150px;
	float: left;
	margin: 3px 12px;
	cursor:pointer;	
	font-weight:bolder;
	text-align:center;
}

ul.tabs li:hover {
	color:#B30000;
} 

ul.tabs li.active {
	font-weight:bolder;
	color:#B30000;
} */

/* root element for the whole scrollable setup */
div.scrollable {
	margin-bottom:0px;
	position:relative;
	overflow:hidden;
	width: 700px;	 
	height:300px;	
}

/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
#thumbs {	
	position:absolute;
	width:20000em;	
	clear:both;
	//border:1px solid #222;
}


/* single item */
#thumbs div.thumbs-container {
	float:left;
	width:700px;
	height:300px;
	color:#000;
	border-left:1px solid #333;
	cursor:default;
}

#thumbs div.thumbs-content {
	float:right;
	width:400px;
	color:#000;
}


/* style when mouse is over the item */
#thumbs div.hover {
	background-color:#444;	
}

/* style when element is active (clicked) */
#thumbs div.active {
	background-color:#066;
	cursor:default;
}

#thumbs img {
	float:left;
	padding-right:10px;
}

#thumbs p, #thumbs span {
	margin:13px;		
	font-family:"bitstream vera sans";
	font-size:13px;
	color:#000;
}

#thumbs h1 {
	font-style:normal;
}

#thumbs p {
	font-size:16px;
}



#accordion {
	border:1px solid #BBBBBB;
	overflow: hidden;
	width:218px;
	height:370px;
}

#accordion .toggler {
	background:#fff url(http://www.vodien.com/singapore-web-hosting-images/bg-chrome.gif) repeat-x scroll center center;
	margin:0 0 0 0;
	padding:4px 0 0 8px;
	height:25px;
	font-weight:normal;
	font-size:14px;
	border-bottom:0px;
	cursor:pointer;
}
#accordion .element {
	padding: 6px;
	height: 0px; overflow: hidden;
}
