
/* See The Future Pickachoose */


.pika-thumbs li {
	width: 50px;
	height:50px;
}

/* each thumb across 50 +padding6 + margin10 + border2 equals 68 x 4 thumbs acrossis width 272 and down is 68 x 6 thumbs down is height 408 */
#pikame {
	width:272px;
	height: 408px;
	margin-top: 10px;
}

h4 {
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	color: #FFF;
}

/* Heaadings for Gallery pages */
	.fullpage {
	margin-top: 20px;
}

div#headings {
	width:900px;
	background: #83351b;
	clear: both;
	margin: 20px auto 30px;
}

/* The container for the projects nav bar */
div#projects {
	width: 1000px;
	margin: 30px auto 0px;
}

/* decorations for each project nav name would be div#projects a {border: 1px groove #EEEEEE;} */


/* placing the specific gallery name over the thumbs, some of the longer names have margin-top set directly in the HTML  */

div#headerright {
	float: right; /* See html for individual margin sets */
}

div#gallery {
	margin: 0px auto 30px;
	width: 1000px;
}

.galleryheading {
	font-size: 20px;
	color: #3e3e3e;
}

.mainheading {
	font-size: 24px;
	color: #3e3e3e;
	text-align: center;
	top: -100px;
}

.projectheading {
	font-size: 5px;
	color: #3e3e3e;
}

.pikachoose {
	width: 955px;
	margin: 0 auto;
	position:relative;
}

.pika-stage {
	position: relative;
	border: 1px solid #83351B;
	padding: 10px 10px 40px 10px;
	height:400px;
	width:600px;
	background: #EDBA60;
}

/*if you change the padding on pika-stage you must adjust the top left of this to match! */
	.pika-stage .main-image {
	position: absolute;
	top: 10px;
	left: 10px;
}

.pika-stage .pika-aniwrap {
	position: absolute;
	top: 10px;
	left: 0px;
}

.pika-stage .pika-aniwrap {
	width:100%;
}

.pika-stage .pika-ani {
	position:relative;
	display: none;
	z-index:2;
	margin:0 auto;
}

.pika-stage img {
	border:0;
	height:100%;
}

.pika-stage .caption {
	position: absolute;
	background: url(../images/pika/75-black.png);
	border: 1px solid #141414;
	font-size: 11px;
	color: #fafafa;
	padding: 10px;
	text-align: right;
	bottom: 50px;
	right: 50px;
}

.pika-stage .caption p {
	padding: 0;
	margin: 0;
	line-height: 14px;
}

.pika-imgnav a {
	position: absolute;
	text-indent: -5000px;
	display: block;
	z-index:3;
}

.pika-imgnav a.previous {
	background: url(../images/pika/prev.png) no-repeat left 45%;
	height: 100%;
	width: 50px;
	top: 10px;
	left: 10px;
	cursor:pointer;
}

.pika-imgnav a.next {
	background: url(../images/pika/next.png) no-repeat right 45%;
	height: 100%;
	width: 50px;
	top: 10px;
	right: 10px;
	cursor:pointer;
}

.pika-imgnav a.play {
	background: url(../images/pika/play.png) no-repeat 0% 50%;
	height: 100px;
	width: 44px;
	top:0;
	left:50%;
	display: none;
	cursor:pointer;
}

.pika-imgnav a.pause {
	background: url(../images/pika/pause.png) no-repeat 0% 50%;
	height: 100px;
	width: 44px;
	top:0;
	left:50%;
	display:none;
	cursor:pointer;
}

.pika-textnav {
	overflow: hidden;
	margin: 10px 0 0 0;
}

.pika-textnav a {
	font-size: 12px;
	text-decoration: none;
	color: #333;
	padding: 4px;
}

.pika-textnav a.previous {
	float: left;
	width: auto;
	display: block;
}

.pika-textnav a.next {
	float: right;
	width: auto;
	display: block;
}

.pika-thumbs {
	margin: 10px 0 0 17px;
	padding: 0;
	overflow: hidden;
	width:250px;
	position: absolute;
	top: 10px;
	right: 30px;
}

.pika-thumbs li {
	float: left;
	list-style-type: none;
	padding: 3px;
	margin: 5px 5px;
	background: #fafafa;
	border: 1px solid #e5e5e5;
	cursor: pointer;
}
 .pika-thumbs li:last {
margin: 0;
}

.pika-thumbs li .clip {
	position:relative;
	height:100%;
	text-align: center;
	vertical-align: center;
	overflow: hidden;
}

/*for the tool tips*/
.pika-tooltip {
	font-size:12px;
	position:absolute;
	color:white;
	padding:3px;
	background-color: rgba(0, 0, 0, 0.7);
	border:3px solid black;
}

.pika-counter {
	position: absolute;
	bottom: 45px;
	left:15px;
	color:white;
	background:rgba(0, 0, 0, 0.7);
	font-size:11px;
	padding:3px;
	-moz-border-radius: 5px;
	border-radius:5px;
}
