* html .anythingSlider, * html .wrapper, * html .anythingSlider ul, * html .anythingSlider img, * html .anythingSlider .arrow {
	display:none;
}
html:first-child .anythingSlider, html:first-child .wrapper {
	display:none;
}
/* HIDE for IE and Opera*/






.anythingSlider {
	text-align:left;
	padding: 0;
	width: 565px;
	height: 345px;
	position: relative;
	margin: 0 auto 10px;
	background: url(../images/bg1.jpg) repeat-x left top!important;
	background-color:#1A1A1A;
	display:block;
	clear:both;
}
.anythingSlider .wrapper {
	padding: 0;
	width: 485px;
	overflow: auto;
	height: 335px;
	margin: 0 40px;
	position: absolute;
	top: 0;
	left: 0;
	overflow:hidden;
}
/*  ---------- my changes ------------ */




.anythingSlider ul li img {
	border:1px dotted #000000!important;
	width:256px!important;
	height:175px!important;
	margin:0 0 0 203px!important;
}
.anythingSlider ul li div {
	padding:10px;
}
.anythingSlider .wrapper h3 {
	color:#fff;
	width:265px!important;
	height:180px!important;
	overflow:hidden!important;
	font-size:3em!important;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal!important;
	line-height:normal!important;
	margin:-177px 0 10px 1px!important;
	padding:0!important;
}
.anythingSlider .wrapper h3 a {
	background: url(../images/bg.jpg) repeat-x left 24% !important;
	color:#fff;
	text-decoration:none;
}
.anythingSlider .wrapper h3 a:hover {
	color:#FF6F6F;
	text-decoration:none;
}
.anythingSlider .wrapper p {
	color:#FFCFCF!important;
	font-size:1.6em!important;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal!important;
	line-height:normal!important;
	margin:3px 5px 5px 1px!important;
	padding:0!important;
	height:96px;
	overflow:hidden;
	clear:both;
}
.anythingSlider .wrapper p a{
	color:#FFCFCF;
	text-decoration:underline;
}
.anythingSlider .wrapper p a:hover{
	text-decoration:none;
}
* html .anythingSlider .wrapper p {
	height:94px;
}
.anythingSlider .wrapper ul {
	padding: 0;
	width: 99999px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/bg.jpg) repeat-x top center;
	/* border-top: 3px solid #000;

	border-bottom: 3px solid #000; */



	margin: 0;
}
.anythingSlider ul li {
	display: block;
	float: left;
	padding: 0;
	height: 311px;
	width: 483px;
	margin: 0;
	border:1px dotted #000;
	overflow:hidden;
}
.anythingSlider .arrow {
	display: block;
	height: 180px;
	width: 30px;
	background: url(../images/arrows.jpg) no-repeat 0 0;
	background-color:#651717;
	text-indent: -9999px;
	position: absolute;
	top: 65px;
	cursor: pointer;
}
.anythingSlider .forward {
	background-position: 0 0;
	right: 10px;
}
.anythingSlider .back {
	background-position: -30px 0;
	left: 10px;
}
.anythingSlider .forward:hover {
	background-position: 0 -147px;
}
.anythingSlider .back:hover {
	background-position: -30px -147px;
}
#thumbNav {
	position: absolute;
	top: 312px;
	left:45px;
	text-align: center;
}
#thumbNav a {
	color: black;
	font: 11px/18px Georgia, Serif;
	display: inline-block;
	padding: 2px 8px;
	height: 18px;
	margin: 0 5px 0 0;
	background: #B00A0C url(../images/cellshade.png) repeat-x;
	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;
	text-decoration:none;
	color:#fff;
}
#thumbNav a:hover {
	background-image: none;
}
#thumbNav a.cur {
	background: #FF8F93 url(../images/cellshade.png) repeat-x;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	color:#000;
}
#start-stop {
	text-decoration:none;
	background:#B00A0C;
	background-image: url(../images/cellshade.png);
	background-repeat: repeat-x;
	color: white;
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	position: absolute;
	right: 45px;
	top: 312px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
#start-stop.playing {
	background-color: #666;
}
#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;
}
