/*
Theme Name: Worthy - Free Powerful Theme by HtmlCoder
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Version:1.0.0
Created:November 2014
License: Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/)
File Description: Place here your custom CSS styles
*/

@keyframes AutoSlide {
	0%, 10%, 100% {
		left: 0px;
	}
	22%, 37% {
		left: -320px;
	}
	49%, 64% {
		left: -640px;
	}
	76%, 91%{
		left: -960px;
	}

}

#slideshow {
	position: relative;
	width: 320px;
	height: 560px;
	margin: 20px auto;
	overflow: hidden;
}
#sContent li {
	display: inline;
}
#sContent {
	position: absolute;
	top: 0;
	left: 0;
	width: 1280px;
	margin: 0;
	padding: 0;

	animation-name: AutoSlide;
	animation-duration: 15s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}

li {
	display: inline;
}

#success_message{ display: none;}
