body {
width:1060px;
margin:0 auto;
margin-top:0px;
font-family:Helvetica, sans-serif;
color:#bfbfbf;
}

a * {
border: none; 
} 

a
{
  outline: none;
}


/* ----- MAIN CONTENT ----- */



#content { 
width:1060px;
margin-top:5px;
min-height:629px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:629px; /* for IE5.x and IE6 */
}

/* ----- SLIDESHOW ----- */

.stepcarousel{
	margin-left: ;
	position: relative; /*leave this value alone*/
	border: ;
	overflow: scroll; /*leave this value alone*/
	width: 1060px; /*Width of Carousel Viewer itself*/
	height: 629px; /*Height should enough to fit largest content's height*/
	}

	.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	}

	.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 10px; /*margin around each panel*/
	margin-left:;
	width: 1060px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	}
	
	#titles {
	margin-top: 9px;
   margin-left: 160px;
   height: 18px;
   }

#counter {
margin-right: 155px;
font-weight:bold;
margin-top: -20px;
font-color:#bebebe;
font-size:87%;
font-family:Helvetica Neue (TT), sans-serif;
font-spacing:-1ex;
letter-spacing:-1.5px;

}





/* ----- FOOTER ----- */

#footer {
width:1060px;
height:100px;
margin-left:11px;
margin-top:20px;
text-decoration: none;
background-repeat:repeat-n;

}



