body {
	background-color: #ffffff;
	margin: 0px; padding: 0px; 
}

A:hover { color: #a00000; }

.mainnews-title {
	font-family:  tahoma, arial, verdana;
	font-size: 14px;
	font-weight: bold; 
	text-align: center; 
	color: #A00000;
	text-decoration: none; 
}

td.mainnews-pic { 
   background-image: url(http://img.hunbasket.webpont.com/art/mainnews-picback.gif); background-repeat: no-repeat; background-position: 0px 0px;
}

.mainnews-text {
	background-image: url(http://img.hunbasket.webpont.com/art/mainnews-textback.gif); background-repeat: no-repeat; background-position: middle center;
	font-family:  tahoma, arial, verdana;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	padding-left: 7px; 
	padding-right: 7px; 
	text-decoration: none;
	color: #000000;
}


.stepcarousel{
position: relative; /*leave this value alone*/
border: 0px solid black;
overflow: scroll; /*leave this value alone*/
width: 372px;
height: 325px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
div inside style=overflow: no;
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: 0px; /*margin around each panel*/
width: 372px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

