* {
	margin:0; padding:0
}

.sm {
	list-style:none; width:900px; height:298px; display:block; overflow:hidden
}

.sm li {
	float:left; display:inline; overflow:hidden; background:#D7D7D7 url(images/slides.png) repeat-x scroll left bottom !important;
}

div#banner{
	width: 960px;
	height: 350px;
	background: #F6F6F6 url(back.png) no-repeat top left;
	padding-top: 37px;
	margin: 20px auto 0 auto;
}

#sm{
	margin: 0 auto;
}

#sm li{
	width: 700px;
	overflow: hidden;
	position: relative;
}

#sm li h2{
	display: block;
	background:#D7D7D7 url(spines.png) repeat scroll left top !important;
	color: #666;
	padding: 0pt 10px; 
	position: absolute; 
	z-index: 3; 
	display: block; 
	left: 0px; 
	width: 280px; 
/* Firefox */
	-moz-transform: rotate(270deg); 
	-moz-transform-origin: 21.5px 0px;
/* Safari, Chrome */ 
	-webkit-transform: rotate(270deg); 
	-webkit-transform-origin: 21.5px 0px; 
/* IE */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
/* Others */
	rotation: 270deg;

	text-align: right; 
	top: 278.5px; 
	margin-left: -21.5px;
	cursor:pointer !important;
	font-family:Arial,Helvetica,sans-serif !important;
	font-size:12px !important;
	font-weight:bold !important;
	height:42px !important;
	letter-spacing:1px !important;
	line-height:38px !important;
	text-transform:uppercase !important;
	border-left: 2px #CCC solid;
}

#sm li h2 a{
	color: #666;
	display: block;
	outline: none;
}

#sm li h2:hover, #sm li h2 a:hover{
	color: #333;
}

#sm li.active  h2{
	background-position:left bottom !important;
	color:#FFFFFF !important;
	cursor:default !important;
}

#sm li div{
	width: 583px;
	height: 276px;
	padding: 10px 10px 10px 50px;
	background: #FFF;
	border-bottom: 2px #CCC solid;
	font-size: 0.8em;
}

#sm li span.activeCorner{
	display: none;
}

#sm li.active span.activeCorner{
	display:block;
}

#sm li.moving div{
	background: #FFF;
}

span.activeCorner{
	background-image:url(corner.png) !important;
	height:25px !important;
	width:12px !important;
	position: absolute; 
	top: 25px; 
	left: 36px; 
	z-index: 20000; 
	display: block;
}

#sm li div h3{
	width: 210px;
	float: left;
	font-size: 1.3em;
	font-weight: normal;
	color: #333;
	margin: 15px 0 10px 10px;
}

#sm li div p{
	width: 210px;
	clear: left;
	float: left;
	font-size: 0.85em;
	line-height: 1.5em;
	color: #666;
	margin-left: 10px;
	margin-bottom: 10px;
}

#sm li div p a{
	color: #666;
	border-bottom: 1px #ccc dashed;
}

#sm li div p a:hover{
	color: #333;
	border-bottom: 1px #666 dashed;
}

#sm li div img{
	float: right;
	margin: 25px 10px 0 10px;
	width: 340px;
}


