	
.col_center {
	float:left;
	position:relative;
	height:300px;
	width:710px;
}
.col_center1 {
	float:left;
	position:relative;
	width:435px;
}

#content {
	height: 340px;
	overflow: hidden;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
}

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

.vscrollerbar {
	width: 15px;
	margin-top: -10px;
	background-color: #e7e7e7;
}

.vscrollerbarbeg {
	height: 2px !important;
	width: 36px;
/*	background: url(../images/slider_top.jpg)  no-repeat;*/
}

.vscrollerbarend {
	height: 2px !important;
	width: 19px;
	/*background: url(../images/slider_bot.jpg)  no-repeat;*/
}

.vscrollerbase {
	width: 15px;
}

.vscrollerbasebeg {
	width: 15px;
	height: 11px !important;
	background-image: url(../images/arrow_up.png);
}

.vscrollerbaseend {
	width: 19px;
	height: 11px !important;
	background-image: url(../images/arrow_down.png);
	background-repeat: repeat-y;
}

.hscrollerbase {
	height: 16px;
	background-color: white;
}

.hscrollerbar {
	height: 16px;
	background-color: black;
}

.vscrollerbar,
.hscrollerbar {
	padding: 15px;
	z-index: 2;
	left:0px;

}
