/* GALLERY LIST */

/* GALLERY CONTAINER */
.galleryview { 
	background: #FFF;!important 
	z-index: 2;!important
}

/* GALLERY PANELS */
.panel {
	background: none;!important
}

.panel img {
	border: #ccc 1px solid;
	margin-left: 20px;
	margin-top: 10px;
	}

/* FILMSTRIP */
.filmstrip { 
	margin: 0 0 0 0;!important 
	border: none;!important
}

/* FILMSTRIP FRAMES (contains both images and captions) */
.frame {
	border: none;!important
}

/* WRAPPER FOR FILMSTRIP IMAGES */
.frame .img_wrap { 
	border: none;!important 
}

/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
.frame.current .img_wrap {
	border: none;!important
}

/* FRAME IMAGES */
.frame img {
	border: 1px solid #E4E0E1;!important
}

/* FRAME CAPTION */
.frame .caption { 
	border: none;!important 
}

/* CURRENT FRAME CAPTION */
.frame.current .caption { 
	border: none;!important 
}

/* POINTER FOR CURRENT FRAME */
.pointer {
	border: none;!important 
}

*html .pointer {
	border: none;!important 
}
