.jimgMenu {
	position:relative;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width:475px;
	height:315px;
	overflow: visible;
}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 315px;
	position: relative;
    width: 95px;
	}
	
.jimgMenu ul li {
	width: 95px;
	float: left;
	display: block;
	overflow: hidden;
    background-color: #C2C1C1;
}

.jimgMenu ul li a {
	text-indent: -1000px;
	background:#fff repeat scroll 0%;
	border-right: 3px solid #fff;
	cursor:pointer;
	display:block;
	overflow: hidden;
	height: 200px;
}


.jimgMenu ul li#pr1 {
    top: 40px;
    height: 275px;
}
.jimgMenu ul li#pr2{
    top: 55px;
    height: 260px;
}

.jimgMenu ul li#pr3{
    top: 40px;
    height: 275px;
}

.jimgMenu ul li#pr4{
    top: 20px;
    height: 295px;
}

.jimgMenu ul li#pr5{
    top: 0px;
    height: 315px;
}

.jimgMenu ul li#pr1 a {
    height: 275px;
}

.jimgMenu ul li#pr2 a {
    height: 260px;
}

.jimgMenu ul li#pr3 a {
    height: 275px;
}

.jimgMenu ul li#pr4 a {
    height: 295px;
}

.jimgMenu ul li#pr5 a {
	border-right-style: none;
    height: 315px;
}

.clear {
	clear: both;
}
