h1   { color: #3b3b3b; font-size: 16px; font-family: 'Raleway', cursive; font-style: normal; font-variant: normal; font-weight: normal; line-height:14pt; padding:0px 0px 3px 0px; margin:0px}

.title_head_sub   { color: #934d0f; font-size: 14px; font-family:Arial, Helvetica, sans-serif; font-style: normal; font-variant: normal; font-weight: normal; line-height:14pt; padding:0px 0px 0px 10px; margin:0px}
.title_head_sub_2   { color: #934d0f; font-size: 14px; font-family:Arial, Helvetica, sans-serif; font-style: normal; font-variant: normal; font-weight: normal; line-height:14pt; padding:0px; margin:0px}

.title_head   { color: #da7011; font-size: 24px; font-family: 'Raleway', cursive; font-style: normal; font-variant: normal; font-weight: normal; line-height:14pt; padding:0px; margin:0px}
.title_head_window   { color: #FFF; font-size: 20px; font-family: 'Raleway', cursive; font-style: normal; font-variant: normal; font-weight: normal; line-height:14pt; padding:10px 0px 10px 20px; margin:0px}

p    { color: #FFFFFF; font-size: 12px; font-family:Arial, Helvetica, sans-serif; font-style: normal; font-variant: normal; font-weight: normal; line-height:14pt; padding:0px; margin:0px;}

p.sub    { color: #ae967c; font-size: 12px; font-family:Arial, Helvetica, sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-style:italic; line-height:14pt; padding:0px; margin:0px;}

p    { color: #FFFFFF; font-size: 12px; font-family:Arial, Helvetica, sans-serif; font-style: normal; font-variant: normal; font-weight: normal; line-height:14pt; padding:0px; margin:0px;}

p.syn   { color: #f0dbc4; font-size: 12px; font-family:Arial, Helvetica, sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-style:normal; line-height:12pt; padding:0px 0px 10px 0px; margin:0px;}

a:link {font: 12px "Arial"; color: #fec380; text-decoration:none; font-weight:bold; font-style:italic;}
a:visited {font: 12px "Arial"; color: #fec380; text-decoration:none; font-weight:bold; font-style:italic; }
a:hover  {font: 12px "Arial"; color: #fec380; text-decoration: none; font-weight:bold; font-style:italic; background:#6a4b29; }

a.btnsyn:link    { color: #291c09; font:  9pt arial; background-color:#877147; padding:8px 8px 8px 8px; margin:0px; }
a.btnsyn:visited   { color: #291c09; font:  9pt arial; background-color:#877147;padding:8px 8px 8px 8px; margin:0px; }
a.btnsyn:hover   { color: #291c09; font:  9pt arial; background-color:#b8a787; padding:8px 8px 8px 8px; margin:0px; }


a.title_head:link    { color: #da7011; font-size: 24px; font-family: 'Raleway', cursive; font-variant: normal; font-weight: normal; font-style:normal; padding:0px; margin:0px; background:none;}
a.title_head:visited { color: #da7011; font-size: 24px; font-family: 'Raleway', cursive; font-variant: normal; font-weight: normal; font-style:normal; padding:0px; margin:0px; background:none; }
a.title_head:hover   { color: #FFF; font-size: 24px; font-family: 'Raleway', cursive; font-variant: normal; font-weight: normal; font-style:normal; padding:0px; margin:0px; background:none; }


/*
	Page style
*/



#example {
	width:515px;
	height:220px;
	position:relative;
	padding:0px 0px 0px 0px;
	margin:45px 0px 0px 55px;
	display:inline-block;
}




/*
	Slideshow
*/

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

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

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

.slides_container a img {
	display:block;
}



/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:100px;
}

.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(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

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


