

/* ----------------IMAGE SLIDER------------- */
#SlideItMoo_outer {  



			 height:195px;
			 background: #ebebec url(/Webs/Veterani/Images/galBg.jpg) repeat-x top   ;
			 margin:0px;
	position:relative; 
	padding:0px  20px 0px;
	vertical-align:bottom;

}
#galouter {  

			 background: #ebebec url(/Webs/Veterani/Images/galBg.jpg) repeat-x top   ;
			 margin:0px;
	position:relative; 
	padding:0px  20px 0px;
	vertical-align:bottom;

}
/* create custom forward-backward buttons for this container */
#SlideItMoo_outer .addfwd,
#SlideItMoo_outer .addbkwd{ 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:50px; 
	height:80px; 
	bottom:30px; 
	right:5px; 
	background:url(/Webs/Veterani/Images/galArrRight.gif) no-repeat center;  
}
#SlideItMoo_outer .addbkwd { 
	left:5px; 
	background:url(/Webs/Veterani/Images/galArrLeft.gif) no-repeat center;  
}

/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner{ 
	position:relative ; 
	overflow:hidden ; 
	height:130px;
	width:820px ; /* 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; 
	width:6000000px;
}

#gal_items
{
	display:block; 
	position:relative; 
	
}
/* single element design */
#gal_items .gal_element { 
	display:block; 
	position:relative; 
	float:left; 
	margin:0px 15px 20px; 
	font-size:11px; 
	padding:2px;
	background-color:#D8D8D8;	
	 height:160px;
	 width:148px;
	text-align:center; 
	color:#4A4A4A;
	overflow:hidden;

}

#gal_items .gal_element2 { 
	display:block; 
	position:relative; 
	float:left; 
	margin:0px 6px 6px; 
	font-size:11px; 
	
	background-color:white;	
	 height:180px;
	 width:143px;
	overflow:hidden;
	 border:solid 1px #dadada;
	  padding:5px;
  color:#5e5e5e	;

}

/* single element design */
#SlideItMoo_items div.SlideItMoo_element { 
	display:block; 
	position:relative; 
	float:left; 
	margin:0px 6px 0px; 
	font-size:11px; 
	padding:2px;
	background-color:#c9c9ca;
	
	text-align:center; 

}
#SlideItMoo_items a,#gal_items a {   display:inline-block; clear:both;  background:white; padding:3px; }
#SlideItMoo_items a,#gal_items a img{ border:none; }


/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/Webs/Veterani/Images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/Webs/Veterani/Images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/Webs/Veterani/Images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/Webs/Veterani/Images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

#SlideItMoo_outer select,#galouter  select
{
	 float:right;display:inline;
}

#SlideItMoo_outer span,#galouter  span
{
	float:left;
	display:inline;
	font-size: 18px;
	color: #384c41;
	
	vertical-align:baseline;
	
}
#galTitle
{
	padding-top: 15px;
	padding-bottom: 5px;
}

div #gal_items .gal_element2 a
{
	 padding:0px;
	
}


