
.tab-container{
/*	
	margin:0 15px;
*/	

}

.js .tab-container{
	position:relative;
	overflow:hidden;
	width: 1000px;
}

.menu_top,
.tabs{ 
	height:70px;
	width:100%;
	padding:0 0 20px 135px;
	position:absolute;
	top:80px;
	left:0;
	
}

.menu_top,
.tabs li{
	float:left;
	padding-left:;
}

.menu_top,
.tabs a{ 
	color:#000;
	text-decoration:none;
	text-align:center;
	display:block;
	float:left;
	width:145px; 
}

.tabs li a:hover{
	color:#000;
	background: ;
}

.tabs li.active a{
	color:#003d4c;
	background:;
}
.tabs a.previous, .tabs a.next{ 

	text-indent:-5000px;
	position:absolute;
	left:0;
	top:0;
	display:block;
	width:20px;
	height:20px;
	/*
	background:url(img/tab_arrows.png) no-repeat left;
	*/
	display:none;
}

.tabs a.next{
	left:780px;
	/*
	background:url(img/tab_arrows.png) no-repeat right;
	*/
	display:none;
}

.js .panels{
	position:relative;
	width:9000px;
	left:0;
}

.panel{
	padding:0;
	position:relative;
}

.panel h2 {display:none;}

.js .panel{
	width:1000px;
	float:left;
	height:325px;
}

#home .js .panel { height:150px;}

.panel .image{
/*	
	position:absolute;
	left:15px;
	top:10px;
	padding:6px;
*/	
}

.panel .actions{
	position:absolute;
	left:560px;
	top:15px;
	list-style-type:none;
}


/* tabs */
/*	
#item1 {
	width:1000px;
	padding:0;
}
#item1 p {
	width: 270px;
}
#item1 li {
	margin-left: 34px;
}
*/	



#glider .panel ul { list-style:none;  }
#glider .panel li {  float:left; height:150px; padding:0; margin:175px 20px 0 0; background:#FFF;}
#glider .panel li a { display:block; width: 142px; height:142px; text-decoration:none; text-indent:-9999px; border: 4px solid #e7e7e7; }
#glider .panel li.last { margin-right:0;}

#glider .panel li a:hover, 
#glider .panel li a.active {width: 142px; height:142px; border:4px solid #FC0; }
#glider .panel li.last a:hover { border: 4px solid #bed62f; }

