/* Rounded Photos */

div.wrapper {
	/*margin:10px;*/
	position:relative;
	float:left;
	vertical-align:top;
	background-color:#CCC;
}
div.wrapper img {	
	float:left;
	border:0 none;
}
div.wrapper div {	
	position:absolute;
	left:0;
	height:7px;
	width:100%
}
div.wrapper div.tl {
	background:transparent url(../../js/roundedPhotos/tl.gif) top left no-repeat;
	top:0
}
div.wrapper div.tr {
	background:transparent url(../../js/roundedPhotos/tr.gif) top right no-repeat;
	top:0;
}
div.wrapper div.bl {
	background:transparent url(../../js/roundedPhotos/bl.gif) bottom left no-repeat;
	bottom:0
}
div.wrapper div.br {
	background:transparent url(../../js/roundedPhotos/br.gif) bottom right no-repeat;
	bottom:0;
}

