.gallery_wrapper {
	width: 888px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 22px;
	margin-left: auto;
	position: relative;
	height: 303px;
	background-color: #d9d9d9;
	background-image: url(../images/gallery_header.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 8px;
	padding-left: 8px;
	overflow: hidden;
}
#wrapper #page_content #full_width_text .gallery_wrapper h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #FFF;
	display: block;
	float: left;
	padding: 0px;
	width: 345px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	text-align: left;
	font-weight: normal;
}
.listing_copy     {
	float: left;
	padding: 0px;
	width: 345px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
}
#wrapper #page_content #full_width_text h1 span.h1_blue {
	font-size: 30px;
	line-height: 32px;
	color: #006db8;
	font-weight: normal;
	display: block;
	float: left;
}
#wrapper #page_content #full_width_text h1 span.h1_white {
	font-size: 30px;
	line-height: 32px;
	color: #000;
	font-weight: normal;
	display: block;
	float: left;
}
#wrapper #page_content #full_width_text h1 a.link_4_berth {
	font-weight: normal;
	background-color: #256DB8;
	padding-right: 8px;
	padding-left: 8px;
	display: block;
	float: left;
	color: #FFF;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	line-height: 12px;
	margin-top: 9px;
	margin-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.pikachoose{
	width:526px;
	float: left;
}
/* This is the ul you have all your images in */
.pikachoose ul{
	margin: 0px;
	overflow:hidden;
	padding: 0px;
}
.pikachoose ul li{
	background:#777;
	position:relative;
	overflow:hidden;
	height: 95px;
	width: 127px;
	margin-bottom: 5px;
	margin-left: 5px;
	float: left;
}
.pikachoose ul li div img{position:relative;cursor:pointer;}

/* this is the surroundner for all your elements. This is also the fake border around the main img and room for caption */
.pika_main{
	width:390px;
	height:295px;
	display:block;
	position:relative;
	overflow: hidden;
	float: left;
	margin: 0px;
	padding: 0px;
}
/*sine we give it the fake border, you need to position the image a little. */
.pika_main_img{position:relative;}
.pika_subdiv{
	position:relative;
	background:#777;
	height: 297px;
	width: 394px;
}
.pika_animationDivs{
	top:0px;
	left:0px;
} /*must match top/left padding for subdiv */
.pika_subdiv img, .pika_subdiv a img{
	border:none;
	height: 297px;
	width: 394px;
}
.pika_caption{
	width:394px;
	height:16px;
	padding-top:0px;
	text-align:center;
	position:absolute;
	bottom:0px;
	left:0px;
	background:url('black.png') top left;
}
.pika_caption a{
}

.pika_play{position:absolute;z-index:1;left:50%;margin-left:-25px;width:50px;top:5px;}
.pika_play a{
	position:relative;
	margin-left:auto;
	cursor:pointer;
	display: block;
	width:50px;
	height:50px;
	background-image: url(../images/play.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.pika_play a.pika_stop_button{
	background-image: url(../images/pause.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.pika_navigation a{font-size: 12px; text-decoration: none;}
.pika_navigation a:hover{text-decoration: underline;}
.pika_navigation{padding-top:10px;clear:both;text-align:center;}

/* if you want to 'hide' these jus make their height and width 1px */
.pika_prev_hover{
	position:absolute;
	top:5px;
	left:5px;
	height:456px;
	width:100px;
	background-image: url(../images/rewind.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.pika_next_hover{
	position:absolute;
	top:5px;
	right:5px;
	height:456px;
	width:100px;
	background-image: url(../images/fastf.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.listing_copy p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	padding: 0px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
}

