Trying to correct image size issues and division issues.

Change-Id: Ia9fc9506bd025a8a217573c7389c322f334cc0f6
Signed-off-by: Taylor Patterson <tcpatt@gmail.com>
diff --git a/content/en_index.php b/content/en_index.php
index 68ba2dc..922af8a 100755
--- a/content/en_index.php
+++ b/content/en_index.php
@@ -30,67 +30,68 @@
 			<!-- Wrapper for slides -->
 			<div class="carousel-inner">
 				<div class="item active">
-					<img width="100%" src="/ice/images/ICETeamTable.png"
-						alt="ICE Team Discussion">
+					<img src="/ice/images/ICETeamTable.png" alt="ICE Team Discussion">
 					<div class="carousel-caption"></div>
 				</div>
 				<div class="item">
-					<img width="100%" src="/ice/images/visit_and_paraview.png"
+					<img src="/ice/images/visit_and_paraview.png"
 						alt="ICE VisIt and Paraview">
 					<div class="carousel-caption"></div>
 				</div>
 				<div class="item">
-					<img width="100%" src="/ice/images/snsData.png"
-						alt="SNS Data in ICE">
+					<img src="/ice/images/snsData.png" alt="SNS Data in ICE">
 					<div class="carousel-caption"></div>
 				</div>
 				<div class="item">
-					<img width="100%" src="/ice/images/visit_mesh_ice.png"
+					<img src="/ice/images/visit_mesh_ice.png"
 						alt="Mesh Rendered by VisIt in ICE">
 					<div class="carousel-caption"></div>
 				</div>
 			</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>
-
-	<!-- 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> <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="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>
 	<div class="news-list">
 		<h2>
 			<a href="/community/news/eclipsenews.php">Announcements</a>
diff --git a/images/ICETeamTable.png b/images/ICETeamTable.png
index 4c9b95d..1954fc7 100644
--- a/images/ICETeamTable.png
+++ b/images/ICETeamTable.png
Binary files differ
diff --git a/images/snsData.png b/images/snsData.png
index 53d6922..0c446f3 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 e99100f..9cec483 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 abc8e83..2a9b1c2 100644
--- a/images/visit_mesh_ice.png
+++ b/images/visit_mesh_ice.png
Binary files differ