

/* Glider */

#my-glider
{
	margin: 0 0 20px 0;
	float: left;
}

div.scroller 
{
	margin: 0;
	border: 0;
	width: 1000px; 
	height: 160px;
	overflow: hidden;
	clear: both;
}

div.scroller div.section 
{
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 160px;
	overflow:hidden;
	float:left;
}

div.scroller div.section img 
{
	margin: 20px 20px 0 10px;
	padding: 0;
	float: left;
}

/* set the following wider than all frames combined - or for up & down silder make it the exact width of a single frame */
div.scroller div.GliderContent 
{
	width: 20000px;
}


/* Glider - Rotation Content - END */

/*
div.BananaBar h1
{
	color: #c96;
}

div.BananaBar h1 span
{
	color: #9cf;
}

div.BananaBar p
{
	color: #ccc;
	font-size: 24px;
}
*/



div.GroceryWebsites
{
	margin: 10px;
	margin-right: 0;
	border: 1px solid #369;
	background: #ccf;
	width: 400px;
	float: right;
}

ul.Services
{
	margin: 0;
	border: 0;
	padding: 0;
	list-style: none;
	width: 580px;
}

ul.Services li
{
	margin: 0;
	border: 0;
	padding: 0;
	height: 70px;
	clear: left;
}

ul.Services li a
{
	margin: 0;
	border: 0;
	padding: 0;
	height: 70px;
	font-family:"Century Gothic","Trebuchet MS",Helvetica,Arial,Geneva,sans-serif;
	font-size: 24px;
	display: block;
}

ul.Services li a:hover
{
	background: #cde;
	color: #003;
}

ul.Services li a span
{
	margin: 0;
	border: 0;
	padding: 20px 0 0 0;
	display: block;
}


ul.Services li a img
{
	margin: 5px 10px 5px 10px;
	border: 0;
	padding: 0;
	float: left;
}





