@CHARSET "UTF-8";

#home-gallery-browser h3 {
	text-indent:-9999em;
	display:block;
	width:580px;
	height:14px;
	background:url(http://www.gen-next.org/themes/gen-next/images/scrollable/header.png) no-repeat;
	font-size:1px;
	line-height:0;
	margin:0 0 2px 0;
	padding:0;
}

#home-gallery-browser {
	margin:0 0 40px 18px;
}

#gallery-tip {
    display:none;
    background:transparent url(http://www.gen-next.org/themes/gen-next/images/tooltip/black_arrow.png);
    font-size:12px;
    height:70px;
    width:160px;
    padding:25px;
    color:#fff;
}

.scrollable {
    position:relative;
    overflow:hidden;
    width: 530px;
    height:104px;
    float:left;
}

.scrollable .items {
    width:20000em;
    position:absolute;
    clear:both;
}

/*
.scrollable img {
    float:left;
    margin:0 1px;
    background-color:#fff;
    cursor:pointer;
}
*/

.scrollable a {
    display:block;
    width:104px;
    float:left;
    margin:0 1px;
    background-color:#fff;
}

.scrollable .active {
    z-index:9999;
    position:relative;
}

.album {
    position:relative;
    overflow:hidden;
    width: 530px;
    height:104px;
    float:left;
}

.album .items {
    width:20000em;
    position:absolute;
    clear:both;
}

.album a {
	display:block;
	width:104px;
	float:left;
	margin:0 1px;
    background-color:#fff;
}

.album .active {
    z-index:9999;
    position:relative;
}

a.browse {
    background:url(http://www.gen-next.org/themes/gen-next/images/scrollable/arrows.png) no-repeat;
    display:block;
    width:24px;
    height:104px;
    float:left;
    margin:0 1px;
    cursor:pointer;
    font-size:1px;
}

a.right { background-position: 0 -104px; clear:right; margin-right:0;}
a.right:hover { background-position:-24px -104px; }
a.right:active { background-position:-24px -104px; } 

a.left { margin-left: 0px; } 
a.left:hover { background-position:-24px 0; }
a.left:active { background-position:-24px 0; }

/*a.disabled {
	background-position:-48px 0;
}   */

#large-image {
	width:580px;
	height:400px;
	text-align:center;
	vertical-align:middle;
	overflow:hidden;
}

#image-title {
	margin:10px 0;
}

