/* branty tabs */

.tabbed_content {
	
	
	width: 1000px;	
}

.tabs {
	margin-top:-66px;
	height: 66px;
	position: relative;
	background-image:url(../images/backgroundSlider.png);
	background-repeat:repeat-x;
	/* need for IE 8 */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

	filter:alpha(opacity=80);
	/* CSS3 standard */
	opacity:0.8;
	/* Filter works on IE
	Filter: Blur(Add = 1, Direction = 1, Strength = 1);
	*/
	
}

.tabs .moving_bg {
	padding-top:27px;
	
	background-image:url(../images/sliderPSD.png);
	position: absolute;
	width: 151px;
	z-index: 190;
	left: 0;
	padding-bottom: 28px;
	background-position: bottom left;
	background-repeat: no-repeat;
}

.tabs .tab_item {
	display: block;
	float: left;
	padding-top:34px;
	width: 160px;
	
	text-align: center;
	z-index: 200;
	position: relative;
	cursor: pointer;
	font-size:16px;
	font-family:Arial;
	color:#ffffff;
	
	
}

.tabbed_content .slide_content {
	overflow: hidden;
	background-color: #ffffff;
	padding: 2px 0px 0px 0px;
	position: relative;
	height:475px;
	width: 1000px;
}

.tabslider {
	width: 8000px;
}

.tabslider ul {
	float: left;
	width: 1000px;
	margin: 0px;
	padding: 0px;
	
}

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

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

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