/*

	GalleryView Stylesheet
	
	Use the CSS rules below to modify the look of your gallery.
	
	To create additional rules, use the markup below as a guide to GalleryView's architecture.
	
	<div class="gallery">
		<div class="panel">
			<img src="path/to/image.jpg" />
			<div class="panel-overlay">
				...overlay content...
			</div>
			<div class="overlay-background"></div>
		</div>
		<ul class="filmstrip">
			<li class="frame current">
				<img src="path/to/thumbnail.jpg" />
				<div class="caption">caption text</div>
			</li>
			<li class="frame">
				<img src="path/to/thumbnail.jpg" />
				<div class="caption">caption text</div>
			</li>
		</ul>
	</div>
		

*/

/* GALLERY LIST */
/* IMPORTANT - Change '#photos' to the ID of your gallery list to prevent a flash of unstyled content */
/*#gallery { visibility: hidden;}*/

/* GALLERY CONTAINER */
.gallery { /*background: #ddd; border: 1px solid #aaa; padding: 5px;*/}

/* LOADING BOX */
.loader { /*background: url(loader.gif) center center no-repeat #ddd;*/ }

/* GALLERY PANELS */
.panel img{
	text-align:center;
	border:4px solid #2d2d2d;
}

/* DEFINE HEIGHT OF PANEL OVERLAY */
/* NOTE - It is best to define padding here as well so overlay and background retain identical dimensions */
.panel .panel-overlay,
.panel .overlay-background { height: 60px; padding: 0 1em; }

/* PANEL OVERLAY BACKGROUND */
.panel .overlay-background { background: #222; }

/* PANEL OVERLAY CONTENT */
.panel .panel-overlay { color: white; font-size: 0.7em; }
.panel .panel-overlay a { color: white; text-decoration: underline; font-weight: bold; }

/* FILMSTRIP */
/* 'margin' will define top/bottom margin in completed gallery */
.filmstrip { margin: 5px; }

/* FILMSTRIP FRAMES (contains both images and captions) */
.frame {}

/* WRAPPER FOR FILMSTRIP IMAGES */
.frame .img_wrap { border: 1px solid #aaa; }

/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
.frame.current .img_wrap { border-color: #000; }

/* FRAME IMAGES */
.frame img { border: none; }

/* FRAME CAPTION */
.frame .caption { 
	/*font-size: 11px; text-align: center; color: #888; */
	visibility:hidden;
}

/* CURRENT FRAME CAPTION */
.frame.current .caption { 
	color: #000; 
	visibility:hidden;
}

/* POINTER FOR CURRENT FRAME */
.pointer {
	border-color: #000;
}

/* TRANSPARENT BORDER FIX FOR IE6 */
/* NOTE - DO NOT CHANGE THIS RULE */
*html .pointer {
	filter: chroma(color=pink);
}


#main_image {
	height:670px;
}

#main_image img {
	border:2px solid #2d2d2d;
}











@charset "UTF-8";
/* CSS Document */

/*These styles relate to the gallery, some are required by the jquery plugins
*/
.galleria li
{
	display:inline;
	width:60px;
	height:60px;
	overflow:hidden;
	float:left;
	margin:0 10px 10px 0;
}
ul#gallerynav {
	float:left;
	margin-top:15px;
	list-style:none;
	width:100%;
	text-align:center;
}
ul#gallerynav li
{
	float:left;
	padding-left:15px;
}
ul#gallerynav li#prev:hover
{
	/*padding-left:5px;*/
}
div#container div.landscape div img
{
	margin-top:70px;
}
.jcarousel-container img, ul#gallerynav
{
	cursor:pointer;
}
.jcarousel-skin .jcarousel-container {
	margin:0px auto;
}

.jcarousel-skin .jcarousel-container-horizontal {
    width: 550px;
    padding: 20px 40px;
}

.jcarousel-skin .jcarousel-clip-horizontal {
    width:  550px;
    height: 75px;
}

.jcarousel-skin .jcarousel-item-horizontal {
    margin-right: 10px;
}
/**
 *  Horizontal Buttons
 */
.jcarousel-skin .jcarousel-next-horizontal {
    position: absolute;
    top: 33px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: url(images/next-horizontal.gif) no-repeat 0 0;
}

.jcarousel-skin .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin .jcarousel-next-disabled-horizontal,
.jcarousel-skin .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin .jcarousel-prev-horizontal {
    position: absolute;
    top: 33px;
    left: 5px;
    width: 32px;
    height: 32px;
    background: url(images/prev-horizontal.gif) no-repeat 0 0;
	cursor:pointer;
}

.jcarousel-skin .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin .jcarousel-prev-disabled-horizontal,
.jcarousel-skin .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}


/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

/** The following is required to make the jcarousel plugin work properly
*/
.jcarousel-list {
    overflow: hidden;
    position: relative;
    top: 0;
    margin: 0;
    padding: 0;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */

/* Raven Beats Crow section, this styles and hides the information on Raven Beats Crow
*/
.nocontent div#content
{
	display:none;
}
div.raven img
{
	margin-top:35px;
}
div.raven div#content
{
	float:left;
	width:55%;
	font-size:11px;
}
