
.subnavigation_center{
	/*width: 658px;*/
	margin: auto;
}
.subnavigation{
    float:left;    
}
.subnavigation .article, .subnavigation .article:hover{
    background-image:url("images/flowbox.gif");
    background-repeat:no-repeat;
    width:209px;
    height:129px;
    margin:20px 5px;
}
.subnavigation .article:hover{
    background-image:url("images/flowboxHover.gif");
    background-repeat:no-repeat;
    cursor:hand;
}
.subnavigation .article img{
    border:none;
    float:right;
    margin-top:5px;
    margin-left:5px;
    margin-right:10px;
}
.subnavigation .article h1{
    color:white;
	font-size:14px;
	letter-spacing:-1px;
	font-weight:bold;
	text-align:center;
	margin-top:3px;
}
.subnavigation .article .text{
    width:190px;
    font-size:11px;
    margin-left:10px;
    line-height:14px;
    overflow:hidden;
    height:82px;
    color:Gray;
    text-decoration:none;
    margin-top:-5px;
}
.subnavigation a{
    text-decoration:none;
}
.subnavigation .shopicon{
    background-image:url("images/subnavShopIcon.gif");
    background-repeat:no-repeat;
    width:64px;
    height:65px;
    float:right;
    margin-right:10px;
}
div.images{
	margin-top:-5px;
}
div.article > div.images{
	margin-top: 10px;
}




