div.anythingSlider {
	float:left;
	overflow: visible !important; /* needed for Opera and Safari */
	position: relative;
	padding: 0;
	margin:0;
}
div#left{
	float:left;
}

#tabs {
	list-style:none;
	width: 772px;
	text-align:center;
	padding:0px;
	margin:0px;
}
#tabs li{
	display:inline-block;
	text-indent:-9999px;
	cursor:pointer;
	width:87px;
	height:87px;
	margin:3px;
	opacity:.4;
	background-position: center center;
	font-size: 0;
}
#tabs li.active, #tabs li:hover{
	box-shadow:0px 0px 0px #000;
	margin:3px;
	opacity:1;
}
#thumbs{
	width:772px;
	overflow-y:hidden;
	/*height:93px;*/
}