.inner2 {
    position: relative;
    width: 976px;
    height:370px;
    margin: 0 auto;
}

.inner2 > a > img {
    width: 170px;
    height: 455px;
    display: block;
    float: left;

    margin: 5px 10px;
    padding: 1px;

    background-color: #ffffff;
    border: none;
    box-shadow: 0px 2px 4px 0px #808080;


}

.inner2-page-img {
    position: relative;
    width: 550px;
    height:370px;
    margin: 0 auto;
}
.inner2-page-content {
    position: relative;
    width: 550px;
    height:100px;
    margin: 0 auto;

    font-size: 19px;
    line-height: 30px;
    letter-spacing:1px;
    text-shadow: #eeeeee 0 1px 0;
}

.p1{
	border-style:none;
	border-width: 3px;
	border-color:#CCFF00;
}
.p2{
	opacity:0.8;
	filter:alpha(opacity=80); /* lt IE 9 */
}


/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}