.photos {
	text-align:center;
	margin:20px 0px 0px 25px;
}

.photos  img{
	width:170px;
	margin:0px 30px 0px 0px;
}

.topm {
	margin-top:30px;
	clear:both;
}

.banners {
	text-align:center;
	margin:20px 0px 0px 63px;
	width:620px;
}

.banners .left {
	float:left;
	clear:both;
}

.banners .right {
	float:right;
}


.banners a {
	opacity:0.6;
	filter:alpha(opacity=60);
	width:281px;
	height:100px;
	display:block;
	overflow:hidden;
}

.banners img{
	width:240px;
}

.banners a:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

.price {
    position:absolute;
    display:none;
    background:url(label.png) no-repeat left top;
    width:145px;
    height:86px;
    //margin:-5px 0px 0px 560px;
    text-align:left;
    vertical-align:middle;
    filter:expression(fixPNG(this));  
}

#likes {
	display:block;
	margin:20px 0px 20px 90px;
	width:500px;
	height:25px;
}

#likes .item {
	display:block;
	float:left;
	margin:0px 0px 0px 10px;
	width:100px;
}