diff --git a/.buildpath b/.buildpath
new file mode 100644
index 0000000000000000000000000000000000000000..8bcb4b5fd612e3ad55fb07e4bed087c55afd0861
--- /dev/null
+++ b/.buildpath
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<buildpath>
+	<buildpathentry kind="src" path=""/>
+	<buildpathentry kind="con" path="org.eclipse.php.core.LANGUAGE"/>
+</buildpath>
diff --git a/css/gobigred.css b/css/gobigred.css
index a044ba13ec3bde82ba0d39793a59bee0daffa6f3..0d5d3d1fc1d557a59ec93e65a1b1e32ae50c121c 100644
--- a/css/gobigred.css
+++ b/css/gobigred.css
@@ -4,7 +4,7 @@
 Big Ten Video Slide 
 */
 
-#maincontent .currentScroller ul li.video {
+#maincontent li.video {
 	background: rgb(246,246,246); /* Old browsers */
 	background: -moz-linear-gradient(top, rgba(246,246,246,1) 1%, rgba(225,225,225,1) 29%, rgba(241,241,241,1) 30%, rgba(255,255,255,1) 100%);
 	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(246,246,246,1)), color-stop(29%,rgba(225,225,225,1)), color-stop(30%,rgba(241,241,241,1)), color-stop(100%,rgba(255,255,255,1)));
@@ -13,22 +13,10 @@ Big Ten Video Slide
 	background: -ms-linear-gradient(top, rgba(246,246,246,1) 1%,rgba(225,225,225,1) 29%,rgba(241,241,241,1) 30%,rgba(255,255,255,1) 100%);
 	background: linear-gradient(top, rgba(246,246,246,1) 1%,rgba(225,225,225,1) 29%,rgba(241,241,241,1) 30%,rgba(255,255,255,1) 100%);
 }
-#bigTenVideo {
-    background:url('images/tv20110701.png') no-repeat 0 0;
-    height:310px;
-    width:480px;
-    cursor:pointer;
-    z-index:11;
-    position:absolute;
-}
-#bigTenVideo #theVideo {
-    position:absolute;
-    width:364px;
-    height:199px;
-    top:9px;
-    left:82px;
-    cursor:pointer;
-    visibility:hidden;
+#maincontent li.video video {
+    height:100%;
+    float:left;
+    width:auto !important;
 }
 #maincontent .currentScroller ul li.video .promoText {
     right:50px;
diff --git a/images/videoThumbnail.jpg b/images/videoThumbnail.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..170c0f2c84ddd194161d49f4015a074be8bda73e
Binary files /dev/null and b/images/videoThumbnail.jpg differ
diff --git a/index.php b/index.php
index 1cff40cc606665fd7b34b25b1acb783f3840800a..0548f35ee4440afd0840c43a1fc469d62209fe73 100644
--- a/index.php
+++ b/index.php
@@ -74,19 +74,18 @@
 			<div id="wdn_Carousel">
    			 <ul class="wdn_Carousel_slides">
 			<li>
-            	<div>
-			     <a href="http://go.unl.edu/gobig" title="read more about UNL in the Big Ten"><img alt="Big Red in the Big Ten" src="images/gbr_balloon_promo.jpg" width="960" height="310" /></a>
-			     <p><span style="font-size:1.8em;">Nebraska Goes Big</span><br/>The University of Nebraska-Lincoln brings a wealth of ideas to the Big Ten. <a href="http://go.unl.edu/gobig" title="read more about UNL in the Big Ten">Learn more about some of them.</a>
+			     <a href="http://go.unl.edu/gobig" title="Read more about UNL in the Big Ten">
+                     <img alt="Big Red in the Big Ten" src="images/gbr_balloon_promo.jpg" width="960" height="310" />
+                 </a>
+                 <div>
+			     <h3>Nebraska Goes Big</h3>
+                  <p>The University of Nebraska-Lincoln brings a wealth of ideas to the Big Ten. <a href="http://go.unl.edu/gobig" title="read more about UNL in the Big Ten">Learn more about some of them.</a>
 			     </p>
 				</div>
 			</li>
 			<li class="video">
-                           <div id="bigTenVideo">
-                                <div id="theVideo">
-                                   <video height="540" width="960" src="http://www.unl.edu/ucomm/ucomm/av/video/gobigred/20110915_Ucomm_TV.mp4" poster="http://itunes.unl.edu/thumbnails.php?url=http://www.unl.edu/ucomm/ucomm/av/video/gobigred/20110915_Ucomm_TV.mp4"></video>       
-                                </div>                 
-                           </div>
-                           <div class="promoText">
+                           <video src="http://www.unl.edu/ucomm/ucomm/av/video/gobigred/20110915_Ucomm_TV.mp4" poster="images/videoThumbnail.jpg" controls></video>       
+                           <div>
                                 <h3>Big Red in the Big Ten</h3>
                                 <p>UNL's entry to the <a href="http://www.unl.edu/ucomm/aboutunl/big10.shtml" title="read more about the Big Ten Conference and CIC">Big Ten and the CIC</a> means exciting new opportunities for students and research ... and it's just the beginning.</p>
                            </div>