BODY {
	background-color: #3A3A3A;
}
#content-container{
	background-color: #3A3A3A;
	background-image: url('images/industrial_bg.jpg');
	
}
/* jcarousel-skin*/
.services-galeries-holder{
	overflow:hidden;
	position:relative;
}
.services-galeries-holder .service-gallery{
	margin:10px 0;
	overflow:hidden;
	position:relative;
}
.services-galeries-holder .service-gallery .gallery-ttl{
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
	position: relative;
}
.services-galeries-holder .service-gallery .gallery-ttl .ttl-left{
	background-image: url('images/gallery_industrial/ttl_left.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 27px;
	height: 20px;
	float: left;
	display: block;
}
.services-galeries-holder .service-gallery .gallery-ttl .ttl-middle{
	background-image: url('images/gallery_industrial/ttl_middle.png');
	background-repeat: repeat-x;
	background-position: left bottom;
	min-width: 100px;
	height: 20px;
	float: left;
	display: block;
	color: #b9b7b5;
	font-size: 12px;
	font-weight: bold;
	padding: 0 20px 0 5px;
	line-height: 22px;
}
.services-galeries-holder .service-gallery .gallery-ttl .ttl-right{
	background-image: url('images/gallery_industrial/ttl_right.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 95px;
	height: 20px;
	float: left;
	display: block;
}

.services-galeries-holder .service-gallery .scroll-right-hldr{
	background-image: url('images/gallery_industrial/scroll_right_bg.png');
	background-repeat: no-repeat;
	background-position: left top;
	width: 27px;
	height: 150px;
	display: block;
	
}
.services-galeries-holder .service-gallery .scroll-right-hldr .scroll-right{
	background-image: url('images/gallery_industrial/scroll_right.png');
	background-repeat: no-repeat;
	background-position: left top;
	width: 27px;
	height: 150px;
	display: block;
	
}
.services-galeries-holder .service-gallery .scroll-left-hldr{
	background-image: url('images/gallery_industrial/scroll_left_bg.png');
	background-repeat: no-repeat;
	background-position: left top;
	width: 27px;
	height: 150px;
	display: block;
	
}
.services-galeries-holder .service-gallery .scroll-left-hldr .scroll-left{
	background-image: url('images/gallery_industrial/scroll_left.png');
	background-repeat: no-repeat;
	background-position: left top;
	width: 27px;
	height: 170px;
	display: block;
	position: absolute;
	top: -20px;
}
.services-galeries-holder .service-gallery .scroll-right-hldr{}
.jcarousel-skin-eurokerb .jcarousel-container {
    
}

.jcarousel-skin-eurokerb .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-eurokerb .jcarousel-container-horizontal {
    width: 940px;
    padding: 0;
}


.jcarousel-skin-eurokerb .jcarousel-clip-horizontal {
    width:  883px;
    height: 150px;
    background-image: url('images/gallery_industrial/thumbnail_bg.png');
    margin: 0 27px;
}

.jcarousel-skin-eurokerb .jcarousel-item {
    width: 110px;
    height: 150px;
}

.jcarousel-skin-eurokerb .jcarousel-item-horizontal {
	margin: 0px
}
.jcarousel-skin-eurokerb .jcarousel-item img{
	margin:10px 5px 3px 5px;
	width: 98px;
	height: 98px;
	border: 1px solid #CCC;
}
.jcarousel-skin-eurokerb .jcarousel-item span{
	margin: 0 5px;
	display: block;
	overflow: hidden;
	font-size: 11px;
}

.jcarousel-skin-eurokerb .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin: 0px;
}



.jcarousel-skin-eurokerb .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-eurokerb .jcarousel-next-horizontal {
    position: absolute;
    top: 0;
    right: 5px;
    width: 27px;
    height: 150px;
    cursor: pointer;
}

.jcarousel-skin-eurokerb .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
}

.jcarousel-skin-eurokerb .jcarousel-next-horizontal:hover {
}

.jcarousel-skin-eurokerb .jcarousel-next-horizontal:active {
}

.jcarousel-skin-eurokerb .jcarousel-next-disabled-horizontal .scroll-right,
.jcarousel-skin-eurokerb .jcarousel-next-disabled-horizontal:hover .scroll-right,
.jcarousel-skin-eurokerb .jcarousel-next-disabled-horizontal:active .scroll-right{
	background-image: url('images/gallery_industrial/scroll_right_i.png') !important;
    cursor: default;
}

.jcarousel-skin-eurokerb .jcarousel-prev-horizontal {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 27px;
    height: 150x;
    cursor: pointer;
}

.jcarousel-skin-eurokerb .jcarousel-direction-rtl .jcarousel-prev-horizontal {
}

.jcarousel-skin-eurokerb .jcarousel-prev-horizontal:hover {
}

.jcarousel-skin-eurokerb .jcarousel-prev-horizontal:active {
}

.jcarousel-skin-eurokerb .jcarousel-prev-disabled-horizontal .scroll-left,
.jcarousel-skin-eurokerb .jcarousel-prev-disabled-horizontal:hover .scroll-left,
.jcarousel-skin-eurokerb .jcarousel-prev-disabled-horizontal:active .scroll-left{
	background-image: url('images/gallery_industrial/scroll_left_i.png') !important;
    cursor: default;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #888888;
	position: relative;
}

.jspDrag
{
	background: #494949;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}