/*Defined scroll pane styles */
.scroll-pane {
	width: 400px;
	height: 325px;
	overflow: auto;
	float: left;
}

#charTMM {
	height:250px;
}

#readyMeals {
	height:215px;
}

#mealIngredients {
	height:240px;
}

#aLaCarte {
	height:240px;
}

#whereToBuy {
	height:360px;
	margin-left:-30px;
	width:220px;	
}

#useful_links {
	width: 441px;
}

#recipe_box {
	height:320px;
	width:420px;
}

#stockist {
	width:420px;
	height:320px;
}


/*JScrollPane CSS - Override */
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding-right:0px;
}

.jScrollPaneTrack{
	position:absolute;
	cursor:pointer;
	right:0;top:0;
	height:100%;
	background: url(../images/scrollpane/track.gif);
}

.jScrollPaneDrag {
	background: url(../images/scrollpane/middle.gif);
}

.jScrollPaneDragTop {
	background: url(../images/scrollpane/top.gif) no-repeat;
	height: 4px;
}

.jScrollPaneDragBottom {
	background: url(../images/scrollpane/bottom.gif) no-repeat;
	height: 4px;
}