@media screen
{
	#welkomtekst
	{
		display:				none;
	}
		
		#welkomsttekst
		{
			position:				absolute;
			width:					auto;
			height:					15px;
			left:					40px;
			top:					0;
			
			font-family: 			arial;
			text-indent:			0;
			font-size:				12px;
			color:					#ee3224;
			letter-spacing:			2px;
		}

	#boys, #girls, #babies
	{
		position:				relative;
		float:					left;
		display:				inline;
		width:					300px;
		margin:					20px 0 0 9px;
		padding:				122px 17px 0 0;
		cursor:					pointer;
		
		font-variant: 			small-caps;
		line-height:			90px;
		text-align:				right;
		font-size:				4em;
		color:					#fff;
	}
	
		#boys img, #girls img, #babies img
		{
			position:				absolute;
			left:					0;
			top:					0;
			z-index:				-1;
		}
	
		.small
		{
			font-size:			0.6em;
			color:				#fff;
		}
	
		.arrows
		{
			font-size:			0.8em;
			color:				#fff;
		}
	
		.over span
		{
			color:					#000!important;
		}
	
	#boysproduct, #girlsproduct, #babiesproduct
	{
		position:				relative;
		float:					left;
		display:				inline;
		width:					315px;
		height:					174px;
		margin:					10px 0 20px 9px;
		border:					1px solid #f1f1f2;
		cursor:					pointer;
		background:				no-repeat center;
	}
	
		.over
		{
			border-color:			#999!important;
		}
		
	/*
		#arrowsboys, #arrowsgirls
		{
			position:				absolute;
			width:					60px;
			height:					18px;
			bottom:					15px;
			right:					20px;
			background-image:		url('/manager/userimages/general/arrows.gif');
			z-index:				2;
		}
		
		#arrowsgirls
		{
			top:					115px;
		}
		
		.over #arrowsboys, .over #arrowsgirls
		{
			background-image:		url('/manager/userimages/general/arrowsanimated.gif');
		}
	
		#tekstboys, #tekstgirls
		{
			position:				absolute;
			left:					-13px;
			bottom:					-7px;
			color:					#fff;
			font-size:				200px;
			font-family: 			Trebuchet MS;
			line-height:			160px;
			z-index:				1;
			
			filter:					alpha(opacity=30);
			-moz-opacity:			.30;
			opacity:				.30;
		}
		
		#tekstgirls
		{
			left:					0px;
			top:					-9px;
			font-size:				180px;
		}
		
		.over #tekstboys, .over #tekstgirls
		{
			filter:					alpha(opacity=70);
			-moz-opacity:			.70;
			opacity:				.70;
		}
		*/
}