/* Bare minimum styles */
#slider-headline{
	margin:10px 0 0;
}
.slider {
	-ms-touch-action: none; /* Prevent default touch actions on Windows 8 */
	overflow: auto; /* Not required but recommended for accessibility when JavaScript is turned off */
	position: relative;
}

/* AnySlider can be styled to your liking. This is just example styles */
.slider {
	height: 340px;
	width: 100%;
}
#slider-headline h4{
	font-size:16px;
	line-height:19px;
	margin:3px 0 2px;
}
#slider-headline h4 a{
	color:#ED1F24;
}
#slider-headline h4 a:hover{
	color:#B41624;
}
#slider-idc h4{
	font-size:14px;
	line-height:17px;
	margin:3px 0 4px;
}
#slider-idc h4 a{
	color:#B41624;
}
#slider-idc h4 a:hover{
	color:#ED1F24;
}
/* The arrows can of course also be styled to your liking. This is just example styles */
.as-prev-arrow, .as-next-arrow {
	background: url(../img/arrows.png) no-repeat;
	cursor: pointer;
	height: 30px;
	position: absolute;
	text-indent: 100%;
	top: 5px;
	white-space: nowrap;
	width: 20px;
	z-index: 1;
}

.as-prev-arrow {
	right: 25px;
}

.as-next-arrow {
	background-position: -20px 0;
	right: 5px;
}

.slider:hover .as-arrows a {
}

/* The same rules for styling apply here. Style to your liking */
.as-nav {
	top: 15px;
	right: 0px;
	position: absolute;
	text-align: left;
	width: 173px;
}

.as-nav a {
	background: url(../img/bullets.png) no-repeat;
	height: 12px;
	display: inline-block;
	margin: 0 1px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 12px;
}

a.as-active, .as-nav a:hover {
	background-position: 0 -12px;
}

.slider-wrapper {
	height: 275px;
	position: relative;
}
