.scrollable {
	overflow:			auto;
	float:				left;
}

.contentcontainer {
	float:				left;
}

.scrollertrack {
	width: 				10px;
	position: 			relative;
	background:			url(/templates/HOM/images/scrollbar_background.png) center repeat-y;
	float:				left;
	border-top:			2px solid #e6e6e6;
	border-bottom:		2px solid #e6e6e6;
	display: 			inline;
}

.scrollerknob {
	height: 			16px;
	width: 				10px;
	background: 		url(/templates/HOM/images/scrollbar_handle.png) 0 0 no-repeat;
	cursor:				pointer;
}

.scrollerknob:hover {
	background: 		url(/templates/HOM/images/scrollbar_handle.png) -10px 0 no-repeat;
}



/** small content box scrollables **/
#left .scrollable {
	height:				200px;
	width:				570px;
}

/** small content box scrollers **/
#left .scrollertrack {
/*	height:				200px; */

}

/** large content box **/
#right .scrollable {
	width:				600px;
	height:				401px;
}

#right .contentcontainer {
	margin:				10px 0 0 10px;
}

#right .scrollertrack {
	height:				401px;
	margin:				10px 0 10px 10px;
}



/** slide content box **/
#left_full_slide .scrollable {
	height:				200px;
	width:				650px;
}

#left_full_slide .contentcontainer {
	margin:				10px 0 0 25px;
	display:			inline;
}

#left_full_slide .scrollertrack {
	height:				205px;
	margin:				5px 0 5px 10px;
}
