/* Main */
.modern-ticker {
	width: 740px;
	height: 25px;
	line-height: 25px;
	padding: 2px;
	font-size: 14px;
	color: #fafafa;
	background-color: #006A9E;
	position: relative;
}
.modern-ticker a {
	text-decoration: none;
}
.modern-ticker ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sticker-round {
	border-radius: 4px;
}
	
	/* Label */
	.sticker-label {
		margin-right: 2px;
		padding: 0 8px 0 12px;
		background-color: #006A9E;
		float: left;
	}
	.sticker-round .sticker-label {
		border-radius: 4px 0 0 4px;
	}
	
	/* News */
	.sticker-news {
		background-color: #dadada;
		overflow: hidden;
		float: left;
	}
	.sticker-scroll .sticker-news {
		background-color: transparent;
	}
	.sticker-round .sticker-news:first-child, .sticker-round .sticker-news:first-child a {
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
	}
	.sticker-round .sticker-news:last-child, .sticker-round .sticker-news:last-child a {
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
	}
	.sticker-scroll.sticker-round .sticker-news a {
		border-radius: 0;
	}
	.sticker-news ul {
		width: 50000px;
		
		/* Preload */
		background-image: url("../images/sticker-bullet-over.png");
		background-repeat: no-repeat;
		background-position: -1000px;
	}
	.sticker-news li {
		float: left;
	}
	.sticker-news a {
		font-size: 14px;
		padding: 0 10px 0 20px;
		margin-right: 2px;
		color: #202020;
		background-color: #dadada;
		background-image: url("../images/sticker-bullet.png");
		background-repeat: no-repeat;
		background-position: 7px center;
		display: block;
	}
	.sticker-news a:hover {
		color: #fafafa;
		background-color: #0099ff;
		border-color: #ff2200;
		background-image: url("../images/sticker-bullet-over.png");
	}
	.sticker-news a:active {
		background-color: #0077ff;
	}
	
	/* Controls */
	.sticker-controls {
		margin-left: 2px;
		height: 100%;
		float: right;
		
		/* Preload */
		background-image: url("../images/sticker-pause.png");
		background-repeat: no-repeat;
		background-position: -1000px;
	}
	.sticker-play, .sticker-prev, .sticker-next {
		width: 30px;
		height: 30px;
		background-repeat: no-repeat;
		background-position: center;
		cursor: pointer;
		float: left;
	}
	.sticker-prev, .sticker-next {
		background-color: #0099ff;
	}
	.sticker-prev {
		background-image: url("../images/sticker-arrow-prev.png");
	}
	.sticker-next {
		background-image: url("../images/sticker-arrow-next.png");
	}
	.sticker-round .sticker-next {
		border-radius: 0 4px 4px 0;
	}
	.sticker-play {
		background-color: #00bbff;
		background-image: url("../images/sticker-play.png");
	}
	.sticker-pause {
		background-image: url("../images/sticker-pause.png");
	}
	.sticker-play:hover, .sticker-prev:hover, .sticker-next:hover {
		background-color: #ff2200;
	}
	.sticker-play:active, .sticker-prev:active, .sticker-next:active {
		background-color: #ff4400;
	}
 /*********Внешни вид на сайте******************/

.begun{
		margin:5px auto 0px 10px;                  
      }