/* 
** позиционирование
*/
#content v\:roundrect {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	text-align: center;
	$width: 150px;
	$height: 150px;
}

a>/**/v\:roundrect {
	border-width: 2px;
	width: 146px;
	height: 146px;
}

.photo-h {
	margin-top: 37px; /* (146-36*2) / 2 */
}

.photo-v {
	margin-top: 19px; /* (146-36*3) / 2 */
}
	
/* шрифт */
/*body {
	text-shadow: 0 0 #000;
}*/

/* 
** цвет
*/
body, a {
	background-color: black;
	color: #ddd;
}

#content v\:roundrect {
	border-color: #333;
	scrollbar-face-color: expression(
		runtimeStyle.scrollbarFaceColor = '#fff',
		onmouseover = function() {fillcolor = '#222'},
		onmouseout = function() {fillcolor = 'none'}
	);
}
	
a>/**/v\:roundrect:hover {
	background-color: #222;
}

/* 
** разное
*/
#content v\:roundrect {
	cursor: pointer;
	cursor: hand;
	-moz-border-radius: .3em;
	-webkit-border-radius: .3em;
	border-radius: .3em;
}

a>/**/v\:roundrect {
	border-style: solid;
}
