/* ----------------IMAGE SLIDER------------- */
#SlideItMoo_outer {  
	width:510px; 
	margin:10px auto 10px; 
	background:#333333 ; 
	display:block; 
	position:relative; 
	padding:0px 10px 0px;
	border-bottom:5px #000000 solid;
}
/* create custom forward-backward buttons for this container */
#SlideItMoo_outer .SlideItMoo_forward,
#SlideItMoo_outer .SlideItMoo_back{ 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:25px; 
	height:200px; 
	bottom:0px; 
	right:5px; 
	background:url(../images/slideitmoo_forward.png) no-repeat center;  
}
#SlideItMoo_outer .SlideItMoo_back { 
	left:5px; 
	background:url(../images/slideitmoo_back.png) no-repeat center;  
}

/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner{ 
	position:relative ; 
	overflow:hidden ; 
	width:474px ; /* set a display width to make the slider look good in case js is disabled */
	margin:0px auto 0px;
	padding:10px 0px 10px;
}
/* the thumbnails container; set a width on it so everything will be fine */
#SlideItMoo_items { 
	display:block; 
	position:relative; 
}
/* single element design */
#SlideItMoo_items div.SlideItMoo_element { 
	display:block; 
	position:relative; 
	float:left; 
	margin:0px 15px 0px; 
	font-size:11px; 
	width:128px; 
	text-align:center; 
	color:#FFFFFF;
}
#SlideItMoo_items a { padding:0px; margin:3px 0px 3px; clear:both; display:block; background:#333333; padding:2px; }
#SlideItMoo_items a img{ border:none; }


/* Scroller*/

.scrollControlsY{
	display:block;
	position: absolute;
	top:0;
	right:0;
	height:100%;
	width:12px;
}

.upBtn{
	display:block;
	top:0;
	right:0;
	width:12px;
	height:17px;
	background: url(http://www.gatecrasher.com/images/upBtn.gif) no-repeat 0 0px;
	cursor:pointer;
}

.upBtn:hover{
	background: url(http://www.gatecrasher.com/images/upBtn.gif) no-repeat 0 -17px;
}

.event-panel-body .upBtn { background-image:url(http://www.gatecrasher.com/images/upBtn-dark.gif); background-position: 0 -17px; }
.event-panel-body .upBtn:hover { background-position: 0 0; }

.downBtn{
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	width:12px;
	height:17px;
	background: url(http://www.gatecrasher.com/images/downBtn.gif) no-repeat 0 -17px;
	cursor:pointer;
}

.downBtn:hover{
	background: url(http://www.gatecrasher.com/images/downBtn.gif) no-repeat 0 0px;
}

.event-panel-body .downBtn { background-image:url(http://www.gatecrasher.com/images/downBtn-dark.gif); }
.event-panel-body .downBtn:hover { background-position: 0 0; }

.scrollBar{
	display:block;
	position: absolute;
	top:17px;
	right:0;
	bottom:17px;
	width:12px;
	background: url(http://www.gatecrasher.com/images/scrollBar.gif) repeat-y center top;overflow:hidden;
}

.scrollHandle{
	display:block;
	position:absolute;
	top:0px;
	right:0;
	width:12px;
	height:35px;
	min-height:13px;
	cursor: pointer;
	padding: 0;
}

.scrollHandleBG{
	display:block;
	position: relative;
	height:100%;
	width:8px;
	margin:0 2px;
	background: url(http://www.gatecrasher.com/images/scrollHandleBG.gif) repeat-y 0 0 ;
  
}

.scrollHandle .scrollHandleBG:hover, .scrollHandle:hover .scrollHandleBG{
	background: url(http://www.gatecrasher.com/images/scrollHandleBG.gif) repeat-y;
}

.scrollHandle-Active .scrollHandleBG:hover, .scrollHandle-Active:hover .scrollHandleBG, .scrollHandle-Active .scrollHandleBG{
	background: url(http://www.gatecrasher.com/images/scrollHandleBG.gif) repeat-y ;
}

scrollHandleMiddle{
	display:block;
	position: absolute;
	width:8px;
	background: url(http://www.gatecrasher.com/images/scrollHandleBG.gif) no-repeat 0 0  ;
	top:50%;
	margin:-5px 0 0 0;
}

.scrollHandle .scrollHandleMiddle:hover, .scrollHandle:hover .scrollHandleMiddle{
	background: url(http://www.gatecrasher.com/images/scrollHandleBG.gif) repeat-y;
}

.scrollHandle-Active .scrollHandleMiddle:hover, .scrollHandle-Active:hover .scrollHandleMiddle, .scrollHandle-Active .scrollHandleMiddle{
	background: url(http://www.gatecrasher.com/images/scrollHandleBG.gif) repeat-y;
}

.scrollHandleTop{
	display:block;
	position:absolute;
	width:8px;
	background: url(http://www.gatecrasher.com/images/scrollHandleBG.gif) no-repeat;

}

.scrollHandle .scrollHandleTop:hover, .scrollHandle:hover .scrollHandleTop{
	background: url(http://www.gatecrasher.com/images/scrollHandleBG.gif) no-repeat;
}

.scrollHandle-Active .scrollHandleTop:hover, .scrollHandle-Active:hover .scrollHandleTop, .scrollHandle-Active .scrollHandleTop{
	background: url(http://www.gatecrasher.com/images/scrollHandleBG.gif) no-repeat;
}

.scrollHandleBottom{
	display:block;
	position:absolute;
	width:8px;
	background: url(http://www.gatecrasher.com/images/scrollHandleBG.gif) no-repeat;
	bottom:0;
	margin:0 2px;
}

.scrollHandle .scrollHandleBottom:hover, .scrollHandle:hover .scrollHandleBottom{
	background: url(http://www.gatecrasher.com/images/scrollHandleBG.gif) no-repeat;
}

.scrollHandle-Active .scrollHandleBottom:hover, .scrollHandle-Active:hover .scrollHandleBottom, .scrollHandle-Active .scrollHandleBottom{
	background: url(http://www.gatecrasher.com/images/scrollHandleBG.gif) no-repeat;
}*/


