#flashrotator {
	text-align: center;
	margin: 0 0 20px 0;
}

#flashrotator .title {
	color: black;
	font-size: small;
	font-weight: bold;
	margin: 5px auto;
	text-transform: uppercase;
	
}
#flashrotator .flash {
	/*border: 2px solid #BEDF88;*/
	background: url(./flash-rotator-bg.gif) left top no-repeat;
	width: 184px;
	height: 138px;
	padding: 16px 19px;
	margin: 0 auto;
}

#gallery {
	margin-bottom: 5px;
}

#gallery h2 {
	float: none;
	font-size: 1.4em;
	margin-bottom: 5px;
}

#gallery h2 a {
	float: none;
	color: #a9a9a9;	
	font-size: 1.1em;
}

#gallery h2 a:hover {
	color: white;
	background-position: left -23px;
}

#gallery h2 a.galleryname {
	padding-left: 16px;
	background: transparent url(/css/design/gallery-arrows.gif) left top no-repeat;
}

#gallery h2 a.galleryname:hover {
	color: white;
	background-position: left -23px;
}

#gallery h2 a.back {
	display: block;
	float: right;
	width: 200px;
	font-size: 1em;
	text-align: right;
	padding: 0;
	background: none;
}

#gallery .gallery-description {
	color: #5C5C5C;
	font-size: 0.9em;
	padding-left: 10px;
}

#gallery .item {
	float: left;
	width: 174px;
	height:  194px;
	text-align: center;
	vertical-align: middle;
	background: transparent url(/css/design/gallery-bg-bordo.png) left top no-repeat;
	padding: 0 0 12px 0;
	margin-left: 10px;
}

#gallery .item.first {
	margin-left:  0;
}

#gallery .item .phototitle {
	width: 154px;
	height: 20px;
	overflow: hidden;
	text-align: center;
	padding: 0 10px;
	margin: 5px 0 2px 0;
}

#gallery a img {
	border: 3px solid #691d1d !important;
	vertical-align: middle;
}

#gallery a:hover img {
	border-color: #a9a9a9 !important;
}

#gallery .previews img {
	border: 3px solid #691d1d !important;
	vertical-align: middle;
}

#gallery a.more {
	float: right;
	font-size: 1.2em;
	margin: 5px 0 10px 0;
}

#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;
}