
.csTicker {
  overflow: hidden;
  height: 140px;
  width:auto;
  position: relative;
}
/* line 13, ../sass/ticker/_base.scss */
.csTicker a {
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}

.csTicker a:hover {
  color:#FC0;
  text-decoration: none;
  cursor: pointer;
}
/* line 19, ../sass/ticker/_base.scss */
.csTicker ul {
  position: absolute;
}
/* line 23, ../sass/ticker/_base.scss */
.csTicker ul, .csTicker li {
  list-style: none;
  width:auto;
  height:auto;
  display:block;
  position:relative;
  padding-top: 0;
  padding-left:10px;
  padding-right:10px;
  margin-bottom:0;
  margin-top:8px;
}
/* line 29, ../sass/ticker/_base.scss */
.csTicker .csTicker__spinner {
  height: 100%;
  width: 100%;
  background: url(http://kocelasansor.com/images/spinner.png) no-repeat center;
  position: absolute;
  z-index: 400;
}

/* line 18, ../bourbon/addons/_clearfix.scss */
.csTicker li:before, .csTicker li:after {
  content: " ";
  display: table;
}
/* line 23, ../bourbon/addons/_clearfix.scss */
.csTicker li:after {
  clear: both;
}
/* line 67, ../sass/ticker/_base.scss */
.csTicker li:first-child {
  border-top: none;
}
/* line 73, ../sass/ticker/_base.scss */
.csTicker li > .col {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 80, ../sass/ticker/_base.scss */
.csTicker li > .col:first-child {
  width: auto;
}
/* line 84, ../sass/ticker/_base.scss */
.csTicker li > .col:last-child {
  width: auto;
  padding-left: 1em;
}

/* line 96, ../sass/ticker/_base.scss */
.csTicker p {
	width:auto;
	display:block;
	position:relative;
	margin: 0;
  	color:#FFF;
  	font-size: 1em;
  	line-height: 1.4em;
}
/* line 101, ../sass/ticker/_base.scss */
.csTicker p.h3 {
  margin-top:5px;
  margin-bottom: 1px;
  font-size:16px;
  color: #FFF;
  font-family: 'Oswald', sans-serif;
}

/* line 110, ../sass/ticker/_base.scss */
.csTicker p.small {
  font-size:14px;
  margin-top: 0.5em;
  color: #FFF;
}

/* line 1, ../sass/ticker/_buttons.scss */
.csTicker__buttons {
  height: 4em;
  position: absolute;
  right: 0;
  top: -20px;
  width: 7em;
  z-index: 200;
}
/* line 9, ../sass/ticker/_buttons.scss */
.csTicker__buttons > div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
}
/* line 14, ../sass/ticker/_buttons.scss */
.csTicker__buttons > div:hover {
  opacity: 1;
}

/* line 20, ../sass/ticker/_buttons.scss */
.buttons__prev-button {
  background: url("http://kocelasansor.com/images/arrow_up.png") no-repeat scroll center center rgba(0, 0, 0, 0);
  cursor: pointer;
  float: left;
  height: 4em;
  width: 3em;
}

/* line 28, ../sass/ticker/_buttons.scss */
.buttons__next-button {
  background: url("http://kocelasansor.com/images/arrow_down.png") no-repeat scroll center center rgba(0, 0, 0, 0);
  cursor: pointer;
  float: left;
  height: 4em;
  width: 3em;
}

