/**
 * Adaptivetheme automates loading of IE conditional stylsheets.
 * See themename_preprocess_html() in template.php in your sub-theme.
 */
		body.sidebar-first #sidebarLeft,
		body.sidebar-second #sidebarRight,
		body.both-sidebars #sidebarLeft,
		body.both-sidebars #sidebarRight
		{
			display:block;
		}

		/* Inline Block Hack */
		.views-slideshow-controls-bottom .views-slideshow-pager-field-item{
			zoom:1;
			display:inline;
		}
