#gallery-box {
        background:#494949;
        padding:17px 7px 7px 10px;
        width:618px;
        float:left;
        }

div.scrollable {
        position:relative;
        overflow:hidden;
        height:260px;
        }

#gallery-box span.headline {
        font-weight:bold;
		color:#fff;
        }

#album-box1 {
        background:#777;
        width:306px;
        height:60px;
        float:left;
        margin: 0 3px 3px 0;
}

#album-box2 {
        background:#666;
        width:306px;
        height:60px;
        float:left;
        margin: 0 3px 3px 0;
}

#gallery-box h1 {
        font-size:12px;
        font-weight:bold;
        margin:10px 0 0 0;
        color:#BBBBBB;
}

h6{
        font-size:11px;
        font-weight:bold;
        margin:10px 0 0 0;
        color:#fff;
		text-decoration:none;
}

.picture {
		width:100px;
		height:60px;
		float:left; 
		margin-right:10px;
		cursor:pointer;
}

#album-text{
	background:#666;
	margin:0 0 5px; 0;
	height:35px;
	width:605px;
	padding:5px;
}
