@charset "UTF-8";
/* CSS Document */

/* this makes it possible to add next button beside scrollable */
.scrollable {
/*	float:left;*/
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:#ff33cc no-repeat;
	display:block;
	width:20px;
	height:72px;
	margin:1px 0 0 0;
	cursor:pointer;
	font-size:1px;
}

#container.multimediaWallpaper a.browse {
	height:110px;
}

/* right */
a.right 		{
	background: url("../../_img/common/home-boxes-right-arrow.gif") no-repeat;
	background-position: 0 50%;
/*	clear:right;*/
	margin-right: 0px;
	float: right;
}

a.right:hover 	{ background-position: -27px 50%; }
a.right:active 	{ background-position: -27px 50%; }


/* left */
a.left			{
	background: url("../../_img/common/home-boxes-left-arrow.gif") no-repeat;
	background-position: -7px 50%;
	margin-left: 0px;
	float: left;
}
a.left:hover  	{ background-position: -34px 50%; }
a.left:active  	{ background-position: -34px 50%; }

/* up and down */
a.up, a.down		{ 
	background:url(scrollable/arrow/up.png) no-repeat;
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	


