/* 
	Resets defualt browser settings
	reset.css
*/

/*html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }*/
/*
	Slideshow
*/

#slides {
	position:relative;
	top:15px;
	z-index:100;
}

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

.slides_container {
	width:630px;
	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:630px;
	height:300px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:118px;
	left:0px;
	width:19px;
	height:38px;
	display:block;
	z-index:101;
}

#slides .next {
	left:611px;
}

/*
	Pagination
*/

.pagination {
	/*margin:26px auto 0;*/
	margin:-10px auto 0;
	padding:16px;
	width:90px;
	text-align:center;
	/*visibility:hidden;*/
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(images/pagination2.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:-110px;
	left:0;
	height:58px;
	padding:24px 20px 0 20px;
	background: url(images/bg_photoslide.png);
	width:650px;
	font-size:1.0em;
	line-height:1.33;
	color:#fff;
	text-shadow:none;
}

.caption h3{
	margin-bottom:0.3em;
}

.caption h3 a{
	background: url(images/bg_highlight.png) repeat;
	text-decoration: none;
	text-transform: none;
	font-size: 20px;
	padding: 2px;
}