.inner960Wrapper
{
	position: relative;
	width: 960px;
	margin: 0px auto;
}

.serviceWrapper
{
	position: relative;
	width: 100%;

	background: url('../images/testimonial/realUserBg.jpg') no-repeat top center;
	background-color: #e6e4df;

	padding-bottom: 40px;
}

.leftContent
{
	position: relative;
	width: 570px;
	margin-right: 25px;
	float: left;
}

.rightContent
{
	position: relative;
	width: 365px;
	float: right;
}

.stepWrapper
{
	position: relative;
	display: block;

	width: 100%;
	text-decoration: none;

/*	opacity: 0.7;
	filter: alpha(opacity=70);*/

	-webkit-transition: opacity 0.25s linear;
	-moz-transition: opacity 0.25s linear;
	-ms-transition: opacity 0.25s linear;
	-o-transition: opacity 0.25s linear;
	transition: opacity 0.25s linear;

	margin-bottom: 20px;

	cursor: default;
}	

/*.stepWrapper:hover,
.stepWrapper.selected
{
	opacity: 1;
	filter: alpha(opacity=100);
}*/

.stepWrapper p
{
	padding-right: 50px;
}

.videoContainer
{
	position: relative;
	width: 570px;
	height: 310px;
	background-color: #000;
}

.videoContainer iframe
{
	display: block;
}

.videoIndicatorWrapper
{
	position: relative;
	width: 100%;
	height: 80px;
	margin-bottom: 40px;
	background: url('../images/service/videoIndicatorWrapper.png');
	text-align: center;
}

.clickIconWrapper
{
	position: absolute;
	width: 100%;
	height: 60px;
	left: 0px;
	bottom: 0px;
}

.indicator
{
	position: relative;
	width: 200px;
	height: 60px;
	margin: 0px 10px;

	/*opacity: 0.7;
	filter: alpha(opacity=70);*/

	-webkit-transition: opacity 0.25s linear;
	-moz-transition: opacity 0.25s linear;
	-ms-transition: opacity 0.25s linear;
	-o-transition: opacity 0.25s linear;
	transition: opacity 0.25s linear;

	cursor: default;
}

/*.indicator:hover,
.indicator.selected
{
	opacity: 1;
	filter: alpha(opacity=100);
}
*/
/*.indicator:hover .timelineIcon,
.indicator.selected .timelineIcon
{
	-webkit-animation: enlargeBounce 1s;
	-moz-animation: enlargeBounce 1s;
	-ms-animation: enlargeBounce 1s;
	animation: enlargeBounce 1s;
}*/

.stepArrow
{
	position: relative;
	width: 30px;
	height: 30px;
	background: url('../images/service/indicatorArrow.png');
}


.timelineIcon
{
	position: absolute;
	width: 12px;
	height: 12px;
	left: 50%;
	margin-left: -6px;
	top: -18px;
}


.medicalLicenseWrapper
{
	position: relative;
	width: 100%;
	height: 570px;
	background: url('../images/service/medicalLicenseBg.jpg') no-repeat top center;
	background-color: #dde1e2;
}

.medicalLicenseWrapper .inner960Wrapper
{
	height: 570px;
}

.medicalLicenseWrapper .promiseTextWrapper1
{
	position: absolute;
	width: 520px;
	top: 120px;
	left: 0px;
}

.medicalLicenseWrapper .promiseTextWrapper2
{
	position: absolute;
	width: 350px;
	top: 280px;
	left: 620px;
}

.medicalLicenseWrapper .promiseTextWrapper2 .btnStyle
{
	position: absolute;
	top: 30px;
	right: 0px;
}