.tabbed_content {
	background-color: #ffffff;
	width: 628px;	
}

.tabs {
	height: 67px;
	position: relative;
}

.tabs .moving_bg {
	line-height: 55px;
	/*padding: 15px;*/
	background-color:#e7d5a9;
	background-image:url(../images/tab_bg.png);
	position: absolute;
	width: 157px;
	z-index: 190;
	left: 0;
	padding-bottom: 29px;
	background-position: bottom left;
	background-repeat: no-repeat;
}

.tabs .tab_item {
	line-height: 55px;
	display: block;
	float: left;
	/*padding: 15px;*/
	width: 157px;
	color: #333333;
	text-align: center;
	z-index: 200;
	position: relative;
	cursor: pointer;
	font-weight: bold;
}

/*.tab_item a:link, .tab_item a:visited {
	text-decoration: none;
	color: #009ee0;
}

.tab_item a:hover {
	color: #ffffff;
}*/

.tabbed_content .slide_content {
	overflow: hidden;
	/*background-color: #000000;*/
	background-color: transparent;
	padding: 20px 0 20px 20px;
	position: relative;
	width: 601px;
}

.tabslider {
	width: 5000px;
}

.tabslider ul {
	float: left;
	/*563*/
	width: 563px;
	margin: 0px;
	padding: 0px;
	margin-right: 38px;
	background-color: #ffffff;
	position: relative;
}

.tabslider ul p {
	color: #333333;
	padding-bottom: 18px;
	line-height: 1.4;
	font-size: 14px;
	width: 582px;
}


.tabslider ul a {
	color: #333333;
	text-decoration: none;
}

.tabslider ul a:hover {
	color: #aaaaaa;
}

.tabslider ul li {
	padding-top: 15px;
	padding-bottom: 7px;
	/*padding-right: 0;*/
	list-style: none;
	height: 846px;
}

.tabslider ul li div {
	width: 580px;
	height: 680px;
	position: absolute;
	bottom: 5px;
}

.img_frame {
	width: 580px;
	height: 609px;
	background-image: url(../images/img_bg.png);
	background-repeat: no-repeat;
	position: relative;
}

#placeholder, #placeholder2, #placeholder3, #placeholder4 {
	position: absolute;
	top: 9px;
	left: 7px;
	border: 1px solid #ffffff;
}

.tabslider p.gallery {
	position: absolute;
	left: 5px;
	top: 790px;
	z-index: 10;
	width: 580px;
	height: 66px;
	margin: 0;
	padding: 0;
	display: block;
}

.gallery img {
	border: none;
	width: 64px;
	height: 64px;
	margin: 0;
	padding: 0;
	/*border: 2px solid #ffffff;*/
	
}

p.gallery a:link, .gallery a:hover, .gallery a:visited {
	margin-right: 5px;
	width: 64px;
	height: 64px;
	/*border: 3px solid white;
	padding: 2px;
	margin: 2px;
	background-color: #e7d5a9;*/
}

.selected {
	border: 3px solid #e7d5a9;
}

/*.gallery {
	width: 580px;
}*/





