
#side_stuff_things1{ 
	zoom: 1; 
	position: relative; 
	max-width:100%;
	height:100%;
	max-height:100%;
	margin:0 auto;
	z-index:100;
	border:none;
	text-align:left; /* reset align=center */
}
* html #side_stuff_things1{width:100%;}
#side_stuff_things1 ul{
	position:relative;
	width: 10000%; 
	left:0px;
	list-style:none;
	margin:0px;
	padding:0px;
	border-spacing:0px;
	display:inline-block;
	height:100%;
}
#side_stuff_things1 ul li{
	width:1%;
	line-height:0px; /*opera*/
	float:left;

	padding:0px;
    margin:0px;
	display:inline-block;
	height:100%;
	overflow: hidden;
	text-align:center;
}

#side_stuff_things1 .sst_images{
	position:relative;
	left:0px;
	/*top:0px;*/
	width:100%;
	height:100%;
	overflow:hidden;
}

#side_stuff_things1 .sst_images img{
	width:100%;
	border:none 0;
	max-width: 100%;
	margin-top:auto;
	vertical-align:middle;
}
#side_stuff_things1 ul{
	animation: wsBasic 25s infinite;
	-moz-animation: wsBasic 25s infinite;
	-webkit-animation: wsBasic 25s ease infinite normal;
}

@keyframes wsBasic {0% {left:0%} 9% {left:0%} 16% {left:-100%} 25% {left:-100%} 34% {left:-100%} 41% {left:-200%} 50% {left:-200%} 59% {left:-200%} 66% {left  :-100%} 75% {left:-100%} 84% {left :-100%} 91% {left:0%}  100% {left:0%} }
@-moz-keyframes wsBasic {0% {left:0%} 9% {left:0%} 16% {left:-100%} 25% {left:-100%} 34% {left:-100%} 41% {left:-200%} 50% {left:-200%} 59% {left:-200%} 66% {left  :-100%} 75% {left:-100%} 84% {left :-100%} 91% {left:0%}  100% {left:0%} }
@-webkit-keyframes wsBasic {0% {left:0%} 9% {left:0%} 16% {left:-100%} 25% {left:-100%} 34% {left:-100%} 41% {left:-200%} 50% {left:-200%} 59% {left:-200%} 66% {left  :-100%} 75% {left:-100%} 84% {left :-100%} 91% {left:0%}  100% {left:0%} }