.PagingTable
{
	border:none;
	}

.E005_Default .flip_li {
    float: left;
    list-style: none outside none;
}

.E005_Default .flip_ul {
    padding: 0;
}

.E005_Default .sponsor
{
	float: left;
	margin: 3px; /* Giving the sponsor div a relative positioning: */
	position: relative;
    /*    overflow:hidden;	*/
	cursor: pointer;
}

.E005_Default .sponsorFlip
{
	/*  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%;
	border: 1px solid #ddd;
	background: url( "images/background.jpg" ) repeat center center #f9f9f9;
	text-align:center;
}
.E005_Default .content
{
	/*  The sponsor div will be positioned absolutely with respect 		to its parent .sponsor div and fill it in entirely */
	font-size: 12px;
	padding: 10px;
	text-align:left;
}

.E005_Default .sponsorFlip:hover
{
	border: 1px solid #999; /* 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;
}

/*.E005_Default .sponsorFlip img
{
	 Centering the logo image in the middle of the sponsorFlip div 
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -70px 0 0 -70px;
}
*/
.E005_Default .sponsorData
{
	/* Hiding the .sponsorData div */
	display: none;
}

.E005_Default .sponsorDescription
{
	font-size: 11px;
	padding: 50px 10px 20px 20px;
	font-style: italic;
}

.E005_Default .sponsorURL
{
	font-size: 10px;
	font-weight: bold;
	padding-left: 20px;
}

.E005_Default .clear
{
	/* This class clears the floats */
	clear: both;
}
