/*
 * SmarTicker
 * http://powerup.ir/projects/smarticker
 * Copyright (c) 2013 Meghdad Hadidi
 */
.smarticker{
	width: 100%;
	
	margin: 0 auto;
	direction: ltr;
}

.box{
	min-height:30px;
	
	overflow: auto;
}

.border{
	border:1px solid #ccc;
}


.size1{
	height: 30px;
	overflow: hidden;
	width:500px;
}

.smarticker .sec1, .smarticker .sec1-2, .smarticker .sec2, .smarticker .sec3, .smarticker .sec4, .smarticker .sec5, .smarticker .sec6, .smarticker .sec7{
	float: left;
}

.smarticker .sec1{
	width: 10%;
}

.smarticker .sec1-2{
font-size:14px;
}

.smarticker .sec2{
	width: 20%;
}

.smarticker .sec3{
	width: 33.333%;
}

.smarticker .sec4{
	width: 25%;
}

.smarticker .sec5{
	width: 50%;
}

.smarticker .sec6{
	width: 60%;
}

.smarticker .sec7{
	width: 70%;
}

.smarticker ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.smarticker .smarticker-cats, .smarticker-cats .catlist, .smarticker .smarticker-category, .smarticker .smarticker-news{
	height: 100%;
	overflow: hidden;
	top:4px;
}

.smarticker .smarticker-cats, .smarticker .smarticker-category{
	text-align: center;
}

.smarticker li{
	height: 30px;
	line-height: 28px;
}

.smarticker a{
	text-decoration: none;
	font-size:14px;
}

.smarticker .smarticker-news{
	text-align: left;
	position: relative;
}

.smarticker .smarticker-news ul{
	margin-left: 15px;
	display: none;
}

.smarticker .smarticker-news ul li{
	position: absolute;
	display: none;
	height: 100%;
	top: 0px;
}

.smarticker-category a{
	font-size: 16px;
}

.cover{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	float: right;
}

.flasher{
	width:10px;
	height:100%;
	line-height:28px;
	margin-left:5px;
	float:left;
}

.smart-controller{
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	z-index: 3;
}


