.aycosimpleslider {
	background: #878787;
	overflow: hidden;
	height: 100px;
}
.aycosimpleslider > * {
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
	text-align: center;
	overflow: hidden;
}

.aycosimpleslider-wrapper-outer {
	position: relative;
	border-radius: 30px;
}
.aycosimpleslider-wrapper {
	overflow: hidden !important;
	position: relative;
}

.aycosimpleslider-tabs{
	text-align: center;
}

.aycosimpleslider-tabs a:link, .aycosimpleslider-tabs a:visited {
	display: inline-block;
	width: 8px;
	height: 8px;
	text-indent: 9999px;
	overflow: hidden;
	outline: none;
	border-radius: 10px;
	background: #999999;
	border: 1px solid #cdcdcd;
	margin-right: 5px;
	margin-top: 5px;
}

.aycosimpleslider-tabs a:link.active, .aycosimpleslider-tabs a:visited.active {
	background: #FFF;
	border: 1px solid #000;
}

.aycosimpleslider-wrapper-outer .controls {
	position: absolute;
	top: 10px;
	right: 15px;
	width: 10px;
	height: 10px;
}


.aycosimpleslider-wrapper-outer a.aycosimpleslider-play:link, .aycosimpleslider-wrapper-outer a.aycosimpleslider-play:visited,
.aycosimpleslider-wrapper-outer a.aycosimpleslider-pause:link, .aycosimpleslider-wrapper-outer a.aycosimpleslider-pause:visited {
	width: 10px;
	height: 10px;
	display: inline-block;
	background: url(img/playpause.png) no-repeat left top;
	margin-right: 5px;
	position: absolute;
}
.aycosimpleslider-wrapper-outer a.aycosimpleslider-pause:link, .aycosimpleslider-wrapper-outer a.aycosimpleslider-pause:visited {
	background-position: left -10px;
}
	.aycosimpleslider-wrapper-outer a.aycosimpleslider-play:hover {
		
	}

.aycosimpleslider-wrapper-outer a.aycosimpleslider-prev:link, .aycosimpleslider-wrapper-outer a.aycosimpleslider-prev:visited,
.aycosimpleslider-wrapper-outer a.aycosimpleslider-next:link, .aycosimpleslider-wrapper-outer a.aycosimpleslider-next:visited {
	position: absolute;
	width: 29px;
	height: 52px;
	display: inline-block;
	top: 50%;
	margin-top: -26px;
	left: 0;
	margin-left: -40px;
	background: url(img/prevnext.png) no-repeat left top;
}
.aycosimpleslider-wrapper-outer a.aycosimpleslider-next:link, .aycosimpleslider-wrapper-outer a.aycosimpleslider-next:visited {
	margin-left: auto;
	left: auto;
	margin-right: -40px;
	right: 0;
	background-position: left bottom;
	
}
