#box_fotos{
	background-color: #00CC99;
	float: left;
	height: 50px;
	width: 464px;
}
#box_thumbs{
	background-color: #FF6633;
	float: left;
	height: 30px;
	width: 464px;
}
.thumbs
{
	background-color: #FFFF66;
	float: left;
	height: 10px;
	width: 100px;
}

#box1 {
	width: 490px;
}
#box2 {
	float: left;
	height: 205px;
	width: 245px;
	background-image: url(../images/bckgr_gal.png);
	background-repeat: no-repeat;
}
#box3 {
	height: 130px;
	width: 200px;
	margin-top: 14px;
	margin-right: 29px;
	margin-left: 14px;
	overflow: hidden;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #072069;
	border-right-color: #072069;
	border-left-color: #072069;
}
#box4 {
	height: 29px;
	width: 200px;
	margin-right: 29px;
	margin-left: 14px;
	overflow: hidden;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
	font-weight: bold;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #072069;
	border-bottom-color: #072069;
	border-left-color: #072069;
	background-color: #ad8d3a;
}

#box4 a {
	color: #072069;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#box4 hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#box5 {
	background-image: url(../images/bckgrd_ver_top.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 15px;
	width: 540px;
}
#box6 {
	width: 540px;
	background-image: url(../images/bckgrd_ver_main.png);
	background-repeat: no-repeat;
	vertical-align: top;
	background-position: center top;
	text-align: center;
}
#box7 {
	background-image: url(../images/bckgrd_ver_bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 15px;
	width: 540px;
}


.pikachoose{
	width:508px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
/* This is the ul you have all your images in */
.pikachoose ul{
	padding-left:0;
	width:510px;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.pikachoose ul li{
	float: left;
	border:1px solid #072069;
	padding:2px;
	margin:0 6px 4px 0;
	position:relative;
}
.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:500px;
	display:block;
	position:relative;
	left: 0px;
	top: 0px;
	overflow: hidden;
	margin-left: 2px;
}
/*sine we give it the fake border, you need to position the image a little. */
.pika_main_img{
	position:absolute;
	top:0px;
	left:0px;
	overflow: hidden;
}
.pika_back_img{
	position:relative;
	top:0px;
	left: 0px;
	overflow: hidden;
}
.pika_subdiv{
	position:relative;
	border:none;
}
.pika_subdiv img, .pika_subdiv a img{border:none;}
.pika_caption{
	width:500px;
	height:16px;
	padding-top:4px;
	text-align:center;
	position:absolute;
	bottom:7px;
	left:3px;
	background-position: left top;
}
.pika_caption a{color:white;}

.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{
	position:relative;
	margin-left:auto;
	cursor:pointer;
	display: block;
	width:50px;
	height:50px;
	background-image: url(../images/pause.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.pika_navigation a{
	font-size: 12px;
	text-decoration: none;
	color: #072069;
	font-weight: bold;
}
.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:1px;
	width:1px;
	background-image: url(../images/rewind.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.pika_next_hover{
	position:absolute;
	top:5px;
	right:5px;
	height:1px;
	width:1px;
	background-image: url(../images/fastf.png);
	background-repeat: no-repeat;
	background-position: right top;
}