.tabbed_content {
	background-color: #cecece;
	width: 900px;	
	direction: rtl;
	
}

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

.tabs .moving_bg {
	padding: 15px 0 15px 0;
	background-color:#3c9ed6;
	background-image:url(../images/arrow_down_blue.gif);
	position: absolute;
	width: 300px;
	z-index: 190;
	left: 300;
	padding-bottom: 29px;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.tabs .tab_item {
	display: block;
	float: right;
	padding: 15px 0 0 0;
	width: 300px;
	color: #000;
	text-align: center;
	z-index: 200;
	position: relative;
	cursor: pointer;
	font-size: 19px;
	font-weight: bold;
}

.tabbed_content .slide_content {
		direction:ltr;
	overflow: hidden;
	background-color: #E3E3E3;
	padding: 20px 40px 20px 20px;
	position: relative;
	width: 900px;
	
}

.tabslider {
	direction:rtl;
	width: 2700px;
}

.tabslider ul {
	float: left;
	width: 900px;
	margin: 0px;
	padding: 0px;
/*	margin-right: 40px;*/
}

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

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

.tabslider ul li {
	padding-bottom: 7px;
}