/* @override 
	http://mediateme.com/template/_css/slider.css
	http://www.mediateme.com/template/_css/slider.css
*/

.anythingSlider {
	width: 950px;
	height: 390px;
	position: relative;
	margin: 0 auto 15px;
}

.anythingSlider .wrapper {
	width: 950px;
	overflow: auto;
	height: 400px;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.anythingSlider .wrapper ul {
	width: 9999px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding-top: 0;
}

.anythingSlider ul li {
	background: #edf7fb url(../_images/slider-li-bg.png) repeat-x 0 top;
	display: block;
	float: left;
	padding: 0;
	height: 390px;
	width: 950px;
	margin: 0;
	position: relative;
}

.anythingSlider .arrow {
	display: block;
	height: 26px;
	width: 90px;
	background: url(../_images/tour-nav-previous-next.png) no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 345px;
	cursor: pointer;
}

.anythingSlider .forward {
	right: 120px;
	background-position: 0 -52px;
}

.anythingSlider .back {
	right: 230px;
	background-position: 0 0;
}

.anythingSlider .forward:hover {
	background-position: 0 -78px;
}

.anythingSlider .back:hover {
	background-position: 0 -26px;
}

#thumbNav {
	position: absolute;
	top: 345px;
	text-align: center;
	width: 149px;
	display: block;
	height: 35px;
	left: 190px;
}

#thumbNav a {
	display: block;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	margin-right: 5px;
	text-align: left;
	background: url(../_images/tour-steps-sprite.png) no-repeat;
	float: left;
}
#thumbNav a#tournav-1 {
	background-position: 0 0;
}
#thumbNav a#tournav-2 {
	background-position: -32px 0;
}
#thumbNav a#tournav-3 {
	background-position: -64px 0;
}
#thumbNav a#tournav-4 {
	background-position: -96px 0;
}
#thumbNav a#tournav-1:hover {
	background-position: 0 -32px;
}
#thumbNav a#tournav-2:hover {
	background-position: -32px -32px;
}
#thumbNav a#tournav-3:hover {
	background-position: -64px -32px;
}
#thumbNav a#tournav-4:hover {
	background-position: -96px -32px;
} 
#thumbNav a#tournav-1:active,
#thumbNav a#tournav-1.cur {
	background-position: 0 -64px;
}
#thumbNav a#tournav-2:active,
#thumbNav a#tournav-2.cur {
	background-position: -32px -64px;
}
#thumbNav a#tournav-3:active,
#thumbNav a#tournav-3.cur {
	background-position: -64px -64px;
}
#thumbNav a#tournav-4:active,
#thumbNav a#tournav-4.cur {
	background-position: -96px -64px;
}

#start-stop {
	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;
}
/* slider content */
img.tour-screen {
	margin-top: 0;
	margin-left: 10px;
}
div.tour-copy {
	position: absolute;
	top: 10px;
	right: 50px;
	width: 330px;
	padding-top: 21px;
}
div#tour h1#tour-heading {
	width: 510px;
	height: 90px;
	background: url(../_images/tour-how-mediation-works.png) no-repeat;
	text-indent: -9999px;
	margin-top: 10px;
	margin-bottom: 30px;
}
div#tour h2 {
	width: 350px;
	height: 36px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}
div#tour li#tour-create h2 {
	background-image: url(../_images/tour-title-create.png);
}
div#tour li#tour-resolve h2 {
	background-image: url(../_images/tour-title-begin.png);
}
div#tour li#tour-schedule h2 {
	background-image: url(../_images/tour-title-schedule.png);
}
div#tour li#tour-mediate h2 {
	background-image: url(../_images/tour-title-mediate.png);
}
a#create-account {
	padding-left: 35px;
	background-repeat: no-repeat;
	background-position: 10px;
	background-image: url(../_images/icons/user_add_16.png);	
	
}