* {margin:0; padding:0}
.sm {list-style:none; width:75%; height:800px; display:block; overflow:hidden;}
.sm li {
		float:left;
		display:inline;
		overflow:hidden;
		position: relative;
		background: #2a70e0; /* Old browsers */
		background: -moz-linear-gradient(left,  #2a70e0 0%, #67a8ff 50%, #358cff 98%, #ffffff 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#2a70e0), color-stop(50%,#67a8ff), color-stop(100%,#358cff)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left,  #2a70e0 0%,#67a8ff 50%,#358cff 98%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  #2a70e0 0%,#67a8ff 50%,#358cff 98%, #ffffff 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left,  #2a70e0 0%,#67a8ff 50%,#358cff 98%, #ffffff 100%); /* IE10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a70e0', endColorstr='#358cff',GradientType=1 ); /* IE6-9 */
		background: linear-gradient(to right,  #2a70e0 0%,#2a6eca 50%,#358cff 98%, #ffffff 100%); /* W3C */

		border-top: 4px solid #bad8ff;
		border-radius: 10px;
		border-bottom: 4px solid #bad8ff;
		color: #fff;
		font-size: 1.5em;
		height: 600px;
		
		cursor:pointer;
	}

.sm li strong {
  transform: rotate(-270deg);
  position: absolute;	
  bottom: 330px;
  left: -175px;
  width: 380px;
  color: #fff;
  font-weight: normal;
  font-size: 1em;
  text-decoration: none;
}

.sm li strong span {
  transform: rotate(90deg);
  position: absolute;
  bottom: -10px;
  left: -27px;
  width: 30px;
  font-weight: bold;
  font-size: .7em;
}

.conteudo {
	width: 165px;
	height: 540px;
	color: #fff;
	position: absolute;
	top: 5px;
	left: 30px;
	/* background-color: rgba(255,255,255,.6	); */
	/* border:solid 1px #fff; */
	/* padding: 3%; */
	font-size: .6em;
	line-height: .6em;
	/* border-radius: 5px; */
	opacity: 0;
}

.conteudo p {
  /* font-size: .6em; */
  line-height: normal;
  margin-bottom: 5px;
  color: #fff;
  font-size: .7em;
}

.conteudo p a, a:visited { color: #fff; text-decoration: none; outline: 0; }
.conteudo p a:hover, a:focus { color: #fff; text-decoration: underline; }