/*
    anythingSlider v1.2
    
    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                         { width: 975px; height: 338px; position: relative; margin: 0 ; }
.anythingSlider .wrapper                { width: 975px; overflow: auto; height: 318px; margin: 0; position: absolute; top: 0; left: 0; }

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #fff;  margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 318px; width: 975px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { position: relative; top: 290px; text-align: left; margin-left: 10px;  width: 170px; }
#thumbNav a                             {  font: 11px/16px arial, Serif; display: inline-block; padding: 1px 6px 2px 6px; height: 14px; margin: 0 6px 0 0; color:#1c2f6a;  
	background:#fff; text-align: center; -moz-border-radius: 10px;  -webkit-border-radius: 10px;text-decoration: none; font-weight: normal; }
#thumbNav a:hover                       { background:#1c2f6a; 
	color: #fff; }
#thumbNav a.cur                         {background:#1c2f6a; 
	color: #fff; }

#start-stop                             {display: none; }
#start-stop.playing                     { background-color: red; }
#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; }

ul.navigation {
display: none;
}

.ui-tabs-panel img {
position: relative;
top:0;
left:0;
z-index: 0;
}
.ui-tabs-panel .info { 
	position:relative; 
	top: -28px; 
	left:168px; 
	text-align: right;
	width:800px;
	height:30px; 
	z-index: 1;
}


.ui-tabs-panel .info h2 a:link,
.ui-tabs-panel .info h2 a:visited{ 
	font-size:17px; 
	font-family:arial, serif, ; 
	font-weight: 100;
	color:#fff;  
	margin:0;
	overflow:hidden; 
	text-decoration: none;
	text-shadow: 1px 1px 1px #222;	
	text-transform: uppercase;
	
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans serif;
}
