body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #d2d2d2;
	background-image: url(images/bkg_page.gif);
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #3c3c3c;
}
img {/* border style for all images */
  border: 0;
}
a {
  outline: none;
}
a.pagelink:link {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #3c3c3c;
	text-decoration: underline;
}
a.pagelink:visited {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #3c3c3c;
	text-decoration: underline;
}
a.pagelink:hover {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #3c3c3c;
	text-decoration: none;
}
a.pagelink:active {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #3c3c3c;
	text-decoration: none;
}
.footertext {
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	color: #666666;
}
a.footerlink:link {
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}
a.footerlink:visited {
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}
a.footerlink:hover {
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
a.footerlink:active {
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
a.portofoliulink:link {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #ffffff;
	display: block;
	text-decoration: none;
	line-height: 25px;
}
a.portofoliulink:visited {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #ffffff;
	display: block;
	text-decoration: none;
	line-height: 25px;
}
a.portofoliulink:hover {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #ffffff;
	display: block;
	text-decoration: none;
	line-height: 25px;
}
a.portofoliulink:active {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #ffffff;
	display: block;
	text-decoration: none;
	line-height: 25px;
}
.titlu {
	font-size: 22px;
	color: #3c3c3c;
}
.titlurosu {
	font-size: 32px;
	color: #990000;
}
.stepcarousel{
position: relative; /*leave this value alone*/
border: 0px solid white;
overflow: scroll; /*leave this value alone*/
width: 621px;
height: 201px; /*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: 0px; /*margin around each panel*/
width: 621px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}