/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/


.listingImage
{
	webkit-border-radius:100% !important;
	-moz-border-radius:100% !important;
	border-radius: 100% !important;
}

.black_overlay {
    background-color: #000000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.75;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 91111;
}

.white_content {
    display: none;
    left: 50%;
    overflow: hidden;
    padding: 0 2px 8px 0;
    position: fixed;
    top: 50%;
    z-index: 99999;
}