/* CSS Document */


a img{
	border:none;
	outline:none;
	}

.clear{
	clear:both;
	}
.container{
	width:500px;
	height:375px;
	position:relative;
	overflow:hidden;
	}
.container img{
	position:absolute;
	left:0;
	top:0;
	}

.clientlogo{
	width:225px;
	height:100px;
	position:relative;
	overflow:hidden;
	}
.clientlogo img{
	position:absolute;
	left:0;
	top:0;
	}

.small-img{
	width:100px;
	height:100px;
	position:relative;
	}
.small-img div{
	width:100px;
	height:100px;
	position:absolute;
	top:0;
	left:0;
	}	
.s1{	
	background:#333;
	}
.s2{
	background:#000;
	}
.s3{
	background:#09F;
	}
