div.simpleslide {
	position: relative;
	}
div.simpleslide a,
div.simpleslide a:hover,
div.simpleslide a:focus,
div.simpleslide a:active {
	text-decoration: none;
	outline: none;
	border: none;
	}
div.simpleslide a span {
	display: none;
	}
	
/* MAIN VIEW
--------------------------------------*/
div.simpleslide-view {
	position: relative;
	overflow: hidden;
	}
div.simpleslide-view *
{
	position:absolute;
	top:0;
	left:0;
}
.simpleslide-control a {
	display: block;
	position: absolute;
	bottom:0;
	left: 50%;
	width: 76px;
	height: 76px;
	margin-top: -38px;
	background-image: url(../img/controls.png);
	background-repeat: no-repeat;
	z-index: 2;
	cursor: pointer;
	}
* html div.simpleslide-control a { /* Poor gif replacement for IE6 */
	background-image: url(../img/controls.gif);
	}
a.simpleslide-prev {
	margin-left: -124px;
	background-position: 0 0;
	}
a.simpleslide-prev:hover {
	background-position: 0 -76px;
	}
a.simpleslide-slideshow {
	margin-left: -38px;
	background-position: -76px 0;
	}
a.simpleslide-slideshow:hover {
	background-position: -76px -76px;
	}
a.simpleslide-stop {
	background-position: -152px 0;
	}
a.simpleslide-stop:hover {
	background-position: -152px -76px;
	}
a.simpleslide-next {
	margin-left: 48px;
	background-position: -228px 0;
	}
a.simpleslide-next:hover {
	background-position: -228px -76px;
	}
div.simpleslide a.simpleslide-disabled {
	width: 0;
	height: 0;
	}

