/*_____________________________________________ Start - Projects - jCarouselLiteDemo _____________________________________________*/

#jCarouselLiteDemo .carousel  {
    padding: 5px 0 0 0;
    position: relative;   
}


#jCarouselLiteDemo .moreItems  {
    width:250px;
}

#jCarouselLiteDemo .carousel a:hover, #jCarouselLiteDemo .carousel a:active {
	border: none;
	outline: none;
}         

#jCarouselLiteDemo .vertical {
	margin-left: 10px;
}
#jCarouselLiteDemo .vertical .jCarouselLite {   /* so that in IE 6, the carousel div doesnt expand to fill the space */
	width: 350px;
	height: 500px;	
}


button.prev, a.next, a.next:hover{
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	text-decoration: none;
	background: url("../images/imageNavLeft.gif") no-repeat top left;
	border: none;
	outline: none;
	margin-left: 0.2em; margin-top: 1em;
}
button.next, a.next, a.next:hover{
	display: block;
	float: right;
	height: 30px;
	width: 30px;
	text-decoration: none;
	background: url("../images/imageNavRight.gif") no-repeat top right;
	border: none;
	outline: none;
	margin-right: 1em; margin-top: 1em;
}	

#image_list {
margin: 0pt; 
padding: 0pt; 
position: relative; 
list-style-type: none; 
z-index: 1; 
height: 2465px; 
width:170px;
top: -870px;
margin-top: 0.3em;
}


#memu_left_carousel{
margin-top: 0.5em;
margin-bottom: 0.5em;
}
#menu_left_carousel#image_div{
overflow: hidden; 
visibility: visible; 
position: relative; 
z-index: 2; 
left: 0px; 
margin-top:1.3em;
}


#image_div img  {
	border:outset 3px #ffd700 	  ; padding:2px;
}
/*_____________________________________________ End - Projects - jCarouselLiteDemo _____________________________________________*/

