@CHARSET "UTF-8";


.lastestTrophyWidget 
{
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

.lastestTrophyWidget .photos
{
	display: block;
	width:100%;
	overflow: hidden;
}

.lastestTrophyWidget .photos .ltphoto
{
	background: #fbfbfb;
	border-radius: 2px;
	display: block;
	float: left;
	margin: 5px;	
	padding: 5px;
	border: 1px solid #CCC;
}


.lastestTrophyWidget .photos .ltphoto{
	width: 140px;
	overflow: hidden;
	margin: 5px;
	padding: 5px;
	border: 1px solid #ccc;
	float: left;
	background-color: #B89265;
	box-shadow: 0px 0px 8px #ddd;
	-webkit-box-shadow: 0px 0px 8px #ddd;
	-moz-box-shadow: 0px 0px 8px #ddd;
}
.lastestTrophyWidget .photos .ltphoto:HOVER{
	padding: 1px 0 0 1px;
	background: #fff;
	border-color: #aaa;
	box-shadow: 0px 0px 8px #444;
	-webkit-box-shadow: 0px 0px 8px #444;
	-moz-box-shadow: 0px 0px 8px #444;
	margin: 5px;
	padding: 5px;
}
.lastestTrophyWidget .photos .ltphoto img{
	width: 140px;
	height: 120px;
	position: relative;
	margin-bottom: 5px;
}

.lastestTrophyWidget .sm a
{
	display: block;
	color: #B89265;
	font-weight: bold;
	margin-left: 3em;
	float: right;
}