.tabbed_content {
	background: url('../img/vcard_center.png') no-repeat;
	width: 710px;
	height: 500px;
	margin: 0 auto;
	padding-top: 25px;
}

.tabs {
	height: 40px;
	position: relative;
	margin: 15px 0px 0px 510px;
	padding-top: 0px;
	/*background-color: green;*/
	width: 160px;
}

.tabs .moving_bg {
	position: absolute;
	width: 40px;
	height: 40px;
	z-index: 1;
	left: 0;
	background-position: bottom left;
	background-repeat: no-repeat;
}

.moving_bg {
	/*background-color:gray;*/
}

.tabs .tab_item {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	color: #ffffff;
	text-align: center;
	z-index: 2;
	position: relative;
	cursor: pointer;
}

.tabbed_content .slide_content {
	overflow: hidden;
	margin-top: 0px;
	margin-left: 40px;
	padding: 20px 0 20px 10px;
	position: relative;
	width: 620px;
	/*background-color: red;*/
	height: 280px;
}

.tabslider {
	width: 5000px;
}


.vcard_title {
	float: left;
	margin: 27px 0px 0px 45px;
	font-size: 30px;
	font-style: italic;
	text-shadow: #FFF 2px 2px 2px;
	font-family: "Trebuchet MS";
}

.home {
	background: url('../img/vcard_ico_home.png') no-repeat;
}
.profile {
	background: url('../img/vcard_ico_profile.png') no-repeat;
}
.cv {
	background: url('../img/vcard_ico_cv.png') no-repeat;
}
.portfolio {
	background: url('../img/vcard_ico_portfolio.png') no-repeat;
}

.info {
	float: left;
	width: 580px;
	margin: 0px;
	padding: 0px;
	margin-right: 40px;
	list-style-type: none;
}

.footer {
	/*background: blue;*/
	height: 40px;
	width: 630px;
	margin-left: 40px;
}
