
ul{
	margin:0;
	padding:0 0 20px 30px;
}

.container{
	max-width: 600px;
	overflow:hidden;
	padding: 0px;
}
.container{
	margin:auto;
}
.mySlideshow .animated{
	position:absolute;
}
.first{
	/*background:url("../images/first.jpg") center no-repeat;*/
}
.first a,
.first img{
	display:block;
}
.first a{
	top:80px;
	left:39%;
	margin-left:-165px;
}
.first div{
	font-family:'Open Sans Condensed', sans-serif;
	font-size:50px;
	bottom:20px;
	left:0%;
	width:600px;
	text-align:center;
	margin-left:-160px;
}
.second{
	/*background:url("../images/second.jpg") center no-repeat;*/
}
.second img{
	top: 0px;
	right: 0%;
}
.third{
	/*background:url("../images/third.jpg") center no-repeat;*/
}
.third img{
	top:0px;
	left: 0%;
}
.fourth{
	/*background:url("../images/fourth.jpg") center no-repeat;*/
}
.fourth img{
	top:0px;
	right:0%;
}
.fifth{
	/*background:url("../images/fifth.jpg") center no-repeat;*/
}
.fifth img{
	top:0px;
	left:0%;
}
