﻿.ctrl-rollingList.home
{
	width: 980px;
	height: 287px;
	background: url(../images/Base.png) 0 bottom no-repeat;
	position: relative;
	padding: 0 10px;
	margin-top:5px;
	margin-left:-10px;
}

.ctrl-rollingList.home .slider
{
	float: left; /* required settings */
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
.ctrl-rollingList.home .slider .items
{
	/* this cannot be too large */
	width: 20000em;
	position: absolute;
	clear: both;
}
/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
.ctrl-rollingList.home .item
{
	float: left;
	width: 960px;
}
/* position and dimensions of the navigator */
.ctrl-rollingList.home .navi
{
	position:absolute;
	bottom:12px;
	left:0;
	height: 13px;
	width: 100%;
	text-align:center;
	z-index:10;
}
.ctrl-rollingList.home .navi a
{
	background: #c4d1f3;
	font-size:10px;
	padding:0 5px 0 4px;
	margin-right: 8px;
	text-decoration:none;
}
.ctrl-rollingList.home .navi a.active
{
	background: #ffbb5a;
}
/* prev, next, prevPage and nextPage buttons */
.ctrl-rollingList.home a.browse
{
	display:none
}

.ctrl-rollingList.home .imgImage
{
	float: right;
	margin: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.ctrl-rollingList.home .lblPublicationTitle
{
	text-align:right;
	padding-right:30px;
	padding-top:15px;
}

.ctrl-rollingList.home .lblDescription
{
	display: block;
	padding: 8px 30px 0 30px;
	font-size:14px;
	font-family:Georgia;
	font-style:italic;
	color: #777;
}

.ctrl-rollingList.home .lnkMore
{
	display: block;
	padding: 10px 10px 0 10px;
}

.ctrl-rollingList.home .lblDate
{
	display: block;
	color: #808080;
	padding: 10px 10px 0 10px;
}

.ctrl-rollingList.home .lblAuthor
{
	display: block;
	color: #444444;
	padding: 5px 10px 0 10px;
}
