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




#excercisewrapper {
float:left;
width:663px;
padding-top:20px;
}




.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: auto;
			width: 660px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	
			clear: both;
			background: #fff;
}
		
		
.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
	
/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; background: #fff; overflow: scroll}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

		
.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}
		
.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	position: relative;
	width: 660px; /* Also specified in  .stripViewer  above */
	
}
		
.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
}
		
.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	display:none;
	margin: auto;
}
		
.stripNav ul { /* The auto-generated set of links */
	list-style: none;
}
		
.stripNav ul li {
	float: left;
	margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}
		
.stripNav a { /* The nav links */
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	background: #c6e3ff;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 15px;
}
		
.stripNav li.tab1 a { background: #60f }
.stripNav li.tab2 a { background: #60c }
.stripNav li.tab3 a { background: #63f }
.stripNav li.tab4 a { background: #63c }
.stripNav li.tab5 a { background: #00e }
		
.stripNav li a:hover {
	background: #333;
}
		
.stripNav li a.current {
	background: #000;
	color: #fff;
			
}
	
.stripNavL, .stripNavR { /* The left and right arrows */
	display:none;
}
	
	
.wrapper{
	height:292px;
}	

.wrapper p {
margin:0;
}

#exercisenums{
list-style:none;
padding:357px 0px 0px 0px;
clear:none;
margin-left:15px;
}

#exercisenums li {
float:left;
clear:none;
}

#exercisenums a:link, #exercisenums a:visited, #exercisenums a:active{
	display:block;
	float:left;
	width:26px;
	height:27px;
	background-repeat:no-repeat;
	padding-right:10px;
	clear:none;
}
 
 #exercisenums img{
 	float:left;
	width:25px;
	height:25px;
	margin-right:10px;
	clear:none;
 }
 
 #num1 a:link,  #num1 a:visited,  #num1 a:active{
	
		background-image:url('../images/brown1.gif');
}

#num1 a:hover{
background-image:url('../images/orange1.gif');

}


#num2 a:link, #num2 a:visited, #num2 a:active{
		background-image:url('../images/brown2.gif');

}

#num2 a:hover{
	background-image:url('../images/orange2.gif');

}


#num3 a:link,  #num3 a:visited,  #num3 a:active{
	background-image:url('../images/brown3.gif');

}

#num3 a:hover{
	background-image:url('../images/orange3.gif');

}

#num4 a:link,  #num4 a:visited,  #num4 a:active{
	background-image:url('../images/brown4.gif');

}

#num4 a:hover{
	background-image:url('../images/orange4.gif');

}




.selected{
	color:#47D1E6!important;
}
		
.fire1 {
	background-image:url("../images/exercise/fire1.jpg");
}

.fire2 {
	background-image:url("../images/exercise/fire2.jpg");
}
	
.inner1 {
	background-image:url("../images/exercise/inner1.jpg");
}

.inner2 {
	background-image:url("../images/exercise/inner2.jpg");
}

.inner3 {
	background-image:url("../images/exercise/inner3.jpg");
}	
.twister1{
	background-image:url("../images/exercise/twister1.jpg");
}		

	
.twister2{
	background-image:url("../images/exercise/twister2.jpg");
}		

	
.twister3{
	background-image:url("../images/exercise/twister3.jpg");
}		

.core1 {
	background-image:url("../images/exercise/core1.jpg");
}

.core2 {
	background-image:url("../images/exercise/core2.jpg");
}

.power1 {
	background-image:url("../images/exercise/powerplank1.jpg");
}

.power2 {
	background-image:url("../images/exercise/powerplank2.jpg");
}

.goddess1 {
		background-image:url("../images/exercise/goddess1.jpg");

}

.goddess2 {
		background-image:url("../images/exercise/goddess2.jpg");

}

.goddess3 {
		background-image:url("../images/exercise/goddess3.jpg");

}

.goddess4 {
		background-image:url("../images/exercise/goddess4.jpg");

}


.show1 {
		background-image:url("../images/exercise/showlove1.jpg");

}

.show2 {
		background-image:url("../images/exercise/showlove2.jpg");

}

