/*@import	url();*/
/* Main elements
------------------*/
*			{margin:0; padding:0;}
body		{font-family:Arial, sans-serif; background:#FFFFFF; font-size:62.5%; color:#000000;}
/* SBMH to correct font-size difference */
* html body {font-size:x-small; /* for IE5/Win */f\ont-size:62.5%; /* for other IE versions */}
h1,h2,h3,h4,h5	{font-weight:normal;}
h1			{font-size:1.8em;}
h2			{font-size:1.7em;}
h3			{font-size:1.6em;}
h4			{font-size:1.4em;}
h5			{font-size:1em;}
p			{font-size:1.2em;}
a			{text-decoration:none; color:#505152;}
a:hover		{color:#ec008c;}
a img		{border:0;}
a:focus		{outline:none;}
li			{list-style:none;}


#slideshow		{
	width:750px;
	height:750px;
	float:left;
	overflow:hidden;
	position:relative;
	left: 181px;
	top: 90px;
	z-index: 1;
/* position and dimensions of the navigator */
.navi {margin-left:300px; height:10px;}
.navi a {width:10px; height:9px; float:left; margin:3px; background:url(../images/slideshow-controls.gif) no-repeat -46px -2px; display:block;}
.navi a:hover {background-position:-61px -2px;}
.navi a.active {background-position:-61px -2px; margin-bottom:5px;}	

#pages {position:absolute; width:20000em;}
.page {height:709px; width:700px; overflow:hidden;}
.scrollable {position:relative;	overflow:hidden; width:750px; height:750px; float:left;}
.scrollable .items {width:20000em; position:absolute; clear:both; margin-top:0px;}
.item {float:left; cursor:pointer; width:700px; height:709px;}
