
/* CSS reset */
html,body {
	margin:0;
	padding:0;
}
fieldset,img { 
	border:0;
}
/* General Demo Style */
.container{
	width: 100%;
	position: relative;
}
.clr{
	clear: both;
}
/* Some common styles for the transition effect */
.te-container{
	width: 300px;
	margin: 0;
}
.te-wrapper{
	position: relative;
	width: 300px;
	height: 600px;
}