/*.lbg .sponsorListHolder{margin-bottom:30px;}*/
/*.lbg {margin-top:-30px;}*/
.lbg .sponsor
{
	width:180px;
	height:180px;
	float:left;
	margin:4px;
	
	/* Giving the sponsor div a relative positioning: */
	position:relative;
	cursor:pointer;
}

.lbg .sponsorListHolder *
{
    display:none;
}
.lbg .sponsorListHolder
{
    height:100px;
	background:url("images/loader.gif") no-repeat center center;
}

.lbg .sponsorFlip, .sponsorFlip1
{
	/*  The sponsor div will be positioned absolutely with respect
		to its parent .sponsor div and fill it in entirely */
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url("../bg/flip_bg.jpg") no-repeat center center #f9f9f9;
	
	vertical-align: middle;
	text-align: center;
}

.lbg .sponsorFlip:hover, .sponsorFlip1:hover
{
	/* CSS3 inset shadow: */
	-moz-box-shadow:0 0 30px #999 inset;
	-webkit-box-shadow:0 0 30px #999 inset;
	box-shadow:0 0 30px #999 inset;
}

.lbg .sponsorFlip img, .sponsorFlip1 img
{
	/* Centering the logo image in the middle of the sponsorFlip div */
	/*position:absolute;
	top:50%;
	left:50%;
	margin:-70px 0 0 -70px;*/
}

.lbg .sponsorData
{
	/* Hiding the .sponsorData div */
	display:none;
}

.lbg .sponsorDescription
{
	font-size:11px;
    text-align:left;

	padding-right:5px;
	/*font-style:italic;*/
	/*padding-left:10px;*/
}

.lbg .sponsorURL
{
	font-size:10px;
	font-weight:bold;
	padding-left:20px;
}

.lbg .clear{
	/* This class clears the floats */
	clear:both;
}
