/* 
	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; }
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:white;margin:0px;padding:0px; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

/*
	Page style
*/
body { 
	font-family: 'Open Sans', sans-serif;
	letter-spacing:0;
	color:black;
	padding:0px;
	position:relative;
	background-color:#F4F4F4;
}

#container {
	width:400px;
	padding:0px;
	margin:0px;
	position:relative;
	z-index:0;
}

#example {
	width:400px;
	height:505px;
	position:relative;
}


#frame {
	position:absolute;
	z-index:0;
	width:400px;
	height:400px;
	top:-3px;
	left:-80px;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
}


.slides_container {
	width:400px;
	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 a {
	width:400px;
	height:400px;
	display:block;
	text-decoration:none;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:120px;
	left:0px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:376px;
}

.slideimage {
	width:400px;
	height:300px;
}

.Slider1Image { width:400px;height:300px;background-size:400px 300px;background-repeat:no-repeat; }
.Slider1Title { font-size:14px;color:#D9241C;height:80px;overflow:hidden;line-height:20px; padding:5px 5px 0px 5px;font-weight:bold;text-align:center;  }
.Slider1Desc { font-size:13px;color:#666;height:20px;overflow:hidden;padding:0px 5px 0px 5px;text-align:center; }
.Slider1More { position:absolute;right:0px;bottom:0px; color:#D9241C;text-align:right;font-size:12px;text-decoration:none;padding-right:10px; }


