#holder{
	/* The unordered list that is to be split into pages */

	width:260px;
	overflow:hidden;
	position:relative;
	padding-bottom: 10px;
}

.swControls{
	position:absolute;
	margin-top:5px;
}

a.swShowPage{
	float:left;
	height:16px;
	text-indent:-9999px;
	width:16px;
	background-image: url(../../images/PaginationImg.png);
	background-repeat: no-repeat;
	margin-top: 4px;
	margin-right: 1px;
	margin-bottom: 4px;
	margin-left: 1px;
}

a.swShowPage:hover,
a.swShowPage.active{
	background-image: url(../../images/PaginationImgHover.png);
	background-repeat: no-repeat;
}

#holder li{
	list-style:none outside none;
	margin:0px;
	padding:0px;
	float:left;
	height: 160px;
}

#holder,
#holder li{
	margin: 0px;
	padding: 0px;

}

.clear{
	/* This class clears the floated elements */
	clear:both;
}

.newsimg{
	border:1px solid #ACACAC;
	float: left;
	margin-right: 5px;
	padding: 4px;
}
.newsimg:hover {
	background-color:#CACACA
}
