	.contact {
	margin:auto;
	top: 50px;
	float: right;
	right: 10%;
	width: 350px;
	height: 535px;
	font-size: 18px;
	background: black;
	padding-left: 20px;
	/*white-space: nowrap;*/
	position: relative;
	overflow: hidden;
	display: none;
	color: white;
	-webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 1);
    -moz-box-shadow:    0px 0px 30px rgba(0, 0, 0, 1);
    box-shadow:         0px 0px 30px rgba(0, 0, 0, 1);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
	}
	
	.xdiv4 {
	position: relative;

	}
	.shift_button4{
	clear:both;
	float: left;
	}
	
	.slider_hover4{
	color: white;
	}
	.slider_select4{
	color: white;
	}
	
