#scroller
{
	width: 260px;
	height: 175px;
	margin: 15px;
	border: 1px solid #305535;
	overflow: hidden;
}

#scroller a img { border: none; }
#scroller img
{
	width:   260px;
	height:  175px;
	border-right:  1px solid #305535 !important;
	border-bottom: 1px solid #305535 !important;
	float: left;
}

