/*
    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/
*/

#overlay{
	behavior: url(/AF2/js/iepngfix/2.0.3/iepngfix.htc);
	position:absolute;
	float:left;
	padding-left: 25px;
	z-index:1020;
}

a, a img                                { border: 0; text-decoration: none; outline: 0; }

.anythingSlider                         { width: 935px; height: 493px; position: relative; margin:0; }
.anythingSlider .wrapper                { width: 855px; overflow:hidden; height:474px; margin-left:30px; position: absolute; top: 0; left: 0; }
.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: 474px; width: 855px; margin: 0; }



.anythingSlider .arrow                  { display: none; height: 200px; width: 67px; background: url(/images/home-rotate/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                               { display:none; position: relative; width:855px; height: 64px;margin-left:30px;top: 393px; text-align: center; color:#fffffff; }


#thumbNav a                             { display:none;}
#thumbNav a:hover                       {display:none; background-image: none; }
#thumbNav a.cur                         {display:none; background: #e0a213; }
#start-stop                             { display:none;	 background: green; background-image: url(/images/home-rotate/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; }

.left_link {
	position:absolute;
	z-index:1030;
	top: 360px;
	margin-left:25px;
}
.left_link a{
	color:#ffffff;
}
.left_link a:hover {
	color:#C00;
}
.links {
	color:#ffffff;
	text-decoration:none;
	position:absolute;
	z-index:1030;
	top: 355px;
	margin-left:655px;
	width: 155px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:right;
	font-weight:lighter;
}
.links a{
	color:#ffffff;
}
.links a:hover{
	color:#CCC;
}
#main-buttons{	position:absolute;  margin: -90px 0 0 10px;}

#main-buttons ul { list-style:none;}

#main-buttons ul li { display:inline-block; *display:inline; *margin-right:2px;}


#main-buttons ul li a.cadillac {
	background:url(/images/home-rotate/pane1_small.jpg);
	display:inline-block;
	width: 209px;
	height: 64px;
	
}
#main-buttons ul li a.cadillac:hover {
	background:url(/images/home-rotate/pane1_small.jpg) 0 -64px;
}
#main-buttons ul li a.chevy {
	background:url(/images/home-rotate/pane2_small.jpg);
	display:inline-block;
	width: 209px;
	height: 64px;
}
#main-buttons ul li a.chevy:hover {
	background:url(/images/home-rotate/pane2_small.jpg) 0 -64px;
}
#main-buttons ul li a.hyundai {
	background:url(/images/home-rotate/pane3_small.jpg);
	display:inline-block;
	width: 209px;
	height: 64px;
}
#main-buttons ul li a.hyundai:hover {
	background:url(/images/home-rotate/pane3_small.jpg) 0 -64px;
}
#main-buttons ul li a.kia {
	background:url(/images/home-rotate/pane4_small.jpg);
	display:inline-block;
	width: 209px;
	height: 64px;
}
#main-buttons ul li a.kia:hover {
	background:url(/images/home-rotate/pane4_small.jpg) 0 -64px;
}