

/* ------PAGE NAVIGATION------ */

/* outmost wrapper element, containing all elements  */
#scrollable {
	margin:10px;
	width:980px;
	margin: auto;
}

/* container for the scrollable items */
div.items {
	height:550px;	
	margin-left:9px;
	width:942px !important;
}




/* ------GALLERY------ */

/* outmost wrapper element containing all elements */
div.galleryscrollable {
	padding:0px;
	width:auto;
}

div.galleryhorizontal {
	height:104px;
	float: left;	
}

div.characters {
	background-color:#3e7d83;	
}

div.dvd {
	background-color:#0b454b;	
}

div.characteritems {
	margin-top:3px;
	
}


/* container for the scrollable items */
div.galleryhorizontal div.galleryitems {
	height:96px;
	padding-top:3px;
	float:left;
	width:432px !important;
}


/* single item */
div.galleryitems a {
	display:block;
	width:78px;
	height:96px;
	float:left;
	margin-right:8px;
}


div.galleryitems a:hover {
	color:#ccc;
	outline: none;
}


div.galleryitems a.active {
	background-position:-174px 0;		
	cursor:default;
}



/* next / prev buttons */
a.galleryprev, a.gallerynext {
	background:url(../img/global/gallerybutton_left.png) no-repeat 0 0;
	display:block;
	width:18px;
	height:104px;
	float:left;
	cursor:pointer;
}

a.gallerynext {
	background-image:url(../img/global/gallerybutton_right.png)		
}

a.galleryprev:hover {
	background-position:0 -104px;		
}

a.gallerynext:hover {
	background-position:0 -104px;		
}



/* navigator */
div.gallerynavi {
	position:relative;
	top:-20px;
	left:300px;
	margin-left:-60px;
	width:50px;
	height:0px;
}



/* items inside navigator */
div.gallerynavi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../img/global/dots.png) 0 0 no-repeat;     
	cursor:pointer;
}

div.gallerynavi span:hover {
	background-position:0 -8px;      
}

div.gallerynavi span.active {
	background-position:0 -16px;     
} 	