/*
	Accessible News Slider : Plugin Specific
-----------------------------------------------------------------------------------------*/

.action_slider img {
	border: 0;
}
.action_slider li,
.action_slider p {
	font-family: Tahoma, Arial, Sans-Serif;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.6;
}
.action_slider li p {
	font-size: 1em;
}
.action_slider {
	position: relative;
	overflow: hidden;
}
.action_slider .javascript_css {
	position: relative;
	z-index: 3;
	padding: 20px;
	background: #fffcd3;
}
.action_slider .skip_to_news {
	position: absolute;
	top: 0;
	left: -9999px;
}
.action_slider .back {
	position: absolute;
	top: 0;
	left: 0;
}

.action_slider .back a,
.action_slider .next a {
	display: none;
	outline: none; /* This is optional, and is arguably less accessible. */
	z-index: 122;
}
.action_slider .next {
	position: absolute;
	top: 0;
	right: 0;
}

.action_slider .header {
	position: absolute;
	top: 0;
	left:0;
	text-align:center;
	line-height: 30px;
	font-size:1.4em;
}

.action_slider ul {
	position: relative;
	left: 0;
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
}
.action_slider li {
	float: left;
	display: inline;
	width: 240px;
}

/*
	Accessible News Slider : Plugin Specific : Theme [ Candy Coated ]
-----------------------------------------------------------------------------------------*/

.normals1  {
	width: 100%;
	border-bottom: 2px solid #ccc;
	margin: 0px;
	margin-bottom:30px;
}

.normals1 .back {
	width: 61px;
	height: 58px;
	background: url(http://www.3-time.dp.ua/img/slider/themes/normals1/prev_bg.gif) no-repeat;
}
.normals1 .next {
	width: 61px;
	height: 58px;
	background: url(http://www.3-time.dp.ua/img/slider/themes/normals1/next_bg.gif) no-repeat;
}
.normals1 .next a {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 120px;
	height: 40px;
	line-height: 30px;
	background: url(http://www.3-time.dp.ua/img/slider/themes/normals1/next.gif) no-repeat top right;
}
.normals1 .back a {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 120px;
	height: 40px;
	line-height: 30px;
	text-align: right;
	background: url(http://www.3-time.dp.ua/img/slider/themes/normals1/prev.gif) no-repeat;
}
.normals1 .view_all {
	border-top: 2px solid #ccc;
	margin: 58px 0 0 0;
	padding: 10px;
	background: #eee;
	text-align: center;
	font-size:1.3em;
}
.normals1 ul {
	border-bottom: 2px solid #eee;
}
.normals1 li {
	padding: 15px 0;
	overflow: hidden;
}
.normals1 li img {
	float: left;
	display: inline;
}
.normals1 li p {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	width: 120px;
}