/*
 * Image Widget Public Styles
 * Styling for the image widget when displayed on the front end
 * 
 */

.widget_image_widget{
	text-align: center;
}
.widget_image_widget img{
	height: auto;
}
.widget_image_widget img.small{
	width: 33.33%;
}
.widget_image_widget img.medium{
	width: 66.66%;
}
.widget_image_widget img.large{
	width: 100%;
}