
/**
 *	HoverScroll Style Sheet
 *
 *	@author RasCarlito <carl.ogren@gmail.com>
 *	@version 0.2.0
 */

/* Main container */
div.hoverscroll {
	position: absolute;
/*	background-image: url(../images/gallery_cont.png);
background-color: transparent;
background-position: center top;
background-repeat: no-repeat;*/
	/*margin-top: 90px;*/
}


/* Hover Zones */
div.hoverscroll div.hoverZoneLeft,
div.hoverscroll div.hoverZoneRight,
div.hoverscroll div.hoverZoneTop,
div.hoverscroll div.hoverZoneBottom {
	position:absolute;
}
div.hoverscroll div.hoverZoneLeft {
	cursor: url('/Portals/0/jquery/gfx/mouse-arrow-left.cur'), w-resize;
	top:0px;
	left:0px;
	width:40%;
	height:100%;
}
div.hoverscroll div.hoverZoneRight {
	cursor: url('/Portals/0/jquery/gfx/mouse-arrow-right.cur'), w-resize;
	top:0px;
	right:0px;
	width:40%;
	height:100%;
}
div.hoverscroll div.hoverZoneTop {
	cursor: url('/Portals/0/jquery/gfx/mouse-arrow-up.cur'), n-resize;
	top:0px;
	left:0px;
	width:100%;
	height:40%;
}
div.hoverscroll div.hoverZoneBottom {
	cursor: url('/Portals/0/jquery/gfx/mouse-arrow-down.cur'), n-resize;
	bottom:0px;
	left:0px;
	width:100%;
	height:40%;
}



/* Arrows */
div.hoverscroll div.arrowleft,
div.hoverscroll div.arrowright,
div.hoverscroll div.arrowtop,
div.hoverscroll div.arrowbottom {
	position:absolute;
	background-color: transparent;  /*#AD8038;*/
	background-position:center;
	background-repeat:no-repeat;
	opacity:0.8;
	filter:alpha(opacity=80);
}

div.hoverscroll div.arrowleft,
div.hoverscroll div.arrowright {
	height:24px;
	top:60px;
	width:24px;
}
div.hoverscroll div.arrowleft {
	left:-26px;
	background-image:url(../images/gallery_Left.png);
}
div.hoverscroll div.arrowright {
	right:-26px;
	background-image:url(../images/gallery_Right.png);
}

div.hoverscroll div.arrowtop,
div.hoverscroll div.arrowbottom {
	left:0px;
	width:100%;
	height:40px;
}
div.hoverscroll div.arrowtop {
	top:0px;
	background-image:url('/Portals/0/jquery/gfx/arrow-up-small.png');
	
}
div.hoverscroll div.arrowbottom {
	bottom:0px;
	background-image:url('/Portals/0/jquery/gfx/arrow-down-small.png');
}

/* List container */
div.hoverscroll div.listcontainer {
	overflow:hidden;
}

/* Actual list containing items */
div.hoverscroll ul.list {
	list-style:none;
	margin:0;
	padding:0;
	/*margin-top: 95px;*/
	text-align: center;
}



/* List items */
div.hoverscroll ul.list li.horizontal-item,
div.hoverscroll ul.list li.vertical-item {
	display:block;
	padding:2px;
}
div.hoverscroll ul.list li.horizontal-item {
	float:left;
}
div.hoverscroll ul.list li.vertical-item {
	
}
 #gallerywrapper{
 	width: 1392px!important;
 }
 
#maingallery{
position:relative;
right:38px;
top:8px;
}

