/*    anythingSlider v1.0        By Chris Coyier: http://css-tricks.com    with major improvements by Doug Neiner: http://pixelgraphics.us/    based on work by Remy Sharp: http://jqueryfordesigners.com/*/.anythingSlider	{ background-color:#EBE7CE;height:290px;	margin: 0 auto 10px auto;	position: relative; 	width: 100%;		-webkit-box-shadow: 0px 0px 10px #696333; 	-moz-box-shadow: 0px 0px 10px #696333; 	box-shadow: 0px 0px 10px #696333;}.anythingSlider .wrapper	{	height: 250px; 	margin: 0 40px; 	overflow: auto;  	position: absolute;		top: 5px;		left: 5px;	width: 880px;	}.anythingSlider .wrapper ul	{ 	width: 99999px; 	list-style: none;	position: absolute; 		top: 0;		left: 0; 	margin: 0;}.anythingSlider ul li	{ 	display: block;	float: left;	padding: 0;	height: 290px;	width: 880px;	margin: 0;}.anythingSlider .arrow	{ 	background-repeat:no-repeat;	display: block;	height: 200px;	width: 67px;	text-indent: -9999px;	position: absolute; 		top: 120px;	cursor: pointer;}.anythingSlider .forward	{	background-image: url(../images/btn_next.gif);	background-position: 0 0;	right: -20px;}.anythingSlider .back	{		background-image:url(../images/btn_prev.gif);		left: 10px;}.anythingSlider .forward:hover	{}.anythingSlider .back:hover	{}#thumbNav 	{	position: relative;		top: 265px;	text-align: right;	width:890px;}#thumbNav a	{	color:#3E2F2C;	display: -moz-inline-box;	display: inline-block;	font-family: "Century Gothic Bold", "CenturyGothic-Bold", "Century Gothic", Arial, Helvetica, sans-serif;	font-size:13px;	margin-right: 3px;	padding: 1px 3px;	text-decoration:none;}#thumbNav a:hover                       { background-image: none; }#thumbNav a.cur	{	text-decoration:underline;}#start-stop                             { color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 40px; top: 265px; }#start-stop.playing                     {}#start-stop:hover                       { background-image: none; }/*  Prevents*/.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }/* ***************************************************   TYPOGRAPHY   *************************************************** */.anythingSlider p {	color:#220F0B;	font-size:16px;	font-weight:normal;	line-height:22px;	margin:0 0 5px 0;	padding:0;}.anythingSlider h2 {	color:#3E2F2C;	font-family: "Century Gothic Bold", "CenturyGothic-Bold", "Century Gothic", Arial, Helvetica, sans-serif;	font-size:29px;	font-weight:bold;	letter-spacing:.05em;	margin:0 0 10px 0;	text-transform:uppercase;}/* ***************************************************   IMAGES   *************************************************** */.anythingSlider img {	border:1px solid #C6BE89;	float:right;	margin:-35px 0 0 35px;}.anythingSlider img.btn_contact {	border:none;	float:none;	margin:2px 0 0 0;}