.smartitem_itemloop{
    margin-top: 20px;
    }
.smartitem_itemloop ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    }
.smartitem_itemloop ul li{
    float: left;
    width: 150px;
    height: 200px;
	margin-right: 20px;
    border: 1px dashed #DDD;
    text-align: center;
    }
.smartitem_itemloop ul li h4{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
	}
.smartitem_itemloop ul li h4 a{
	margin: 0;
	padding: 0;
	border: 0;
	}
.smartitem_itemloop ul li p{
	margin: 0;
	padding: 0;
	}
.smartitem_itemloop ul li img.smartitem_image{
    display: block;
    }
.smartitem_itemloop ul li a:hover{
	border-bottom: 0;
	}
.smartitem_itemloop ul li h4{
    margin: 0;
    padding: 0;
    text-align: center;
    }
.smartitem_itemloop ul li ul li{
    float: none;
    }
.smartitem_item_category{}

/*** THUMBS ***/
.smartitem_categoryItems{
	width: 500px;
}
.smartitem_categoryItems ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.smartitem_categoryItems ul li{
	margin: 0;
	padding: 0;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	float: left;
	width: 100px;
	height: 160px;
	text-align: center;
}
.smartitem_categoryItems ul li h4{
	/*height: 29px;*/
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 0;
}
.smartitem_categoryItems ul li p{
	margin: 0;
	padding: 0;
	}
.smartitem_categoryItems ul li h4 a{
	display: block;
}
.smartitem_categoryItems .smartitem_adminlink a,
.smartitem_categoryItems .smartitem_adminlink img{
	display: inline;
}
.smartitem_categoryItems ul li img{
	display: block;
	margin-top: 6px;
}

/***ITEM***/
.smartitem_item .item{
	border: 0;
	}
.smartitem_item h4{
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
.smartitem_prevnext{
	padding: 10px;
	margin-top: 10px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	height: 100%;
	}
.smartitem_prevnext .smartitem_prev{
	float: left;
	}
.smartitem_prevnext .smartitem_next{
	float: right;
	}