

.anythingSlider                         { width: 215px; height:210px; position: relative; margin: 0; }
.anythingSlider .wrapper                { width: 215px; height:210px; overflow: auto; margin: 0px; }
.anythingSlider .wrapper ul             { width: 215px; height: 99999px; list-style: none;  margin: 0; padding:0px; }
.anythingSlider ul li                   { display: block; padding: 0px; width: 215px; height:210px;  margin: 0;}

.anythingSlider .arrow                  { display: block; height: 8px; width: 15px; background: url(img_arrows.png) no-repeat 0 0; text-indent: -9999px;
										  position: absolute; top: 210px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: 17px; }
.anythingSlider .back                   { background-position: -17px 0; right: 0px; }
.anythingSlider .forward:hover                { background-position: 0 -8px; right: 17px; }
.anythingSlider .back:hover                  { background-position: -17px -8px; right: 0px; }


/*
  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; }

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	border:0;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	right:0;
	bottom:41px;
	height:104px;
	width:225px;
}
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	height:33px;
	width:10px;
	right:-204px;
	padding:0 0 2px;
}
.nivo-controlNav a:hover {
	right:0 !important;
}
.nivo-controlNav a.active {
	position:relative;
	z-index:99;
	cursor:pointer;
	height:33px;
	width:225px;
}