﻿

#homepage-slider {background:transparent; width:100%; display:block; }
		#homepage-slider .home-slide {width:100%; display:block;  display:none; width: 100%; background-size: cover; background-position: center center; background-repeat:no-repeat; }
			.slide-info {display: table;width: 100%; height:100%;}
			.down-arrow{ 
				z-index: 99999; 
				display: block; background: transparent url(../images/pagedown.png) 0 0 no-repeat; width:54px; height: 32px; text-indent: -999em;
				position: absolute; bottom: 20px; left: 50%; margin-left: -27px;
			}
			
			.up-arrow{ 
				z-index: 99999; 
				display: block; 
				background: transparent url(../images/pageup.png) 0 0 no-repeat; width:54px; height: 20px; text-indent: -999em;
				position: absolute; bottom: 56px; left: 50%; margin-left: -27px;
			}
			.contact-arrow{ 
				z-index: 99999; 
				display: block; 
				/*background: transparent url(../images/pagecontact.png) 0 0 no-repeat;*/ 
				text-indent: -999em;
				width:94px; 
				height: 32px; 
				margin-left: -48px;
				text-indent:0px;
				color: #fff;
				border-top: 1px solid #fff;
				font-size: 10px;
				text-align: center;
				padding-top: 10px;
				left: 50%; 
				position: absolute; 
				bottom: 10px; 
			}
					#name.error, #telephone.error, #email.error, #comments.error{
			border: 1px solid red;
		}
