/*gallery:subsection*/
.nextPrevTopBase {
	font-size: 0.9em;
	/*border: 1px solid #FFFFFF;*/
	clear:both;
	width: *;
	height: 2.2em;
	padding-top: 10px;
	padding-bottom: 5px;	
	padding-right: 2px;	
}

.nextPrevBottomBase {
	font-size: 0.9em;
	/*border: 1px solid #FFFFFF;*/
	clear:both;
	width: *;
	height: 2em;
	padding-top: 2px;
	padding-bottom: 5px;	
	padding-right: 2px;	
}

.nextPrevLinkBox {
	float: right;
	margin-left: 5px;
	
	background-color: #E0CBB1;
/*
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #A92F27;
	border-right-color: #A92F27;
	border-bottom-color: #A92F27;
*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;

	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
/*	border-left-style: none;*/

	border-top-color: #A92F27;
	border-right-color: #A92F27;
	border-bottom-color: #A92F27;
	border-left-color: #A92F27;	
	
}

.nextPrevLinkBox a {
	color: #A92F27;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
	width: 100%;
}

.nextPrevLinkBox a:hover {
	color: #D2453E;
}

.pageCurrentBox {
	float: right;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
	color: #616161;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;

	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
/*	border-left-style: none;*/

	border-top-color: #A92F27;
	border-right-color: #A92F27;
	border-bottom-color: #A92F27;
	border-left-color: #A92F27;	
}
.pageXofXBox {
	border: 1px solid #A92F27;
	float: right;
	padding-right: 4px;
	padding-left: 4px;
	color: #616161;
}

.itemSectionBase {
	clear:both;
}

.itemImage {
	height:100px;
}
.itemBase {
	float:left;
/*	border: 1px solid #A92F27;*/
	margin-right: 10px;
	background-color: #D8BE9D;
	padding: 5px;
/*  	padding: 4px;*/	
	width: 135px;
	text-align: center;
	margin-bottom: 10px;
	height:157px;
}
.itemRightBase {
	float:left;
	clear:right;
	background-color: #D8BE9D;
	padding: 4px;
	width: 135px;
	text-align: center;
	margin-bottom: 10px;
	height:157px;
}
.itemText{
	text-align: left;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	line-height: 1.2em;
	font-size: 0.9em;
}

.itemText p {
	padding-top:0px;
	padding-bottom:0px;
	margin-top:5px;
	margin-bottom:0px;
}