#flashrotator {
	text-align: center;
	margin: 0 0 0 0;
}

#flashrotator .title {
	color: black;
	font-size: small;
	font-weight: bold;
	margin: 5px auto;
	text-transform: uppercase;
	
}
#flashrotator .flash {
	/*border: 2px solid #BEDF88;*/
	margin: 0 auto;
}

#flashrotator a {
	color: #9b3823;
}

#imagerotator .slideshow { 
	width: 180px;
	height: 135px;
	border: 1px solid #ccc; 
	background-color: #eee;
	text-align: center; 
	margin: auto;
}

#gallery {
	margin-bottom: 5px;
}

#gallery h3 {
	float: none;
	font-size: 1.1em;
	margin: 5px 0 5px 10px;
}

#gallery h3 a {
	float: none;
}

#gallery h3 a:hover {
	text-decoration: underline;
}

#gallery h3 a.galleryname {
	/*padding-left: 16px;*/
	/*background: transparent url(/css/design/gallery-arrows.gif) left top no-repeat;*/
}

#gallery h3 a.galleryname:hover {
	text-decoration: underline;
	/*background-position: left -23px;*/
}

#gallery h3 a.back {
	display: block;
	float: right;
	width: 200px;
	font-size: 1em;
	text-align: right;
	padding: 0;
	background: none;
}

#gallery .gallery-description {
	color: #000;
	font-size: 0.9em;
	padding-left: 10px;
}

#gallery .item {
	float: left;
	width: 170px;
	height:  170px;
	line-height: 170px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #CCCCCC;
	background: #DCE6EB;
	padding: 5px;
	margin-left: 5px;
}

#gallery .item.first {
	margin-left:  0;
}

#gallery .item .phototitle {
	width: 134px;
	height: 20px;
	overflow: hidden;
	text-align: center;
	padding: 0 10px;
	margin: 5px 0 2px 0;
}

#gallery a:hover img {
	border-color: #BFBFBF !important;
}

#gallery .item img {
	line-height: 170px;
}

#gallery a.more {
	float: right;
	font-size: 1em;
	margin: 5px 0 10px 0;
}

#gallery a.more:hover {
	text-decoration: underline;
}

#gallery #preview {
	padding: 10px;
	
	text-align: center;
	font-size: 1.2em;
}

#gallery #preview #title {
	margin: 0px 0 5px 0;
	color: #691D1D;
}

#gallery #preview #image {
	width: 100%;
	overflow: hidden;
}

#gallery #preview #description {
	margin: 10px 0 0 0;
	color: #691D1D;
}

#gallery #preview #description p {
	margin: 0;
}