/*
    anythingSlider v1.2
    
    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:466px; 
	height:258px;
	position: relative;
}

.anythingSlider .anythingwrapper {
	width: 466px;
	overflow: auto;
	height: 222px;
	position: absolute;
	top: 0;
	left: 0;
}
/* Width below is max for Opera */
.anythingSlider .anythingwrapper ul {
	width: 32700px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
/*	background: #eee;
	border-top: 3px solid #e0a213;
	border-bottom: 3px solid #e0a213;
*/	margin: 0;
}
.anythingSlider ul li {
	display: block;
	float: left;
	padding: 0;
	height:274px;
	width: 562px;
	margin: 0;
}
.anythingSlider .arrow {
	display: block;
	height: 200px;
	width: 67px;
	/*background: url(file:///D|/Clients/Mike/Law/AnythingSlider/AnythingSlider/images/arrows.png) no-repeat 0 0;*/
	text-indent: -9999px;
	position: absolute;
	top: 65px;
	cursor: pointer;
	display:none;
}
.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: 225px;
	text-align: center;
}
#thumbNav a {
	color: black;
	display: inline-block;
	padding: 2px 5px;
	height: 20px;
	margin: 0 5px 0 0;
	text-align: center;
	color:#000;
	font-size:16px;
	line-height:20px;
	border-right:1px solid #000;
}
#thumbNav a:last-child {
	border-right:none;
	}
#thumbNav a:hover, #thumbNav a.cur {
	background-image: none;
	text-decoration:underline;
}

#start-stop {
	background: green;
	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;
	display:none;
}
#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;
}

.anythingSlider .anythingwrapper .slider-content {
	width:240px;
	height:180px;
	padding-top:55px;
	padding-left:305px;
	}
.anythingSlider .anythingwrapper .slider-content h4 {
	font-weight:normal;
	font-size:18px;
	margin-bottom:5px;
	color:#fff;
	}
.anythingSlider .anythingwrapper .slider-content p {
	font-size:14px;
	color:#fff;
	margin:0;
	padding-bottom:25px;
	}

.anythingSlider a {
	border-bottom:none !important;
	}
/*.anythingSlider .anythingwrapper li img {
	border:3px solid #c7c9c7;
	}*/
.find-out-more {
	display:inline;
	float:right;
	}

