div.index-row p.break {
	background-image: url("/img/arrow-mark-down.gif"); 
	background-repeat: no-repeat;
	background-position: 3px 3px;
	text-align: left;
}

div.gallery-image {
	margin: 20px;
	width: 800px;
	}

div.gallery-image a {
	text-decoration: none;
}

div.gallery-image div.next {
	float: right;
}

div.gallery-image div.prev {
	float: left;
}

div.gallery-image div.index {
	text-align:center;
}

div.gallery-image p:first-line{
	font-weight: bold;
}

div.gallery-image p {
	width: 800px;
	padding-right: 0;
	font-weight: normal;
	font-size: 1.1em;
	text-align: left;
	text-indent: 0;
	margin-left:0;
	padding-left: 0;
	}

div.index-row {
	float: left;
	clear: both;
	margin-bottom: 5px;
	margin-left: 10px;
	width: 770px;
}

div.index-image {
	float: left;
	margin-left: 0px;
	margin-right: 5px;
	padding: 0;
	border: blue 1px solid;
	background-color: #EAEAEA;
}

div.index-image p {
	width: 180px;
	padding-right: 0;
	text-indent: 3px;
	padding-left: 0;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 3px;
 	margin-bottom: 3px;
	text-align: left;
	font-size: 75%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

div.index-image div.thumbnail {
	width: 180px;
	height: 135px;
	padding: 0;
	margin: auto;
}


/*
* {border: 1px solid red !important }
*/