/*
    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                         {
	width: 560px;
	height: 200px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: 15px;
	padding: 0px;
}
.anythingSlider .wrapper                {
	width: 560px;
	overflow: auto;
	height: 200px;
	position: absolute;
	top: -1px;
	left: 0;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 4px;
	padding: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #060;
	border-bottom-color: #060;
	border-right-width: 0px;
	border-left-width: 0px;
	background-color: #FFF;
}

.anythingSlider .wrapper ul             {
	width: 99999px;
	list-style: none;
	position: absolute;
	top: 0;
	left: -1px;
	margin: 0;
	padding: 0px;
}
.anythingSlider ul li                   {
	display: block;
	float: left;
	padding: 0;
	height: 200px;
	width: 560px;
	margin: 0;
}
.anythingSlider .arrow                  {
	display: block;
	height: 200px;
	width: 67px;
	text-indent: -9999px;
	position: absolute;
	top: 65px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.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: 323px; text-align: center; }
#thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #c58b04 url(../images/cellshade.png) repeat-x; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #e0a213; }

#start-stop                             {
	background: green;
	background-image: url(../images/cellshade.png);
	background-repeat: repeat-x;
	color: white;
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	position: absolute;
	right: -2px;
	top: 200px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	visibility: hidden;
}
#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: 560px;
	background: none;
	margin: 0px;
}

ul.menu, ul.menu ul {
	list-style-type:none;
	padding: 0;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}

ul.menu a {
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
}

ul.menu li {
	margin: 0px;
}

ul.menu li a {
	color: #333;
	padding: 0.5em;
	background-color: #0C3;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: right center;
	font-weight: bold;
}

ul.menu li a:hover {
	color: #FFF;
	background-color: #063;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	font-weight: bold;
}

ul.menu li ul li a {
	color: #000;
	padding-left: 20px;
	background-color: #6F3;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-image: url(../images/rounded.png);
	background-repeat: no-repeat;
	background-position: right;
	font-weight: bold;
}

ul.menu li ul li a:hover {
	padding-left: 15px;
	background-color: #6F6;
	color: #333;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #000;
	font-weight: bold;
}
.Liheader {
	color: #fff;
	padding: 0.5em;
	background-color: #333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#tooltip {
	position:absolute;
	z-index:9999;
	color:#fff;
	font-size:10px;
	width:180px;
	
}
 
#tooltip .tipHeader {
	height:8px;
	background:url(/images/tipHeader.gif) no-repeat;	
}
 
/* IE hack */
*html #tooltip .tipHeader {margin-bottom:-6px;}
 
#tooltip .tipBody {
	background-color:#000;
	padding:5px 5px 5px 15px;
}
 
#tooltip .tipFooter {
	height:8px;
	background:url(/images/tipFooter.gif) no-repeat;
}
