/* 
	Resets defualt browser settings
	reset.css

	Page style
*/

#container {
	width:635px;
	position:relative;
	z-index:0;
	margin:0;
	padding:0;
}

#example {
	width:635px;
	height:344px;
	position:relative;
	margin:0;
	padding:0;
}




/*
	Slideshow
*/

#slides {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
	margin-left:0;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:635px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:635px;
	height:344px;
	display:block;
}

.slides_container div.slide img{
padding:0;
margin:0;
width:635px;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	bottom:10px;
	left:0px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:600px;
}

/*
	Pagination
*/

.pagination {
	width:100px;
	position:absolute;
	z-index:900;
	top:0px;
	right:0;
}

.pagination li {
	float:left;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:20px;
	padding-top:5px;
	width:25px;
	background:#000;
	float:left;
	overflow:hidden;
	text-decoration:none;
	cursor:pointer;
	margin-left:0;
	text-align:center;
	font-size:10px;
	color:#a9a9a9;
}

.pagination li.current a {
	background:#fff;
	color:#000;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:-10px;
	height:80px;
	padding:5px 20px 0 20px;
	background:#000;
	background:rgba(0,0,0,.7);
	width:635px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	text-shadow:none;
}

.slide p.slfocim {
margin:0;
		margin-bottom:4px;
		padding:0;
		color:#fff;
		font-size:26px;
		font-family:arial,tahoma,verdana;
		font-weight:bold;
}

.slide p.slfocim a{
text-decoration:none;
}

.slide p.slfocim a:hover{
text-decoration:underline;
}
.slide p .slalcim{
margin:0;
		padding:0;
		color:#fff;
		font-size:17px;
		font-family:arial,tahoma,verdana;
}


/*
	Footer
*/
