

 img:-moz-broken
 {
    	-moz-force-broken-image-icon:0;
	width:128px;
	height:128px;
	background:url('../shared_images/default_image.png') no-repeat;
 }



.image-container-outer {
    height: auto;
    text-align: center;
   
    width:auto;
    max-width:100%;
   
    display:inline-block;
    float:left;
    margin:0px 20px 20px 0px;
}

.image-container-inner
{

}

.image-container-inner img {
    border: none;
    display:block;
    max-width:100%;
    float:none;
    margin:none;

}

.image-container-outer.Left
{
	float:left;
}


.image-container-outer.Right
{
	float:right;
	margin:0px 0px 10px 10px;
}


.slideshow
{
	width:100%;
	background:#e8e8e8;
	height: 345px;
	border:1px solid #ccc;
}

/* Image in banner */
.banner .image-container-outer {

    margin:0px !important;
}

/* Slideshow in a banner */
.banner .slideshow
{
	width:100%;
	background:#e8e8e8;

	border:none!important;
}

.imageGalleryElement
{
	padding:10px
}

.imageGalleryElement h3, .imageGalleryElement p, .imageGalleryElement img.full, .imageGalleryElement a
{
	display:none;
	vertical-align:middle;

}



.imageGalleryElement img.thumb
{
	
}