/* container */

#appslider .ACSliderMaskDiv ul .app p.description
{
	display:none;
}

#appslider .ACSliderMaskDiv ul .app .hoverlaytrigger { cursor:pointer; }


#collection
{
	list-style: none;
}

/* hoverlay styles */
#hoverlay 
{ 
	z-index: 9997;
	position: absolute;
	width: 206px;
	min-height: 226px; 
	cursor: pointer;
	background: #ffffff;
}

#hoverlay .top .topCenter
{
	position: absolute;
	top: -25px; 
	left: 0; 
	width: 100%; 
	height: 25px; 
	background: url(http://images.apple.com/ipodtouch/images/topapps/hoverlay_top20080909.png) repeat-x;
	behavior: url(/global/scripts/lib/iepngfix_scale.htc);
}

#hoverlay .top .topLeft 
{
	position: absolute; 
	top: -25px; 
	left: -25px; 
	width: 25px; 
	height: 25px; 
	background: url(http://images.apple.com/ipodtouch/images/topapps/hoverlay_top_left20080909.png) no-repeat;
	behavior: url(/global/scripts/lib/iepngfix.htc);
}

#hoverlay .top .topRight 
{
	position: absolute; 
	top: -25px; 
	right: -25px; 
	width: 25px; 
	height: 25px; 
	background: url(http://images.apple.com/ipodtouch/images/topapps/hoverlay_top_right20080909.png) no-repeat;
	behavior: url(/global/scripts/lib/iepngfix.htc);
}

#hoverlay .bottom .bottomCenter 
{
	position: absolute; 
	bottom: -25px; 
	left: 0; 
	width: 100%; 
	height: 25px; 
	background: url(http://images.apple.com/ipodtouch/images/topapps/hoverlay_bottom20080909.png) repeat-x; 
	behavior: url(/global/scripts/lib/iepngfix_scale.htc); 
}

#hoverlay .bottom .bottomLeft
{
	position: absolute; 
	bottom: -25px; 
	left: -25px; 
	width: 25px; 
	height: 25px; 
	background: url(http://images.apple.com/ipodtouch/images/topapps/hoverlay_bottom_left20080909.png) no-repeat; 
	behavior: url(/global/scripts/lib/iepngfix.htc); 
}

#hoverlay .bottom .bottomRight 
{
	position: absolute; 
	bottom: -25px; 
	right: -25px; 
	width: 25px; 
	height: 25px; 
	background: url(http://images.apple.com/ipodtouch/images/topapps/hoverlay_bottom_right20080909.png) no-repeat; 
	behavior: url(/global/scripts/lib/iepngfix.htc); 
}

#hoverlay .borderContainerRight 
{
	position: absolute;
	top: 0; 
	right: -25px; 
	width: 25px; 
	height: 100%; 
	background: url(http://images.apple.com/ipodtouch/images/topapps/hoverlay_right20080909.png) repeat-y;
	behavior: url(/global/scripts/lib/iepngfix_scale.htc);
}

#hoverlay .borderContainerLeft 
{ 
	position: absolute; 
	top: 0; 
	left: -25px; 
	width: 25px; 
	height: 100%; 
	background: url(http://images.apple.com/ipodtouch/images/topapps/hoverlay_left20080909.png) repeat-y; 
	behavior: url(/global/scripts/lib/iepngfix_scale.htc);
}

#hoverlay #caret 
{
	z-index: 9998;
	position: absolute; 
	bottom: -28px; 
	left: 25px; 
	width: 20px; 
	height: 16px; 
	background: url(http://images.apple.com/ipodtouch/images/topapps/hoverlay_caret_bottom20080909.png) no-repeat;
	behavior: url(/global/scripts/lib/iepngfix.htc);
}

#hoverlay.lowered #caret 
{ 
	width: 16px; 
	height: 20px; 
	left: -28px; 
	top: 5px; 
	bottom: auto; 
	background: url(http://images.apple.com/ipodtouch/images/topapps/hoverlay_caret_left20080909.png) no-repeat; 
	behavior: url(/global/scripts/lib/iepngfix.htc); 
}

#hoverlay .content 
{ 
	position: relative; 
	min-height: 217px; 
	margin: -12px; 
	z-index: 9999; 
	padding: 15px; 
	cursor: default; 
	background: url(http://images.apple.com/ipodtouch/images/topapps/hoverlay_gradient20080909.png) no-repeat; 
	behavior: url(/global/scripts/lib/iepngfix.htc); 
}

#hoverlay .content p 
{
	margin: 0;
}

#hoverlay h4 
{
	font-size: 15px;
	margin: 0;
	font-weight: normal;
}

#hoverlay h4 a 
{
	color: #252525;
}

#hoverlay img.left 
{
	margin-right: 10px;
	margin-bottom: 0;
}

#hoverlay p 
{
	margin-bottom: 0;
}

#hoverlay p.description 
{
	clear: both; 
	width: 200px; 
	padding: 12px 15px 15px;
  margin: 0 -15px; 
	color: #363636; 
	background: url(http://images.apple.com/ipodtouch/images/topapps/hoverlay_stroke20080909.gif) repeat-x; 
}

#hoverlay p,
#hoverlay ul 
{ 
	font-size: 10px;
	color: #797c80;
	margin-bottom:12px;
}

#hoverlay ul 
{
	float: left;
	width: 140px;
}

#hoverlay ul.topapps-info li 
{ 
	border: none; 
	color: #000; 
	display: inline; 
	float: left; 
	margin: 0; 
	padding: 0 5px 0 0; 
	text-align: left; 
	width: auto; 
}

#hoverlay ul.topapps-info span 
{ 
	color: #797c80; 
}
