/*
    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: 960px; height: 270px; position: relative; margin: 11px auto 15px;
background-image:url(/project/c/img/top_main_bg.jpg);
}
.anythingSlider .wrapper                {
	width: 960px;
	overflow: auto;
	height: 260px;
	margin: 10px 0 0 0; position: absolute; top: 0; left: 0;

}
.anythingSlider .wrapper ul {
	
	width: 9999px;
	list-style: none;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
}
.anythingSlider ul li  {
	display: block; float: left; padding: 0 0 0 134px; height: 317px; width: 960px; margin: 0; }
.anythingSlider .arrow {
	display: block;
	height: 200px;
	width: 67px;
	background: url(/project/c/img/arrows.gif) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 50px; cursor: pointer;
}
.anythingSlider .forward                { background-position: 0 0; right: -37px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }

.anythingSlider .back                   { background-position: -67px 0; left: -37px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav  {
	position: relative; top: 240px; text-align: center;
	width:900px;
	margin-left:30px;}
#thumbNav a  {
	color: black;
	font: 11px/18px; Georgia, Serif; display: inline-block;
	padding: 2px 0;
	height: 57px;
	width: 180px;
	margin: 0 0 0 0;

	text-align: center; 
 }

// background: #cccccc;

/*
#thumbNav a.menu1  { background-color: red; }
#thumbNav .menu2  { background-color: red; }
#thumbNav a.menu3  { background-color: red; }
#thumbNav a.menu4  { background-color: red; }
#thumbNav a.menu5  { background-color: red; }
*/

#thumbNav p.menu1  { background-color: red; }
#thumbNav p.menu2  { background-color: red; }
#thumbNav a.menu3  { background-color: red; }
#thumbNav a.menu4  { background-color: red; }
#thumbNav a.menu5  { background-color: red; }



#thumbNav a:hover {
	background-image: none;
}
#thumbNav a.cur                         { background: #ff0000; }
#thumbNav a.cur1                         { background: blue; background-image: url(/project/c/css/img/top_main_menu01_ov.gif); width="181"; height="145"; }
#thumbNav a.cur2                         { background: blue; background-image: url(/project/c/css/img/top_main_menu02_ov.gif); width="181"; height="145"; }
#thumbNav a.cur3                         { background: blue; background-image: url(/project/c/css/img/top_main_menu03_ov.gif); width="181"; height="145"; }
#thumbNav a.cur4                         { background: blue; background-image: url(/project/c/css/img/top_main_menu03_ov.gif); width="181"; height="145"; }
#thumbNav a.cur5                         { background: blue; background-image: url(/project/c/css/img/top_main_menu03_ov.gif); width="181"; height="145"; }

/*
#start-stop                             { background: green; background-image: url(/project/c/img/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#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; }
