/*
    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                         {
	height: 165px;
	position: relative;
	float: left;
	border: 1px solid #d4d2d2;
	padding: 9px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	behavior: url(border-radius.htc);
	width: 740px;
	margin-bottom: 25px;
	background-color: #fff;
}
.anythingSlider .wrapper                {
	width: 740px;
	overflow: auto;
	height: 166px;
	position: absolute;
}
.anythingSlider .box_inner .ul {
	padding: 0px;
	width: 270px;
	margin: 2px;
	display: inline;
	list-style-type: none;
	position: relative;
	height: 80px;
	padding-top: 0px;
	margin-top: 0px;
	left: 0px;
}
.anythingSlider .wrapper ul             {
	width: 9999px;
	position: absolute;
	left: 0px;
	padding-top: 0px;
	margin-top: 0px;
	top: 0px;
	height: 229px;
}
.anythingSlider ul li                   {
	display: block;
	float: left;
	height: 190px;
	width: 741px;
}
.anythingSlider .arrow                  {
	display: block;
	height: 21px;
	width: 19px;
	background: url(../images/arrows.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 188px;
	cursor: pointer;
}
.anythingSlider .forward                {
	left: 729px;
	width: 22px;
	height: 20px;
}
.anythingSlider .back                   {
	background-position: -19px 0;
	left: 691px;
	height: 20px;
	width: 22px;
	background-color: #FFFFFF;
}
.anythingSlider .forward:hover          {
	background-position: 0 -25px;
}
.anythingSlider .back:hover             {
	background-position: -19px -25px;
	height: 20px;
}
#thumbNav                               {
	position: relative;
	top: 185px;
	text-align: center;
	width: 90px;
	left: 585px;
}
#thumbNav a                             {
	background-position: 0px 0px;
	font: 11px/18px Georgia, Serif;
	display: inline-block;
	height: 0px;
	background: url(../images/pagination.png) no-repeat;
	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;
	width: 12px;
	padding-top: 12px;
	overflow: hidden;
	padding-right: 2px;
	padding-left: 3px;
}
#thumbNav a:hover                       {
}
#thumbNav a.cur                         {
	background-position: 0px -12px;
}

#start-stop                             {
	background-image: url('../images/control-play.png');
	background-repeat: no-repeat;
	color: white;
	width: 16px;
	text-align: center;
	position: absolute;
	top: 188px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	left: 713px;
	height: 23px;
}
#start-stop.playing                     {
	background-position: 0px 0px;
	background-image: url('../images/control-pause.png');
	background-repeat: no-repeat;
	height: 23px;
	width: 16px;
}
#start-stop:hover                       {
}
.box_inner
{
height: 165px;
width: 740px;	
}
/*
  Prevents
*/
