#welcome {
	
}

#welcome #welcome_image {
	background: none ! important;
	position: relative;
}

#welcome #welcome_image div {
	display: none;
	height: 273px;
	position: relative;
}

#welcome #welcome_image .text {
	position: absolute;
	left: 367px;
	top: 26px;
	width: 382px;
	height: 156px;
	display: block;
	color: white;
}

#welcome #welcome_image .text h2 {
	color: white;
	font-size: 18pt;
	font-weight: normal;
	margin: 0px;
}

#welcome #welcome_image .step0 {
	display: block;
	width: 773px;
	position: relative;
	overflow: hidden;
	background-image: url(images/box0.jpg);
}

#welcome #welcome_image .step0 img {

}

#welcome #welcome_image .step0 .text {
	display:block;
	height:104px;
	left:27px;
	top:65px;
	width:399px;	
}

#welcome #welcome_image .step1 {
	background-image: url(images/box1.jpg);
}

#welcome #welcome_image .step1 .text h2,
#welcome #welcome_image .step1 .text {
	color: black;
}

#welcome #welcome_image .step2 {
	background-image: url(images/box2.jpg);
}

#welcome #welcome_image .step2 .text {
	left: 26px;
	width: 342px;
	color: black;
}
#welcome #welcome_image .step2 .text h2 {
	color: black;
}

#welcome #welcome_image .step3 {
	background-image: url(images/box3.jpg);
}

#welcome #welcome_image .step3 .text {
	left: 373px;
}

#welcome #welcome_image .step4 {
	background-image: url(images/box4.jpg);
}

#welcome #welcome_image .step4 .text {
	left:10px;
	top: 10px;
}

#welcome .steps div {
	height: 58px;
	float: left;
	cursor: pointer;
	padding: 5px;
	font-size: 12pt;
	color: white;
}

.steps .step1 {
	background: url(images/step1.jpg);
	width: 187px;
}

.steps .step2 {
	background: url(images/step2.jpg);
	width: 186px;
}

.steps .step3 {
	background: url(images/step3.jpg);
	width: 181px;
}
.steps .step4 {
	background: url(images/step4.jpg) right top no-repeat;
	width: 179px;
}

#step0Content {
   position: absolute;
   top: 0; 
   margin: 0px; 
   padding: 0px;
   width: 296px;
   left: 420px;
   height: 159px;
   top: 33px;
   overflow: hidden;
}

.step0Image {
   float: left; 
   position: relative; 
   display: none;
   list-style: none;
}

.step0Image span {
   position: absolute; /* important */
   width: 296px ! important;
   padding: 5px;
   background-color: #000;
   filter: alpha(opacity=60); /* here you can set the opacity of box with text */
   -moz-opacity: 0.6; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.6; /* here you can set the opacity of box with text */
   opacity: 0.6; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   overflow: hidden;
}

.step0Image span h2 {
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 12pt;
}

.step0Image span a {
	color: green;
	font-weight: bold;
	font-size: 10pt;
} 

.step0Image span.top {
	top: 0px;
	left: 0px;
	height: 60px;	
}

.step0Image span.bottom {
	top: 0px;
	left: 0px;
	height: 45px;	
}

.clear {
   clear: both;
} 

