
.presentation
{
	margin-top: 30px;
	direction: ltr;
}

.stage
{
	width: 500px;
	text-align: left !important;
}

.stage H1
{
	color: #88BCE4;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 30px 0;
}

.stage0Image
{
	width: 500px;
	height: 240px;
	background: url(/images/presentation/image0.png) no-repeat;
	float: left;
}

.stage1Text H1
{
	color: #88BCE4;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 30px 0;
}

.stage1Image
{
	margin-top: 0px;
	width: 118px;
	height: 220px;
	background: url(/images/presentation/image1.png) no-repeat;
	float: left;
}

.stage1Text
{
	float: right;
	width: 382px;
}

.stage1Text P
{
	color: #7C7C7C;
	font-family: Arial;
	font-size: 15px;
	padding: 15px 30px 0;
	line-height: 20px;
	direction:ltr;
}

.stage2Image
{
	margin-top: 5px;
	width: 191px;
	height: 220px;
	background: url(/images/presentation/image2.png) no-repeat;
	float: left;
}

.stage2Text
{
	float: right;
	width: 309px;
}

.stage2Text H1
{
	padding: 10px 0 0;	
}

.stage2Text P
{
	color: #7C7C7C;
	font-family: Arial;
	font-size: 15px;
	padding: 15px 0 0;
	line-height: 20px;
	direction:ltr;
}

.stage3Image
{
	margin-top: 5px;
	width: 234px;
	height: 220px;
	background: url(/images/presentation/image3.png) no-repeat;	
	float: left;
}

.stage3Text
{
	float: right;
	width: 266px;
}


.stage3Text H1
{
	padding: 10px 0 0 5px;	
}

.stage3Text P
{
	color: #7C7C7C;
	font-family: Arial;
	font-size: 15px;
	padding: 15px 5px 0;
	line-height: 20px;
	direction:ltr;
}

.stage4Image
{
	margin-top: 10px;
	width: 270px;
	height: 220px;
	background: url(/images/presentation/image4.png) no-repeat;	
	float: left;
}

.stage4Text
{
	float: right;
	width: 230px;
}

.stage4Text H1
{
	padding: 10px 0 0 5px;	
}

.stage4Text P
{
	color: #7C7C7C;
	font-family: Arial;
	font-size: 15px;
	padding: 15px 0 0 5px;
	line-height: 20px;
	direction:ltr;
}

.stage5Image
{
	margin-top: 5px;
	width: 242px;
	height: 220px;
	background: url(/images/presentation/image5.png) no-repeat;	
	float: left;
}

.stage5Text
{
	float: right;
	width: 258px;
}

.stage5Text H1
{
	padding: 10px 0 0 5px;	
}

.stage5Text P
{
	color: #7C7C7C;
	font-family: Arial;
	font-size: 15px;
	padding: 15px 5px 0;
	line-height: 20px;
	direction:ltr;
}

.stage6Image
{
	margin-top: 10px;
	width: 226px;
	height: 220px;
	background: url(/images/presentation/image6.png) no-repeat;
	float: left;
}

.stage6Text
{
	float: right;
	width: 274px;
}

.stage6Text H1
{
	padding: 10px 0 0 10px;	
}

.stage6Text P
{
	color: #7C7C7C;
	font-family: Arial;
	font-size: 15px;
	padding: 15px 10px 0;
	line-height: 20px;
	direction:ltr;
}

.carousel-component .carousel-list li
{
	float: left !important;
}

.c_prev
{
	left: 0px !important;
	right: auto !important;
}

.c_next
{
	right: auto !important;
	left: 552px !important;
}

.indicators li a:hover, .indicators li.selected a
{
	background-position:center -6px;
}
.indicators li a 
{
	background-position:center 6px;
}

* HTML .indicators li a:hover, * HTML .indicators li.selected a
{
	background-position:center -8px;
}
* HTML .indicators li a 
{
	background-position:center 4px;
}

#outerWrapper
{
	border: solid 1px #C3C3C3;
	padding: 0 0 15px 15px;
	margin-bottom: 110px;
	width: 603px;
}