/* root element for the whole scrollable setup */
div.scrollable2 {
	position:relative;
	overflow:hidden;
	width: 880px;
	height:170px;
	border: 0px solid #FFF;
}

/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
div.scrollable2 div.items2 {	
	/* this cannot be too large */
	width:30000em;
	position:relative;
	clear:both;
	/* decoration */
	margin: 0;
	overflow:hidden;
}

/* custom positioning for navigational links */
a.prev2, a.next2, a.prevPage2, a.nextPage2 {
	width: 17px;
	height: 46px;
}



/* single item */
div.scrollable2 div.items2 div {
	float:left;
	width:79px;
	height:170px;
	color:#fff;
	border-left:0px solid #333333;
	cursor:pointer;
	background-repeat: no-repeat;
	background-position: center top;
	overflow:hidden;
	padding: 7px;
	margin-left: 27px;
	margin-right: 27px;
}


/* style when mouse is over the item */
div.scrollable2 div.items2 div:hover {
	background-image: url(images/background1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFFFFF;
	text-decoration: none;	
}

/* style when element is active (clicked) */
div.scrollable div.items2 div.active {
	background-color:#758ed1;
	cursor:default;
}

div.scrollable2 div.items2 h3, div.scrollable2 div.items2 span {
	margin:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	text-decoration: none;
	text-align: center;
	line-height: 14px;
}

div.scrollable2 div.items2 p {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align: center;
}

div.scrollable2 div.items2 h3 em {
	font-style:normal;
	color:#384eba;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#issue-year {
	width:500px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	word-spacing:5px;
}

#issue-year a{
	font-style:normal;
	color:#384eba;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	word-spacing: 5px;
	text-decoration: none;
	padding: 10px;
}
#issue-year a:hover{
	font-style:normal;
	color:#FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	word-spacing: 5px;
	text-decoration: none;
	background-color: #8a9fda;
}

