.slide1, .slide2, .slide3, .slide4, .slide5, .slide6, .slide7, .slide8 {
	height: 400px;
	width: 900px;
	float: left;
	margin: 0;
}

#move-right{
	margin: 120px 0 0  510px;
	font-size: 15px;
}

.slide1 {background: url('../i/galaxy.jpg') -25px -10px no-repeat; }

.slide8 {background: url('../i/motoi1.jpg') -25px -10px no-repeat; }

.slide2 {background: url('../i/slider.jpg') -25px -10px no-repeat; }

.slide3 {background: url('../i/omnia2.jpg') -25px -10px no-repeat; }

.slide4 {background: url('../i/mytouch3g.jpg') -25px -10px no-repeat; }

.slide5 {background: url('../i/htc-hd2.jpg') -25px -10px no-repeat; }

.slide6 {background: url('../i/droid-x.jpg') -25px -10px no-repeat; }

.slide7 {background: url('../i/samsung-galaxy.jpg') -25px -10px no-repeat; }

.slide-content {
	float: left;
	position: relative;
	margin: 70px 0 0 100px;
}

.slide-content h3 {
	font-weight: normal;
	font-family: "Helvetica", sans-serif;
	font-size: 40px;
	line-height: 45px;
}

.slide-content a {text-decoration: none;}

.slide-content h3, .slide-content h4 {	margin-bottom: 15px; }

.slide-content h4 { font-size: 18px; margin-top: 15px; }

.slide-content p {padding-bottom: 15px;}
/*
    anythingSlider v1.2
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/


.anythingSlider                         { width: 900px; height: 400px; position: relative; margin: 0; }
.anythingSlider .wrapper                {  width: 900px; overflow: auto; height: 400px; margin: 0; position: absolute; top: 0; left: 0; }

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 380px; width: 900px; margin: 0;   background: #000; text-align: left;}


.anythingSlider .arrow                  { display: block; height: 200px; width: 45px; background:  url(../i/arrow.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 95px; cursor: pointer; }
.anythingSlider .forward                { background-position:  -155px 0; right: -20px; }
.anythingSlider .back                   { background-position: 0 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: -105px 0; }
.anythingSlider .back:hover             { background-position: -50px 0; }

#thumbNav                               { display: none; visibility: hidden; position: absolute; top: 999999999px; text-align: center; }
#thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #c58b04 url(../images/cellshade.png) repeat-x; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #e0a213; }

#start-stop                             { background: green; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top:-39999923px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }