/*body {
	background:#e9f4f3;
}
* {
	padding:0px;
	margin:0px;
}*/
#contentR .galleryview {
	height:auto!important;
}
/*#contentR .galleryview,*/
	#contentR .strip_wrapper {
	height:135px!important;
}
#contentR .boxcaption a {
	color:#eddec4;
	text-decoration:none;
}
#contentR .boxcaption a:hover {
	text-decoration:underline;
}
#contentR .boxcaption h3 {
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	letter-spacing:-1px;
	font-weight: normal;
	margin:0 0 0.2em 0;
	text-transform:none;
}
#contentR .boxgrid {
	float:left;
	width: 152px;
	height: 116px;
	margin:5px;
	padding: 0;
	background:#ffffff;
	overflow: hidden;
	position: relative;
}
#contentR .boxgrid img {
	background:#ffffff;
	border:1px solid #2f3333!important;
	/*position: absolute;*/
	/*top: 0;
	left: 0;*/
	margin:0;/*padding: 5px;*/
}
#contentR .boxgrid p {
	padding: 0;
	color:#eddec4;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-style:italic;
}
#contentR .boxcaption {
	position: absolute;
	background: #000;
	height: 60px;
	width: 140px;
	margin:0 1px;
	padding:8px 5px 0 5px;
}
#contentR .captionfull .boxcaption {
	top: 116px;
	left: 0;
}
#contentR .caption .boxcaption {
	top: 116px;
	left: 0;
}
#contentR #pointer {
	/*display:none!important;*/
	width:0!important;
	height:0!important;
}

/* ---- GalleryList ---- */
#contentR #photos {
	visibility: hidden;
}
#contentR .gallery {
	background: #ddd;
	border: 1px solid #aaa;
	padding: 5px;
}
#contentR .loader {
	background: url(loader.gif) center center no-repeat #ddd;
}
#contentR .panel {}
#contentR .panel .panel-overlay,  .panel .overlay-background {
	height: 60px;
	padding: 0 1em;
}
#contentR .panel .overlay-background {
	background: #222;
}
#contentR .panel .panel-overlay {
	color: white;
	font-size: 0.7em;
}
#contentR .panel .panel-overlay a {
	color: white;
	text-decoration: underline;
	font-weight: bold;
}

/* filmstrip */
#contentR .filmstrip {
	margin: 5px;
}
#contentR .frame {}
#contentR .frame .img_wrap {
	border: 1px solid #aaa;
}
#contentR .frame.current .img_wrap {
	border-color: #000;
}
#contentR .frame img {
	border: none;
}
#contentR .frame .caption {
	font-size: 11px;
	text-align: center;
	color: #888;
}
#contentR .frame.current .caption {
	color: #000;
}
#contentR .pointer {
	border-color: #000;
}
*html .pointer {
	filter: chroma(color=pink);
}

/* nav buttons */
#contentR .nav-next {
	position:absolute;
	right:15px;
	top:3px;
}
#contentR .nav-prev {
	position:absolute;
	left:15px;
	top:3px;
}
#contentR .nextprev {
	width:662px;
	background:#000;
	height:25px;
	position:relative;
	/*margin-left:16px;*/
}
.nextprev a {	color:#fff; font-size:1em; font-family:Georgia, "Times New Roman", Times, serif; text-decoration:none;} /*FDC 5/03/2010*/
.nextprev a:hover {text-decoration: underline}/*FDC 5/03/2010*/
