@charset "utf-8";
/* CSS Document */



.clientListOuter {
	margin-bottom:30px;
}
.clients {
	width:148px;
	height:148px;
	float:left;
	margin:4px;
	/* Giving the sponsor div a relative positioning: */

	position:relative;
	cursor:pointer;
}
.clientFlip {
	/*  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;
	text-align: center;
	background:url("../images/background.jpg") no-repeat center center #f9f9f9 !important;
}
.clientFlip: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;
}
.clientFlip img {
	/* Centering the logo image in the middle of the sponsorFlip div */

	position:static;
	max-height:140px;
	max-width:116px;
}
.clientData {
	/* Hiding the .sponsorData div */

	display:none;
}
.clientDescription {
	font-size:11px;
	padding:50px 10px 20px 20px;
	font-style:italic;
	word-wrap: break-word;
}
.clientURL {
	font-size:9px;
	font-weight:bold;
	padding:10px;
	word-wrap: break-word;
}
.clientListOuter .clear {
	/* This class clears the floats */

	clear:both;
}
.clientListOuter a, .clientListOuter a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}
.clientListOuter a:hover {
	text-decoration:underline;
}
.clientListOuter a img {
	border:none;
}
.sponser-col1, .flipholder1-outer {
	float:left;
	width:155px;
}
.sponser-col2, .flipholder2-outer {
	float:left;
	width:315px;
}
.sponser-col3, .flipholder3-outer {
	float:left;
	width:470px;
}
.sponser-col4, .flipholder4-outer {
	float:left;
	width:625px;
}
.sponser-col5, .flipholder5-outer {
	float:left;
	width:780px;
}
.sponser-col6, .flipholder6-outer {
	float:left;
	width:937px;
}
.sponser-col7, .sflipholder7-outer {
	float:left;
	width:1095px;
}
.sponser-col8, .flipholder8-outer {
	float:left;
	width:1250px;
}
.sponser-col9, .flipholder9-outer {
	float:left;
	width:1405px;
}
.sponser-col10, .flipholder10-outer {
	float:left;
	width:1560px;
}
.flip-image-caption {
	padding:5px;
	bottom:0px;
	position:absolute;
	width:138px;
}
.flip-image-slider-settings {
	display:none;
}
.powered-by-flip-it{
  float:left;
  width:100%;
  margin-top:10px;
  text-align:right;
}