<ul>
<li>
<a href="http://net.tutsplus.com/articles/news/30-days-to-learn-html-and-css-a-free-tuts-premium-course/">
<img src="assets/mayor.png" />
<h5>sdgsdgsdgdsgsg</h5>
</a>
</li>

<li>
<a href="http://net.tutsplus.com/articles/news/an-update-on-nettuts-prefixr/">
<img src="assets/mayor.png" />
<h5>sdgdsgsdgdsgsdg</h5>
</a>
</li>

<li>
<a href="http://net.tutsplus.com/articles/news/take-the-2011-web-design-survey/">
<img src="assets/mayor.png" />
<h5>sgddsgsdgsgdg</h5>
</a>
</li>

<li>
<a href="http://net.tutsplus.com/tutorials/ruby/how-to-use-faye-as-a-real-time-push-server-in-rails/">
<img src="assets/mayor.png" />
<h5>sgsgfgsgsgsfgr</h5>
</a>
</li>

<li>
<a href="http://net.tutsplus.com/tutorials/javascript-ajax/getting-started-with-spine-mobile/">
<img src="assets/mayor.png" />
<h5>sgdgsdgsdgsdgs</h5>
</a>
</li>
</ul>

 

 

 

 

/*slider*/ #slider-wrap { width: 600px; overflow: hidden; position: relative; box-shadow: 7px -7px 6px -7px rgba(0,0,0,.9); float: right; } ul, li { margin: 0; padding: 0; } #slider-wrap ul { width: 10000px; position: relative; -webkit-animation: slide 50s; -moz-animation: slide 50s; } #slider-wrap li { float: left; list-style: none; position: relative; } #slider-wrap a { text-decoration: none; } #slider-wrap h5 { position: absolute; bottom: 6px; width: 600px; background: rgba(0,0,0,.3); color: white; -webkit-animation: headings 50s; height: 100px; -webkit-border-top-right-radius:20px; -o-border-border-top-right-radius:20px; -ms-border-border-top-right-radius:20px; -moz-border-radius-topright:20px; padding-top: 10px; margin-bottom:0; padding-left: 6px; } #slider-wrap ul, #slider-wrap h5 { -webkit-animation-iteration-count: infinite; -moz--animation-iteration-count: infinite; -webkit-animation-timing-function: ease-out; -moz-animation-timing-function: ease-out; } #bodyMayor { width: 960px; height: auto; } #slider-wrap ul:hover, #slider-wrap ul:hover h5 { -webkit-animation-play-state: paused; -moz-animation-play-state: paused; } @-webkit-keyframes 'slide' { 10% { left: 0; } 15%,30% { left: -600px; } 35%,50% { left: -1200px; } 55%,70% { left: -1800px; } 75%,90% { left: -2400px; } /*93% { left: 0;}*/ } @-webkit-keyframes 'headings' { 10%,15%,30%,35%,50%,55%,70%,75%,90% { bottom: 6px; } 13%,33%,53%,73%,93% { bottom: -600px; } } /*slider*/