body, img, div, ul, ol, li, fieldset {
	margin:0;
	border:0;
	padding:0;
}

ul, ol {
	list-style:none;
}



ul.alphabet li {
	display:inline;
}
ul.icon-links {
	overflow:hidden;
	width:130px;
}
ul.icon-links.blog-list {
	width:140px;
}
ul.icon-links li {
	padding-left:28px;
	background:transparent url(/media/img/icon-link-default.png) left center no-repeat;
	margin:0 0 3px 3px;
	line-height:20px;
}
ul.lined li {
	float:left;
	width:auto;
}
ul.lined li.dislike {
	margin-left:50px;
}
ul.lined li.views {
	margin-left:50px;
	width:50px;
}


.scroller {
	padding:0;
	margin:0;
}
.scroller .prev-button {
	float:left;
	width:15px;
	height:115px;
}
.scroller a.prev-button {
	width:15px;
	height:115px;
	background-color: transparent;
	background-image: url(../images/previous.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.scroller a:hover.prev-button {
	width:15px;
	height:115px;
	background-color: transparent;
}
.scroller .next-button {
	float:right;
	width:15px;
	height:115px;
}
.scroller a.next-button {
	width:15px;
	height:115px;
	background-color: transparent;
	background-image: url(../images/next.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.scroller a:hover.next-button {
	width:15px;
	height:115px;
	background-color: transparent;
}
.scroller .list-container {
	height:115px;
	margin:3px;
	padding:0;
	overflow:hidden;
	position:relative;
}
.scroller ul {
	height:132px;
	position:absolute;
	z-index:90;
}
.scroller ul li {
	float:left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.scroller ul li img {
	padding:0px;
	background:#fff;
}
.scroller ul li p {
	font-weight:bold;
	margin:0;
}
.scroller ul li a {
	display:inline-block;
}

