a.bbs_grey2 {color:#999999; font-size: 12px; font-weight: bold;}
a.bbs_grey2:hover {color:#61A52C; font-size: 12px;}

.bbs1
{
	FONT-SIZE: 11px; font-style : italic;
	color: #808080;
}

#commt {
	width: 500px;
	border: 1px solid lightgray;
	margin: 5px;
	padding: 4px;
	FONT-SIZE: 14px; 
	font-weight: bold;
	color: #999999;
}
#comm {
	width: 500px;
	border: 1px solid lightgray;
	margin: 2px;
	padding: 2px;
	FONT-SIZE: 12px; 
	text-align: left;
	color: #999999;
}

/* Start - Projects - jCarouselLiteDemo */
    #jCarouselLiteDemo .digg {
        position: absolute;
        left: 610px;
        top: 110px;
    }

    #jCarouselLiteDemo .carousel a.prev, #jCarouselLiteDemo .carousel a.next {
        display: block;
        width: 30px;
        height: 143px;
        text-decoration: none;
        background: url("img/imagenavleft.gif") left 60px no-repeat;
    }
        #jCarouselLiteDemo .carousel a.next {
            background: url("img/imagenavright.gif") right 60px no-repeat;
        }
            #jCarouselLiteDemo .carousel a.next:hover {
                background-image: url("img/imagenavrighthover.gif");
            }
            #jCarouselLiteDemo .carousel a.prev:hover {
                background-image: url("img/imagenavlefthover.gif");
            }    
            #jCarouselLiteDemo .carousel a:hover, #jCarouselLiteDemo .carousel a:active {
                border: none;
                outline: none;
            }                 


    #jCarouselLiteDemo .carousel .jCarouselLite {
        border: 1px solid lightgray;
        width: 450px;
     /*   float: left; */
        background-color: white;
        
        /* Needed for rendering without flicker */
        position: relative;
        visibility: hidden;
        left: -5000px;
        height: 170px;
    }


    #jCarouselLiteDemo .carousel li div{
        background-color: #fff;
        width: 150px;
        height: 150px;
        margin: 10px 10px 0px 10px;
        border: 0px;
    }
        
img.con1 {
	border:2px solid #C5C5C5;
	margin:0;
	padding:1px;
}
table.pic {
	width: 160px;
	height: 160px;
	padding: 1px;
	border-width:1px; 		
	border-style: solid;	
	border-color: #C5C5C5; 	
	background:#EDEDED; 
	vertical-align:middle;
}
/* End - Projects - jCarouselLiteDemo */