.clr {
	clear:both;
	height:0;
}
.jScrollbar {
	width:550px;
	height:230px;
	overflow:hidden;
	position:relative;
	padding:0px;
}
.jScrollbar .jScrollbar_mask {
	width:500px;
	float:right;
	position:relative;
	top:0;
}
.jScrollbar .jScrollbar_mask p {
	margin:0;
	padding:0;
}
.jScrollbar .jScrollbar_draggable {
	float:left;
	width:3px;
	height:230px;
	overflow:hidden;
	background:none;
	background-color:#333;
	position:relative;
}
.jScrollbar .jScrollbar_draggable a.draggable {
	position:relative;
	background-color:#fff;
	display:block;
	height:44px;
	width:3px;
	cursor:s-resize;
}

.jScrollbar .jScrollbar_mask a {
	text-transform:uppercase;
	color: #C4B26A;
}

/*2*/
.jScrollbar2 {
	width:540px;
	height:290px;
	overflow:hidden;
	position:relative;
	margin-top: 30px;
}
.jScrollbar2 .jScrollbar_mask {
	width:500px;
	float:right;
	position:relative;
	top:0;
}
.jScrollbar2 .jScrollbar_mask p {
	margin:0;
	padding:0;
}
.jScrollbar2 .jScrollbar_draggable {
	float:left;
	width:3px;
	height:290px;
	overflow:hidden;
	background:none;
	background-color:#333;
	position:relative;
}
.jScrollbar2 .jScrollbar_draggable a.draggable {
	position:relative;
	background-color:#fff;
	display:block;
	height:44px;
	width:3px;
	cursor:s-resize;
}

.jScrollbar2 .jScrollbar_mask a, .jScrollbar2 .jScrollbar_mask a img{
	text-transform:uppercase;
	color: #C4B26A;
	border: 0px black solid;
	outline:none;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

/*3*/
.jScrollbar3 {
	width:550px;
	height:230px;
	overflow:hidden;
	position:relative;
	padding:0px;
}
.jScrollbar3 .jScrollbar_mask {
	width:500px;
	float:right;
	position:relative;
	top:0;
}
.jScrollbar3 .jScrollbar_mask p {
	margin:0;
	padding:0;
}
.jScrollbar3 .jScrollbar_draggable {
	float:left;
	width:3px;
	height:230px;
	overflow:hidden;
	background:none;
	background-color:#333;
	position:relative;
}
.jScrollbar3 .jScrollbar_draggable a.draggable {
	position:relative;
	background-color:#fff;
	display:block;
	height:44px;
	width:3px;
	cursor:s-resize;
}

.jScrollbar3 .jScrollbar_mask a {
	text-transform:uppercase;
	color: #C4B26A;
}

/*4*/
.jScrollbar4 {
	width:100%;
	height:138px;
	overflow:hidden;
	position:relative;
	padding:0px;
}
.jScrollbar4 .jScrollbar_mask {
	width:95%;
	float:right;
	position:relative;
	top:0;
}
.jScrollbar4 .jScrollbar_mask p {
	margin:0;
	padding:0;
}
.jScrollbar4 .jScrollbar_draggable {
	float:left;
	width:3px;
	height:138px;
	overflow:hidden;
	background:none;
	background-color:#333;
	position:relative;
}
.jScrollbar4 .jScrollbar_draggable a.draggable {
	position:relative;
	background-color:#fff;
	display:block;
	height:44px;
	width:3px;
	cursor:s-resize;
}

.jScrollbar4 .jScrollbar_mask a {
	text-transform:uppercase;
	color: #C4B26A;
}
