/*
    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: 830px; height: 381px; position: relative; margin: 0 auto 0px; }
.anythingSlider .wrapper                {
	width: 830px;
	overflow: auto;
	height: 381px;
	margin: 0 0px;
	position: absolute;
	top: 95px;
	left: 0px;
}
.anythingSlider .wrapper ul             { width:12999px; list-style: none; position: absolute; top: 0; left: 0; background: #ffffff;  margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 317px; width: 830px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 0px; width: 0px; text-indent: -9999px; position: absolute; top: 95px;  }
.anythingSlider .forward                { background-position: 0 0; }
.anythingSlider .back                   { background-position: 0 0; }
.anythingSlider .forward:hover          { background-position: 0 0; }
.anythingSlider .back:hover             { background-position: 0 0; }

#thumbNav                               { position: relative; top: 0px; text-align: center; }

#thumbNav a.div1					{width:166px;height:95px;background-image:url(../images/button_benefits.jpg);float:left}
#thumbNav a.div1:hover			{width:166px;height:95px;background-image:url(../images/button_benefits_on_english.jpg);float:left}
#thumbNav a.cur1					{width:166px;height:95px;background-image:url(../images/button_benefits_on_english.jpg);float:left}

#thumbNav a.div2	{width:166px;height:95px;background-image:url(../images/button_job_security.jpg);float:left}
#thumbNav a.div2:hover	{width:166px;height:95px;background-image:url(../images/button_job_security_on_english.jpg);float:left}
#thumbNav a.cur2					{width:166px;height:95px;background-image:url(../images/button_job_security_on_english.jpg);float:left}

#thumbNav a.div3	{width:166px;height:95px;background-image:url(../images/button_some_people.jpg);float:left}
#thumbNav a.div3:hover	{width:166px;height:95px;background-image:url(../images/button_some_people_on_english.jpg);float:left}
#thumbNav a.cur3					{width:166px;height:95px;background-image:url(../images/button_some_people_on_english.jpg);float:left}

#thumbNav a.div4	{width:166px;height:95px;background-image:url(../images/button_snow.jpg);float:left}
#thumbNav a.div4:hover	{width:166px;height:95px;background-image:url(../images/button_snow_on_english.jpg);float:left}
#thumbNav a.cur4					{width:166px;height:95px;background-image:url(../images/button_snow_on_english.jpg);float:left}

#thumbNav a.div5	{width:166px;height:95px;background-image:url(../images/button_enemies.jpg);float:left}
#thumbNav a.div5:hover	{width:166px;height:95px;background-image:url(../images/button_enemies_on_english.jpg);float:left}
#thumbNav a.cur5					{width:166px;height:95px;background-image:url(../images/button_enemies_on_english.jpg);float:left}

/*
  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; }

