/*-------------------------------------------------------------------
Denim Fit Guide Styles

Version: 			1.0
On:				2010.02.01
For:				FACTORY 413

---------------------------------------------------------------------*/

.stepcarousel {
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 648px;
	height: 600px; /*Height should enough to fit largest content's height*/
	border: 1px #fff solid;
}

.stepcarousel .belt {
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel {
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0; /*margin around each panel*/
	width: 400px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.panel #k-skinny,
.panel #k-slim,
.panel #klassic,
.panel #jim, 
.panel #jack {
	background: #fff url(/images/fit-guide/k-skinny.jpg) no-repeat 80% top;
	width: 648px;
	height: 600px;
	color: #fff;
	padding: 0 30px;
}

	.panel #k-slim {background: #fff url(/images/fit-guide/k-slim.jpg) no-repeat 80% top;}
	.panel #klassic {background: #fff url(/images/fit-guide/klassic.jpg) no-repeat 80% top;}
	.panel #jim {background: #fff url(/images/fit-guide/jim.jpg) no-repeat 80% top;}
	.panel #jack {background: #fff url(/images/fit-guide/jack.jpg) no-repeat 80% top;}
	
	
#fitguide dl {
	float: left;
	width: 300px;
	color: #000;
	text-align: center;
}

#fitguide dt {
	margin: 40px 0 0 0;
	padding-top: 0 !important;
	color: #000;
	font-size: 120%;
	font-weight: bold;
	text-transform: uppercase;
}

#fitguide dd {
	padding: 5px 0;
	font-size: 90%;
	text-transform: uppercase;
}


#fitguide dd.desc {
	text-transform: none;
}

/*
 #fitguide dt.jg, #fitguide dt.cm, #fitguide dt.lk, #fitguide dt.ee, #fitguide dt.tko {
	padding-top: 45px !important;
}
	#fitguide dt.jg {background: transparent url(/images/assets/sig-jg.png) no-repeat 50% 0;}
	#fitguide dt.cm {background: transparent url(/images/assets/sig-cm.png) no-repeat 50% 0;}
	#fitguide dt.lk {background: transparent url(/images/assets/sig-lk.png) no-repeat 50% 0;}
	#fitguide dt.ee {background: transparent url(/images/assets/sig-ee.png) no-repeat 50% 0;}
	#fitguide dt.tko {background: transparent url(/images/assets/sig-tko.png) no-repeat 50% 0;}
	#fitguide dt.at {background: transparent url(/images/assets/sig-at.png) no-repeat 50% 0;}
*/


