.photogallery {
    width           : 597px;
    float           : left;
}

    .js {
        height          : 94px;
        overflow        : hidden;
    }
    
    .js div {
        float           : left;
        display         : inline;
    } 


.photogallery ul {
    list-style-type : none;
    margin          : 0;
    padding         : 0;
    
    height          : auto;
    \height			: 1%;
    overflow        : hidden;
    
}

.photogallery a {
	outline			: none;
	-moz-outline	: none;	
}

.photogallery a img {   
    border          : 1px #ccc dotted;
    margin          : 0 -1px 0 0;
    padding         : 5px;
	width			: 138px;
	height			: 82px;
}

.photogallery li,
.photogallery li img {
    float           : left;
    display         : inline;
}

.prevlink, .nextlink {
    float               : left;
    height              : 92px;
    width               : 30px;
    font-size           : 0;
    text-indent         : -9999em;
    background-color    : #fafafc;
    background-position : center;
    background-repeat   : no-repeat;
    border              : 1px #dcdcdc solid;
    outline             : none;
    -moz-outline        : none;
    
}

    .prevlink { margin  : 0 2px 0 0; background-image: url(../images/bg_windownews_indexnews_prev.gif); }                
    .nextlink { margin  : 0 0 0 2px; background-image: url(../images/bg_windownews_indexnews_next.gif); }

.mypgcontainer {
    margin          : 20px 0;
    width           : 668px;
    height          : auto;
    \height			: 1%;
    overflow        : hidden;
}
