@charset "UTF-8";
/* CSS Document for the social media slider */

body {
	margin: 0;
/*	padding: 75px 0 0; */
}

.slide-panel {
	z-index: 1005;
	width: 5px;
	position: absolute;
}

.bottom {
	bottom: 0;
}

.right {
}

.left {
	position: absolute;
	left: 0;
}

.top {
	top: 0;
}

.content {
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: center;
	background-image:url(../images/bgline.png);
	background-repeat:repeat-x;
	height: 0;
	width: 100%;
	color: #fff;
}

.slide-button {
	background-image:url(../images/tab3.png);
	background-repeat:no-repeat;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 120px;
	z-index: 20;
	cursor: pointer;
	height: 32px;
	padding-top: 8px;
	text-align: center;
	color: #ffffff;
	margin-right:100px;

}

.slide-button:hover {
	color: #F47521;
}
