@charset "utf-8";
/* CSS Document */
.anythingSlider {
	border: 5px solid #9c9c9c;
	width: 375px;
	height: 265px;
	position: relative;
	margin: 0px;
	top: 0px;
	right: 0px;
}
.anythingSlider .wrapper {
	width: 375px;
	overflow: auto;
	height: 265px;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0px;
}
/* Width below is max for Opera */
.anythingSlider .wrapper ul {
	width: 32700px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	right: 0;
}
.anythingSlider ul li {
	display: block;
	float: left;
	padding: 0;
	width: 375px;
	height: 265px;
	margin: 0;
}
.anythingSlider .arrow {
	display:none;
}
.anythingSlider .forward {
	display:none;
}
.anythingSlider .back {
	display:none;
}
#thumbNav {
	position: relative;
	top: 5px;
	float: right;
	height: 16px;
	width: 95px;
}
#thumbNav a {
	color: #000066;
	display: inline-block;
	height: 16px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	float: left;
	width: 16px;
	font-weight: bold;
	text-decoration: none;
	background:url(../img/button1.png);	
}
#thumbNav a:hover {
	font-weight: bold;
	text-decoration: none;
	background:url(../img/button1.png);	
}
#thumbNav a.cur {
	font-weight: bold;
	text-decoration: none;
	background:url(../img/button2.png);	
}
#start-stop {
	display:none;
}
#start-stop.playing {
	display:none;
}
#start-stop:hover {
	display: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;
}
#textSlide {
}
#textSlide img {
	float: right;
	margin: 0 0 2px 10px;
}
.anythingSlider h3 {
	height: 25px;
	width: 355px;
	font-size: 14px;
	line-height: 16px;
	color: #FFF;
	position: absolute;
	top: 205px;
	opacity: 0.7;
	background-color: #000;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
* html #textSlide {
}
* html #textSlide img {
	float: right;
	z-index: -1;
	margin-top: -60px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
* html #textSlide h3 {
	height: 25px;
	width: 375px;
	font-size: 14px;
	line-height: 16px;
	color: #FFF;
	background-color: #000;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 30px;
	display: block;
	position: relative;
	top: 179px;
	z-index: 100;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -30px;
} /* IE6 */
* + html/*/ * /**/ body #textSlide {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
* + html/*/ * /**/ body #textSlide img {
	float: right;
	z-index: -1;
	margin-top: -60px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
* + html/*/ * /**/ body #textSlide h3 {
	height: 35px;
	width: 375px;
	font-size: 14px;
	line-height: 16px;
	color: #FFF;
	background-color: #000;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	display: block;
	position: relative;
	top: 164px;
	z-index: 100;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}/* IE7 */
.anythingSlider h3 a, .anythingSlider h3 a:visited {
	color: #FFF;
	text-decoration: none;
}
.anythingSlider h3 a:hover, .anythingSlider h3 a:active {
	color: #FFF;
	text-decoration: underline;
}
.anythingSlider h3 span {
	font-size: 11px;
}
/*
    This stuff is for the TitleBlock Plugin
*/
.image {
	position: relative;
	margin-bottom: 0px;
	width: 100%;
}
