@charset "UTF-8";
/* CSS Document */

.stepWrapper{
width:640px;
clear:both;
 margin-bottom:10px;

}


.stepImage{
	width:100px;
	overflow:hidden;
	height:75px;
	float:left;
}

.stepImage img{
	width:100px;
	height:75px;
}

.stepDesc{
float:right;
width:530px;

}

.sequenceWrapper{
 width:640px;
 clear:both;
 margin-bottom:20px;

}

#posesWrapper{
margin:auto;
width:568px;

}

ul#poseNav, ul#poseNav ul{
margin:0px;
padding:0px;
list-style:none;


}

ul#poseNav li.navCol{
float:left;
}

ul#poseNav li.navCol ul li a{
font-size:12px;
text-decoration:none;
display:block;
 width:140px;
 height:21px;
 background:url(../images/poseBTN.jpg) repeat-x top left;
 border: #000000 1px solid; 
 text-align:center;
 padding-top:7px;
}

ul#poseNav li.navCol ul li a:hover{
 background:url(../images/poseBTN.jpg) repeat-x bottom left;

}

ul#poseNav li.navCol ul li a.inactive:hover{
 background:url(../images/poseBTN.jpg) repeat-x top left;

}



ul#poseNav li.navCol ul li a.active{
 background:url(../images/poseBTN.jpg) repeat-x bottom left;
 
}

#yogaPlayer{
text-align:center;
width:620px;
margin:auto;
background-position:top center;

}

<!--
a.viewMoreLink {
	color: #000000;
}