.itemodd {
	font-family: Arial, Helvetica, sans-serif;
	
	color: #000066;
	background:#ffffff;
	width: 33%;
	/*height: 130px;*/
	padding: 5px;
	margin: 1px;
	float: left;
	/*display: inline;*/
}

.pulldown{
	display: inline;
}
.itemodd>image{
	border: 1px solid Black;
}
.itemeven {
	font-family: Arial, Helvetica, sans-serif;
	
	color: #000066;
	background:#eeeeee;
	width: 33%;
	/*height: 130px;*/
	padding: 5px;
	margin: 1px;
	float: right;
	/*display: inline;*/
}

.row {
	width					: 100%;
	height					: 150px;
	position				: relative;
	clear					: both;
}
.items{
	width: 100%;
}
.title {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.link {
	text-align: right;
}
.pages {
	font-family:  Arial, Helvetica, sans-serif;
	width: 100%;
	text-align: center;
}
.image{
	float: left;
	display:block;
}

.selectedPage {
	font-weight: bold;
}
body{
	font-size : 12px;
}
