



.sortableitem_cat
{
        height:auto;
	width: 500px;
	list-style: none;
}

.closeEl_cat{
        float:left;
        width:550px;
        height:28px;
        padding-top:15px;
        font-size:18px;
        line-height:23px;
        color:#fff;
        font-weight:bold;
        padding-left:50px;
        background:url(gfx/icona.jpg) no-repeat 0px 7px;
}

.itemContent_cat{
        float:left;
        width:500px;
        height:auto;
        display:none;
        font-size:12px;
        line-height:15px;
        padding-left:20px;
}

.link_in{
    color:#000;
    font-weight:bold;
}


#ImageBoxOverlay
{
	background-color: #000;
        zindex:1000;
}
#ImageBoxCaption
{
	background-color: #F4F4EC;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
}
#ImageBoxCaptionImages
{
	margin: 0;
}
#ImageBoxNextImage
{
	background-image: url(images/spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url(images/spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background-image: url(images/lightbox-btn-next.gif);
	background-repeat:	no-repeat;
	background-position: right top;
}
#ImageBoxPrevImage:hover
{
	background-image: url(images/lightbox-btn-prev.gif);
	background-repeat:	no-repeat;
	background-position: left bottom;
}
