/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */


#mycustomscroll {
/* Typical fixed height and fixed width example */
	width: 100%;
	height: 100%;
	overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background:none;
	margin:0px 0px 0 0px;
	padding:0px 10px 0 0px;
	cursor:text;
}

#mycustomscroll_ourbrand {
/* Typical fixed height and fixed width example */
	width: 100%;
	height: 100%;
	overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	padding-right:25px;
	cursor:text;
	width:285px; 
	height:340px; 
}

#mycustomscroll_store {
/* Typical fixed height and fixed width example */
	width: 341px;
	height: 340px;
	overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background:none;
	margin:0px 0px 0 0px;
	padding:0px 12px 0 0px;
	cursor:text;
	background: url(../images/backgrounds/storefinder_bgline.gif) repeat-y;
	overflow-x:hidden;
}

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}

.vscrollerbase {
	width: 11px;
	height:11px;
	background:transparent url(../images/scroll/scroll_bg.png) repeat-y;
	cursor:pointer;
}

.vscrollerbar {
	width: 11px;
	height:7px;
	padding:7px 0 0px 0px;
	background:transparent url(../images/scroll/scroll_circle.png) no-repeat top;
	cursor:pointer;
}

.vscrollerbasebeg {
	height: 11px; width: 11px;
	background: url(../images/scroll/scroll_arrow_top.png) 0px 0px no-repeat;
	/* height is auto set to fill the base */
}

.vscrollerbaseend {
	height: 11px; width: 11px;
	background: url(../images/scroll/scroll_arrow_bottom.png) 0px 0px no-repeat;
}

.vscrollerbase_green {
	width: 11px;
	height:11px;
	background:transparent url(../images/scroll/green_scroll_bg.png) repeat-y;
	cursor:pointer;
}

.vscrollerbar_green {
	width: 11px;
	height:7px;
	padding:7px 0 0px 0px;
	background:transparent url(../images/scroll/green_scroll_circle.png) no-repeat top;
	cursor:pointer;
}

.vscrollerbasebeg_green {
	height: 11px; width: 11px;
	background: url(../images/scroll/green_scroll_arrow_top.png) 0px 0px no-repeat;
/* height is auto set to fill the base */
}

.vscrollerbaseend_green {
	height: 11px; width: 11px;
	background: url(../images/scroll/green_scroll_arrow_bottom.png) 0px 0px no-repeat;
}
