#getStarted{
	overflow:hidden;
}
#getStarted .jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 173px;
}

#getStarted .jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  173px;
    height: 173px;
}

#getStarted .jcarousel-skin-tango .jcarousel-item {
    width: 173px;
    height: 173px;
}

#getStarted .jcarousel-skin-tango .jcarousel-item-horizontal {
    /*margin-right: 10px;*/
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

#getStarted .jcarousel-list li.carousel-list-container,
#getStarted .jcarousel-item {
    float: left;
	display:inline;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 173px;
    height: 173px;
}
#relatedCarousel ul{
	margin:0;
	padding:0;
}
#relatedCarousel .jcarousel-skin-tango .jcarousel-item{
	width: 450px;
    height: 111px;
}
#relatedCarousel .jcarousel-list li.carousel-list-container,
#relatedCarousel .jcarousel-item {
    float: left;
	display:inline;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 385px;
    height: 111px;
}

#relatedLessons{
	background: transparent url(../img/bg_relatedlessons.gif) no-repeat;
	height:292px;
	width:450px;
	position:relative;
	overflow:hidden;
	margin-bottom:20px;
}
#relatedLessonsScroll{
	height:258px;
	width:430px;
	position:relative;
	overflow:hidden;
}
#relatedLessons ul{
	margin:0;
}
.relatedLessonItem{
	float:left;
	display:inline;
	width:117px;
	height:111px;
	margin-right:10px;
}
.relatedLessons h3{
	font-weight:bold;
	font-size:14px;
	color:#555555;
	padding-top:8px;
	margin:0px 0 2px 24px;
}
.relatedLessons span{
	width:117px;
	text-align:center;
	display:block;
	line-height:12px;
	}
.relatedLessons li{
	list-style:none;
	height:128px;
}
.relatedLessonItem img{
	margin: 0 0 -1px 0 !important;
}

/*** Scroll Pane ***/

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	/*height:255px !important;*/
	height:258px;
	width:430px;
}

.jScrollPaneTrack {
	position: absolute;
	/*cursor: pointer;*/
	right: 0;
	top: 0;
	height: 100%;
	/*background: #aaa;*/
}
.jScrollPaneDrag {
	position: absolute;
	background: #D42204;
	cursor: pointer;
	overflow: hidden;
	width:5px !important;
	margin-left:7px;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-color: #f00;
	height: 20px;
	
    background: transparent url(../img/btn_related_lessons_top_off.gif) no-repeat 0 0;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 20px;

    background: transparent url(../img/btn_related_lessons_bottom_off.gif) no-repeat 0 0;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

/*** Scroll Pane ***/