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

#lw-img {
	height: 70px;
	width: 250px;
	-webkit-box-shadow: 1px 1px 6px #555;
	-moz-box-shadow:1px 1px 6px #555;
	box-shadow:1px 1px 6px #555;
	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	border-radius: 5px; 
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 1em;
	background-color: rgb(68,68,68); /* Needed for IEs */
    zoom: 0;
}

#lw-img a{
display:block;
height:70px;
}

#lw-img a:hover {
-webkit-box-shadow: 0px 0px 20px #a2ff00;
-webkit-border-radius: 5px;
}

* html #lw-img a {
display:inline-block;
}

.bb-img {
	background-image: url(../images/recent-work/RW-bb-img.jpg);
}

.ct-img {
	background-image: url(../images/recent-work/RW-ct-img.jpg);
}

