Taking another shot at the image size issues and the carousel.

Change-Id: I713b6087472ede0be2e32bb9e817bf06e14b66c2
Signed-off-by: Taylor Patterson <tcpatt@gmail.com>
diff --git a/content/en_index.php b/content/en_index.php
index a0d2dc6..ac540cf 100755
--- a/content/en_index.php
+++ b/content/en_index.php
@@ -15,90 +15,80 @@
 <!-- Main content area -->
 <div id="midcolumn">
 	<h1><?php print $pageTitle;?></h1>
-	<!--
 	<div class="block-box block-box-classic">
 		<div id="carousel-example-generic" class="carousel slide"
 			data-ride="carousel">
-			-->
-	<!-- Indicators -->
-	<!--
-	<ol class="carousel-indicators">
-		<li data-target="#carousel-example-generic" data-slide-to="0"
-			class="active"></li>
-		<li data-target="#carousel-example-generic" data-slide-to="1"></li>
-		<li data-target="#carousel-example-generic" data-slide-to="2"></li>
-		<li data-target="#carousel-example-generic" data-slide-to="3"></li>
-	</ol>
-	-->
-	<!-- Wrapper for slides -->
-	<!--
-	<div class="carousel-inner">
-		<div class="item active">
-			<img src="/ice/images/ICETeamTable.png" alt="ICE Team Discussion">
-			<div class="carousel-caption"></div>
+			<!-- Indicators -->
+			<ol class="carousel-indicators">
+				<li data-target="#carousel-example-generic" data-slide-to="0"
+					class="active"></li>
+				<li data-target="#carousel-example-generic" data-slide-to="1"></li>
+				<li data-target="#carousel-example-generic" data-slide-to="2"></li>
+				<li data-target="#carousel-example-generic" data-slide-to="3"></li>
+			</ol>
+			<!-- Wrapper for slides -->
+			<div class="carousel-inner">
+				<div class="item active">
+					<img src="/ice/images/ICETeamTable.png" alt="ICE Team Discussion">
+					<div class="carousel-caption"></div>
+				</div>
+				<div class="item">
+					<img src="/ice/images/visit_and_paraview.png"
+						alt="ICE VisIt and Paraview">
+					<div class="carousel-caption"></div>
+				</div>
+				<div class="item">
+					<img src="/ice/images/snsData.png" alt="SNS Data in ICE">
+					<div class="carousel-caption"></div>
+				</div>
+				<div class="item">
+					<img src="/ice/images/visit_mesh_ice.png"
+						alt="Mesh Rendered by VisIt in ICE">
+					<div class="carousel-caption"></div>
+				</div>
+			</div>
 		</div>
-		<div class="item">
-			<img src="/ice/images/visit_and_paraview.png"
-				alt="ICE VisIt and Paraview">
-			<div class="carousel-caption"></div>
-		</div>
-		<div class="item">
-			<img src="/ice/images/snsData.png" alt="SNS Data in ICE">
-			<div class="carousel-caption"></div>
-		</div>
-		<div class="item">
-			<img src="/ice/images/visit_mesh_ice.png"
-				alt="Mesh Rendered by VisIt in ICE">
-			<div class="carousel-caption"></div>
-		</div>
+		<!-- Controls -->
+		<a class="left carousel-control" href="#carousel-example-generic"
+			role="button" data-slide="prev"> <span
+			class="glyphicon glyphicon-chevron-left"></span>
+		</a> <a class="right carousel-control"
+			href="#carousel-example-generic" role="button" data-slide="next"> <span
+			class="glyphicon glyphicon-chevron-right"></span>
+		</a>
 	</div>
-</div>
-	-->
-	<!-- Controls -->
-	<!--
-	<a class="left carousel-control" href="#carousel-example-generic"
-		role="button" data-slide="prev"> <span
-		class="glyphicon glyphicon-chevron-left"></span>
-	</a> <a class="right carousel-control" href="#carousel-example-generic"
-		role="button" data-slide="next"> <span
-		class="glyphicon glyphicon-chevron-right"></span>
-	</a>
-</div>
-	-->
-	<div class="clear">
-		<img style="float: right; width: 303px; height: 228px" alt="ICE Logo"
-			src="/ice/images/ice_logo.png">
-		<p>The Eclipse Integrated Computational Environment (ICE) is a
-			scientific workbench and workflow environment developed to improve
-			the user experience for computational scientists, make it possible
-			for developers to deploy rich, graphical, interactive capabilities
-			for their science codes, and integrate many different scientific
-			computing technologies in one common, cross-platform user
-			environment.</p>
-		<h3>The Long Version...</h3>
-		<p>
-			Scientific Computing can be roughly divided into several different
-			areas, one of which is Modeling and Simulation (M&S). Modeling and
-			Simulation is a field that has existed, from a computing perspective,
-			since World War II and finds its roots in government laboratories and
-			academia. It is a field that encompasses both the art and the science
-			of encoding the physical world into computers. What M&S lacks is good
-			usability.<br> Eclipse is not used in modeling and simulation as much
-			as it is in other areas, but it is widely known. Several years ago we
-			asked the question, “What if the tools in Eclipse that are used for
-			authoring scientific software could be repurposed for using
-			scientific software?” The result is the Eclipse Integrated
-			Computational Environment (ICE); a general purpose, easily extended
-			M&S platform that significantly updates the way computational
-			scientists interact with their software. It improves productivity and
-			streamlines the workflow for computational scientists when they need
-			to create input files, launch jobs on local or remote machines, and
-			process output. Since it is based on the Eclipse Rich Client
-			Platform, developers can update it to support new codes or add new
-			tools just as easily as users can perform simulations of nuclear
-			fuels or visualize neutron scattering data.
-		</p>
-	</div>
+
+	<img style="float: right; width: 303px; height: 228px" alt="ICE Logo"
+		src="/ice/images/ice_logo.png">
+	<p>The Eclipse Integrated Computational Environment (ICE) is a
+		scientific workbench and workflow environment developed to improve the
+		user experience for computational scientists, make it possible for
+		developers to deploy rich, graphical, interactive capabilities for
+		their science codes, and integrate many different scientific computing
+		technologies in one common, cross-platform user environment.</p>
+	<h3>The Long Version...</h3>
+	<p>
+		Scientific Computing can be roughly divided into several different
+		areas, one of which is Modeling and Simulation (M&S). Modeling and
+		Simulation is a field that has existed, from a computing perspective,
+		since World War II and finds its roots in government laboratories and
+		academia. It is a field that encompasses both the art and the science
+		of encoding the physical world into computers. What M&S lacks is good
+		usability.<br> Eclipse is not used in modeling and simulation as much
+		as it is in other areas, but it is widely known. Several years ago we
+		asked the question, “What if the tools in Eclipse that are used for
+		authoring scientific software could be repurposed for using scientific
+		software?” The result is the Eclipse Integrated Computational
+		Environment (ICE); a general purpose, easily extended M&S platform
+		that significantly updates the way computational scientists interact
+		with their software. It improves productivity and streamlines the
+		workflow for computational scientists when they need to create input
+		files, launch jobs on local or remote machines, and process output.
+		Since it is based on the Eclipse Rich Client Platform, developers can
+		update it to support new codes or add new tools just as easily as
+		users can perform simulations of nuclear fuels or visualize neutron
+		scattering data.
+	</p>
 	<div class="news-list">
 		<h2>
 			<a href="/community/news/eclipsenews.php">Announcements</a>
diff --git a/images/snsData.png b/images/snsData.png
index 0c446f3..a727e54 100644
--- a/images/snsData.png
+++ b/images/snsData.png
Binary files differ
diff --git a/images/visit_and_paraview.png b/images/visit_and_paraview.png
index 9cec483..c45c0d1 100644
--- a/images/visit_and_paraview.png
+++ b/images/visit_and_paraview.png
Binary files differ
diff --git a/images/visit_mesh_ice.png b/images/visit_mesh_ice.png
index 2a9b1c2..70b3546 100644
--- a/images/visit_mesh_ice.png
+++ b/images/visit_mesh_ice.png
Binary files differ