/* CSS Document */
img.floatLeft {float:left; margin: 4px;}
img.floatRight {float:right; margin:4px;}
img.floatRightClear {float:right; clear:right; margin: 4px;}
.img-shadow {
  float:left;
  background: url(CSSImages/Shadow.png) no-repeat right bottom!important;
  background: url(CSSImages/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 
  
.roundcont {
	width: 550px;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(CSSImages/tr.png) no-repeat right top; 
}

.roundbottom {
	background: url(CSSImages/br.png) no-repeat right top; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
