/* CSS Document */

a:link {
	color: #fc006c;
	text-decoration: underline;
}

a:hover {
	color: #ffacd0;
	text-decoration: none;
}

a:active {
	color: #ffacd0;
	text-decoration: none;
}

a:visited {
	color: #cc0066;
	text-decoration: underline;
}





#slidernewrelease{
	width: 160px;
	height: 175px;
}

#slidernewrelease ul, #slidernewrelease li{
	margin:0;
	padding:0;
	list-style:none;
	}

#slidernewrelease li{
	width: 160px;
	height: 175px;
	overflow:hidden;
}


