.pikachoose {
	width: 530px;
	margin: 0 auto 10px auto;
	position: relative;
	/*right: 20px;*/
}

/* ul for all images */
.pikachoose ul {
	padding-left: 0;
	width: 530px;
	/* height: 220px;  // for different galleries with varying thumbnails this seems unnecessary */
	margin: 0;
	overflow: hidden;
}

.pikachoose ul li {
	float: left;
	padding: 2px;
	/*background: #777;*/
	margin: 0 6px 4px 0;
	position: relative;
	overflow: hidden;
}

.pikachoose ul li div img {
	position: relative;
	cursor: pointer;
}

ul#pikame_user { float: right; position: absolute; left: 400px; bottom: 42px; }

.pikachoose ul#pikame_user li { border: 1px solid #ccc; float: none; width: 86px; }

.pikachoose ul#pikame_user li:hover { border: 1px solid #0099CC; }

.pikachoose a.button.large {	
	position: relative;
	left: 398px;
	bottom: 8px;
}


/* Wrapper for all elements. Also where to make fake border around the main img and room for caption */
.pika_main {
	width: 530px;
	height: 250px;
	margin: 10px 0 10px 0;
	display: block;
	position: relative;
}

/* If fake border, adjust positioning. */
.pika_main_img {
	position: absolute;
	top: 0px;
	left: 0px;
	/*width: 244px;*/
	height: 420px;
}

.pika_subdiv img {
	/*width: 265px;*/
	height: 206px;
}

.pika_back_img {
	position: relative;
	top: 0px;
}

.pika_subdiv {
	position: relative;
}

.pika_subdiv img, 
.pika_subdiv a img { border: none; }

.pika_caption {
	width: 350px;
	height: auto;
	text-align: left;
	position: absolute;
	top: 210px;
	left: 0;
	/*background: url(images/overlay.png) top left;
	 here you can set the opacity of box with text
	background: #000;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;*/
	background-color: #fff;
	z-index: 1700; 
}

.pika_caption h1 { margin: 0; border: none; font-size: 1.4em; }

.pika_caption { padding: 10px 0 10px 0; color: #333; /*text-transform: lowercase;*/ font-size: 1.5em; line-height: 1.6em; }

/*.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: url('play.png') top center no-repeat;
}

.pika_play a {
	position: relative;
	margin-left: auto;
	cursor: pointer;
	display: block;
	width: 50px;
	height: 50px;
	background: url('pause.png') top center no-repeat;
}*/

.pika_navigation {
	padding: 10px 0 0 5px;
	clear: both;
	text-align: left;
	font-size: 1.4em;
	text-transform: lowercase;
}

.pika_navigation a {
	text-decoration: none;
}

.pika_navigation a:hover { text-decoration: none; }

/* if you want to 'hide' these just make their height and width 1px */
.pika_prev_hover {
	position: absolute;
	top: 5px;
	left: 5px;
	height: 1px;
	width: 1px;
	background: url('rewind.png') top left no-repeat;
}

.pika_next_hover {
	position: absolute;
	top: 5px;
	right: 5px;
	height: 1px;
	width: 1px;
	background: url('fastf.png') top right no-repeat;
}
