div#appsheader {
	background:transparent url(/Images/Content/987/242834.gif) no-repeat top left;
	height: 34px;
	margin-top: 20px;
	text-align: center;
	width: 940px;
	}
div#appsheader h3 {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -0.05em;
	line-height: 34px;
	margin: 0px;
	padding: 0px;
	}
/* outmost wrapper element, containing all elements  */
div.scrollable {
	background: transparent url(/Images/Content/987/242837.gif) repeat-x 0 0;
	float: left;
	height:168px;
	overflow: hidden;
	position: relative;
	width:890px;
}

/* container for the scrollable items */
div.scrollable div.items {
	clear: both;
	margin-left: 8px;
	margin-right: 15px;
	padding-top: 15px;
	position: absolute;
	width:2000em !important;
}

/* single item */
div.scrollable div.items a{
	background:url(/Images/Content/987/226424.jpg) 0 0 no-repeat;
	border: none;
	cursor:pointer;
	color:#111111;	
	font-family:Lucida Sans Unicode,Lucida Grande,sans-serif;
	font-size:12px;
	text-decoration:none;
	float:left;
	line-height: 35px;
	margin-right:15px;
	padding-top: 15px;
	text-align:center;
	width:133px;
}

div.scrollable div.items a:hover{
	background-position: -148px 0;
	color:#0a3e94;
	}

div.scrollable div.items div.active {
	color:#555;
	cursor:default;
}


/* next / prev buttons */
/* prev, next, prevPage and nextPage buttons */
a.prevPage, a.nextPage {
	background:url(/Images/Content/987/242836.gif) no-repeat;
	display:block;
	width:25px;
	height:168px;
	float:left;
	cursor:pointer;
}
/* next button uses another background image */
a.nextPage {
	background:url(/Images/Content/987/242835.gif) no-repeat;
}
/* mouseover state */
a.nextPage:hover, a.prevPage:hover {
	background-position:-25px 0px;		
}

/* disabled navigational button */
a.disabled {
	background-position:-50px 0px;		
/*	visibility:hidden !important;		*/
}
a.disabled:hover {
	background-position:-50px 0px;	
	}
#tooltip{
	position:absolute;
	border:1px solid #DDDDDD;
	font-family:Lucida Sans Unicode,Lucida Grande,sans-serif;
	font-size:12px;
	background:#f7fbfd;
	padding:2px 5px;
	color:#03409B;
	display:none;
	}	
#allapps {
	margin-top: 130px;
	text-align: center;
	}
