/*
    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: 567px;
	height: 320px;
	position: relative;
	margin: 0 auto 30px auto;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

.anythingSlider .wrapper {
	width: 527px;
	overflow: hidden;
	height: 320px;
	margin: 0 20px;
	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: 320px;
	width: 527px;
	margin: 0;
}

.anythingSlider .arrow {
	display: block;
	height: 200px;
	width: 67px;
	background: url(../images/slider-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 {
	position: relative;
	top: 323px;
	text-align: right;
	margin-right: 85px;
}

#thumbNav a {
	color: black;
	font: normal 10pt arial;
	display: inline-block;
	padding: 2px 8px 1px 8px;
	height: 18px;
	margin: 0 5px 0 0;
	border: 1px solid #ccc;
	background: #C7DBAC;
	text-align: center;
	text-decoration: none;
}

#thumbNav a:hover {
	background: #005447;
	color: #FFFFFF;
}

#thumbNav a.cur {
	background: #005447;
	color: #FFFFFF;
}

#start-stop {
	font: normal 10pt arial;
	background: green;
	color: white;
	padding: 2px 8px 3px 8px;
	border: 1px solid #ccc;
	text-align: center;
	position: absolute;
	right: 35px;
	top: 323px;
	text-decoration: 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;
}


.slidertxt { display:none; }

.anythingSlider li div.slidertxtTR {
	display: block;
	width: 176px;
	height: 95px;
	padding: 5px;
	margin: -288px 0 0 318px;
	position: relative;
	font-weight: normal;
	font-style: italic;
	color: #FFFFFF;
	font-size: 9pt;
	text-align: left;
	overflow: hidden;
	background: transparent url(../images/slider01_txt_shade.png);
}

.anythingSlider li div.slidertxtBR {
	display: block;
	width: 176px;
	height: 95px;
	padding: 5px;
	margin: -136px 0 0 312px;
	position: relative;
	font-weight: normal;
	font-style: italic;
	color: #FFFFFF;
	font-size: 9pt;
	text-align: left;
	overflow: hidden;
	background: transparent url(../images/slider01_txt_shade.png);
}

.anythingSlider li div.slidertxtTL {
	display: block;
	width: 176px;
	height: 95px;
	padding: 5px;
	margin: -290px 0 0 33px;
	position: relative;
	font-weight: normal;
	font-style: italic;
	color: #FFFFFF;
	font-size: 9pt;
	text-align: left;
	overflow: hidden;
	background: transparent url(../images/slider01_txt_shade.png);
}

.anythingSlider li div.slidertxtBL {
	display: block;
	width: 176px;
	height: 95px;
	padding: 5px;
	margin: -145px 0 0 25px;
	position: relative;
	font-weight: normal;
	font-style: italic;
	color: #FFFFFF;
	font-size: 9pt;
	text-align: left;
	overflow: hidden;
	background: transparent url(../images/slider01_txt_shade.png);
}

.anythingSlider li div.slidertxtR {
	display: block;
	width: 176px;
	padding: 5px;
	margin: -277px 0 0 316px;
	position: relative;
	font-weight: normal;
	font-style: italic;
	color: #FFFFFF;
	font-size: 9pt;
	text-align: left;

	background: transparent url(../images/slider01_txt_shade.png);
}

.anythingSlider li div.slidertxtL {
	display: block;
	width: 176px;
	padding: 5px;
	margin: -287px 0 0 33px;
	position: relative;
	font-weight: normal;
	font-style: italic;
	color: #FFFFFF;
	font-size: 9pt;
	text-align: left;
	background: transparent url(../images/slider01_txt_shade.png);
}

.anythingSlider li div.slidertxtT {
	display: block;
	width: 455px;
	padding: 5px;
	margin: -290px 0 0 35px;
	position: relative;
	font-weight: normal;
	font-style: italic;
	color: #FFFFFF;
	font-size: 9pt;
	text-align: left;
	background: transparent url(../images/slider01_txt_shade.png);
}

.anythingSlider li div.slidertxtB {
	display: block;
	width: 455px;
	height: 95px;
	padding: 5px;
	margin: -140px 0 0 30px;
	position: relative;
	font-weight: normal;
	font-style: italic;
	color: #FFFFFF;
	font-size: 9pt;
	text-align: left;
	overflow: hidden;
	background: transparent url(../images/slider01_txt_shade.png);
}

.anythingSlider li div h3 { font-style: normal; letter-spacing: -1px; margin: 0; padding: 0; color: #DDDDDD;}

.readmore { color: #DDDDDD; font-size: 9pt; text-align: right; font-style: normal; font-weight: bold;}
.readmore a:link, .readmore a:visited { color: #DDDDDD;}
.readmore a:hover { color: #C0C0C0; }