/* 
	Resets defualt browser settings
	reset.css
*/
div,span,applet,object,iframe,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;}
:focus { outline:0; }
a:active { outline:none; }
ol,ul { list-style:none; }



/*
	Page style
*/


#slideswrapper {
	padding:0px;
	margin:0 auto;
	position:relative;
	z-index:0;
	margin-left:-3px;
	height:270px
		
	
}






/*
	Slideshow
*/

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

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

.slides_holder

{


}

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

.slides_container div.slide img {

	
}

/*
	Next/prev buttons
*/

#slides .next{
	position:absolute;
	top:110px;
	left:740px;
	display:block;
	z-index:101;
	background: url(/images/arrows.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	background-position: 0 -30px; clear:right;
}

#slides .prev {
	position:absolute;
	top:110px;
	left:-35px;
	display:block;
	z-index:101;
	background: url(/images/arrows.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
}

#slides .next:hover 		{ background-position:-30px -30px; }
#slides .prev:hover 	 		{ background-position:-30px 0; }



/*
	Pagination
*/

.pagination {
	position:absolute;
	top:235px;
	right:15px;
	margin:auto;
	padding:5px;
	z-index:1000;
}

.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/slider/pagination.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:0px;
	left:0;
	height:90px;
	padding:5px 20px 0 20px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:920px;
	
}

.caption h3

{
margin:0;
font-size:2.2em;
	line-height:1.43;
	color:#fff;
	font-weight:400;
font-family: 'oswald';
word-spacing:2px;
margin-bottom:5px;

}

.caption p

{
margin:0;
font-size:1.5em;
	line-height:1.25;
	color:#fff;
font-family: 'oswald';
word-spacing:2px;
width:865px;
}

.slide img
{
border-radius:5px;
}


/*
	Footer
*/


/*
	Anchors
*/


