.pikachoose{width:465px;margin:12px 0 0 0; auto 50px auto;}
/* This is the ul you have all your images in */
.pikachoose ul {
	padding: 0;
	margin: 50px 0 0 0;
	width: 465px;
	height: 292px;
	overflow: hidden;
	}
.pikachoose ul li {
	position:relative;
	margin: 0 9px 10px 0;
	float: left;
	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 {
	position: relative;
	width: 465px;
	height: 292px;
	display: block;
	}
/*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;
	}
.pika_subdiv img, .pika_subdiv a img {
	border: none;
	}
.pika_caption {
	padding-top: 8px;
	width: 465px;
	height: 41px;
	text-align: left;
	font-size: 10px;
	}
.pika_caption a {
	color: white;
	}

