/* CSS Document */


.holder {float: left;}


#p370-420 {height:370px; width:420px; z-index:0}
#p370-240 {height:370px; width:240px; z-index:0}
#p235-167 {height:235px; width:167px; z-index:0}
#p420-130 {width:420px;	height:130px; z-index:0}
#p315-380 {width:330; height:380px; z-index:0;}
#p315-410 {width:330; height:380px; z-index:0;}
#p250-320 {width:300px; height:320px; z-index:0}
#p500-300 {width:490px; height:300px; z-index:0;}
#p575-300 {width:575px; height:300px; z-index:0;}
#p900-300 {width:900px; height:300px; z-index:0;}
#p380-80 {width:380px; height:80px; z-index:0}

.scroll-userrecepie {
	width: 385px; 
	overflow: auto;	float: left;
}

.scroll-vacatures {
	width: 840px;
	overflow: auto;	float: left;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: url(../img/bg_vert_scroll_pane.gif);
}
.jScrollPaneDrag {
	position: absolute;
	background: url(../img/bg_vert_scroll.gif);
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

.new .jScrollPaneTrack {
	background: url(../img/osx_track.gif) repeat-y;
}
.new .jScrollPaneDrag {
	background: url(../img/osx_drag_middle.gif) repeat-y;
}
.new .jScrollPaneDragTop {
	background: url(../img/osx_drag_top.gif) no-repeat;
	height: 6px;
}
.new .jScrollPaneDragBottom {
	background: url(../img/osx_drag_bottom.gif) no-repeat;
	height: 7px;
}
.new a.jScrollArrowUp {
	height: 24px;
	background: url(../img/osx_arrow_up.png) no-repeat 0 -30px;
}
.new a.jScrollArrowUp:hover {
	background-position: 0 0;
}
.new a.jScrollArrowDown {
	height: 24px;
	background: url(../img/osx_arrow_down.png) no-repeat 0 -30px;
}
.new a.jScrollArrowDown:hover {
	background-position: 0 0;
}



.trans .jScrollPaneTrack {
	background: url(../img/trans_track.png) repeat-y;
}
.trans .jScrollPaneDrag {
	background: url(../img/trans_drag_middle.png) repeat-y;
}
.trans .jScrollPaneDragTop {
	background: url(../img/trans_drag_top.png) no-repeat;
	height: 6px;
}
.trans .jScrollPaneDragBottom {
	background: url(../img/trans_drag_bottom.png) no-repeat;
	height: 7px;
}
.trans a.jScrollArrowUp {
	height: 24px;
	background: url(../img/trans_arrow_up.png) no-repeat 0 -30px;
}
.trans a.jScrollArrowUp:hover {
	background-position: 0 0;
}
.trans a.jScrollArrowDown {
	height: 24px;
	background: url(../img/trans_arrow_down.png) no-repeat 0 -30px;
}
.trans a.jScrollArrowDown:hover {
	background-position: 0 0;
}


