/* HOME PAGE
*****************************************************************************/
a.threeformed {
	background: #FFFFFF url(images/projects/new-threeformed.jpg) 0 0 no-repeat;
}
a.symbi {
	background:#FFFFFF url(images/projects/new-symbi.jpg) no-repeat scroll 0pt;
}
a.swapu {
	background:#FFFFFF url(images/projects/new-swapu.jpg) no-repeat scroll 0pt;
}
a.gz {
	background:#FFFFFF url(images/projects/new-gz.jpg) no-repeat scroll 0pt;
}

/* PROJECTS
***********************************************************/
.contacForm input[type="hidden"] {
	display:none;
}

.scroll-pane {
	height: 320px;
	width: 98%;
	padding: 0;
	float: left;
	display: block;
}

/* GRID IMAGES
***********************************************************/
#gridView ul li a img {
	display: block;
	height: 74px;
	text-indent: -1000px;
	width: 173px;
}

/* LOADER
***********************************************************/
.loader, .image-loader {
	width: 100px;
	height:16px;
	padding: 3px 0 0 19px;
	background: transparent url(images/icons/loading.gif) 0 0 no-repeat;
}
.image-loader {
	float: left;
	position: relative;
	top: 11px;
}

/* FORM
***********************************************************/
#warning_text {
	display: none;
	color: #C7FF66;
}
.contacForm input.warning,
.contacForm textarea.warning,
.contacForm select.warning {
	border-bottom: 1px dotted #C7FF66;
	background: #333333;
}

/* JHORIZONTALSCROLLPANE
***********************************************************/
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #333333;
}

.jScrollIntervalTrack { 
	position: absolute;
	color: #000000;
	top: -1px;
	margin-left: -2px;
	font-size: 12px;
	font-weight: bold;
}

.jScrollPaneDrag {
	position: absolute;
	background: #666666 url(images/wrapper/scroll-pointer.gif) top right no-repeat;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragLeft {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragRight {
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
a.jScrollArrowLeft {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
	width: 10px;
}
a.jScrollArrowLeft:hover {
	/*background-color: #f60;*/
}
a.jScrollArrowRight {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
	width: 10px;
}
a.jScrollArrowRight:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}