@charset "utf-8";
/* CSS Document */
	

	div#content {
		width: 900px;
		height: 396px;
		margin: 20px auto 0;
	}
	
	
	div#references {
		clear: both;
	}
	
	
	div#references a#bingo { background-image: url(../images/references/bingo.jpg); }
	div#references a#isq { background-image: url(../images/references/isq.jpg); }
	div#references a#multievents { background-image: url(../images/references/multievents.jpg); }

	div#references a.last {
		margin-right: 0;
	}
	
	div.sliderItem
	{
		background:#292722 url(../images/slider-bot.gif) no-repeat left bottom; 
		width:240px; 
		height:352px;
		padding:22px;
	}
	.slideritemTitle
	{
		font:20px arial;
		margin-top:0;
		padding-top:0;
		color:#ABA288;
	}

	.sliderContent
	{
		margin: 24px 0 19px 0;
		height:110px;
	}
	
	/* Fix for Explorer 6 Duplicate Characters Bug  */
	
	* html div#references a.last {
		margin-right: -3px;
	}

