.pikachoose{
	width:600px;
	margin-top: 30px;
	margin-left: 10px;
}
/* This is the ul you have all your images in */
	.pikachoose ul{
	padding-left:0;
	width:600px;
	height:400px;
	margin:0;
	overflow:hidden;
}
	.pikachoose ul li{float: left;
	padding:0px;
	margin:0 0px 0px 0;
	position:relative;
	overflow:hidden;
}
	.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:600px;
	height:400px;
	display:block;
	position:relative;
}
/*sine we give it the fake border, you need to position the image a little. */
.pika_main_img{position:absolute;top:0px;left:0px;}
.pika_back_img{position:relative;top:0px;}
.pika_subdiv{position:relative;padding:0px;}
.pika_subdiv img, .pika_subdiv a img{
border:none;}
.pika_caption{
	width:100px;
	height:20px;
	padding-top:4px;
	padding-left:3px;
	text-align:left;
	position:absolute;
	bottom:20px;
	left:0px;
	background:url(../img/black.png) top left;
	padding: 2px 0;
	text-decoration: none;
	font-weight: lighter;
	font-size: 70%;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
}

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